diff --git a/packages/ui/src/components/button.css b/packages/ui/src/components/button.css index 794002888..2d803d95c 100644 --- a/packages/ui/src/components/button.css +++ b/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); } diff --git a/packages/ui/src/components/icon-button.css b/packages/ui/src/components/icon-button.css index ad8200ae6..10337bbcc 100644 --- a/packages/ui/src/components/icon-button.css +++ b/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); }