Browse Source

submenu-title ignores active state (#28424)

ycw 1 year ago
parent
commit
b296bb1e45
1 changed files with 1 additions and 1 deletions
  1. 1 1
      editor/css/main.css

+ 1 - 1
editor/css/main.css

@@ -409,7 +409,7 @@ select {
 					background-color: #08f;
 				}
 
-				#menubar .menu .options .option:active {
+				#menubar .menu .options .option:not(.submenu-title):active {
 					color: #666;
 					background: transparent;
 				}