summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
-rw-r--r--packages/ui/src/components/button.css4
-rw-r--r--packages/ui/src/components/icon-button.css4
2 files changed, 0 insertions, 8 deletions
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);
}