David Hill 6 месяцев назад
Родитель
Сommit
5d69f00282

+ 0 - 4
packages/ui/src/components/button.css

@@ -171,10 +171,6 @@
   }
 }
 
-[data-component="button"].titlebar-icon[data-variant="ghost"]:hover:not(:disabled) {
-  background-color: var(--surface-raised-base-active);
-}
-
 [data-component="button"].titlebar-icon[data-variant="ghost"][aria-expanded="true"] {
   background-color: var(--surface-base-active);
 }

+ 0 - 4
packages/ui/src/components/icon-button.css

@@ -168,10 +168,6 @@
   aspect-ratio: auto;
 }
 
-[data-component="icon-button"].titlebar-icon[data-variant="ghost"]:hover:not(:disabled) {
-  background-color: var(--surface-raised-base-active);
-}
-
 [data-component="icon-button"].titlebar-icon[data-variant="ghost"][aria-expanded="true"] {
   background-color: var(--surface-base-active);
 }