From 5d69f00282376bdde4133459374593457ab33e83 Mon Sep 17 00:00:00 2001 From: David Hill Date: Wed, 18 Feb 2026 16:36:40 +0000 Subject: [PATCH] button style tweaks --- packages/ui/src/components/button.css | 4 ---- packages/ui/src/components/icon-button.css | 4 ---- 2 files changed, 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); }