From 3c42bcd06c569dd8b0e438b386d8c40e02a9359a Mon Sep 17 00:00:00 2001 From: Jay Date: Mon, 23 Mar 2026 10:01:53 -0400 Subject: [PATCH] hotfix: make sure active buttons apply hover/active states. --- src/components/PaletteEditor/PaletteEditor.module.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/components/PaletteEditor/PaletteEditor.module.css b/src/components/PaletteEditor/PaletteEditor.module.css index cf2c7c1..2114705 100644 --- a/src/components/PaletteEditor/PaletteEditor.module.css +++ b/src/components/PaletteEditor/PaletteEditor.module.css @@ -64,7 +64,7 @@ inset 0 0 4px rgba(255, 255, 255, 0.4); } -.actionBar .activeButton:hover { +.actionBar .actionButton.activeButton:hover { background-color: #fea944; box-shadow: rgba(60, 64, 67, 0.25) 0px 2px 4px 0px, @@ -73,7 +73,7 @@ transform: translateY(-0.5px); } -.actionBar .activeButton:active { +.actionBar .actionButton.activeButton:active { background-color: #eb8d16; box-shadow: rgba(60, 64, 67, 0.2) 0px 0px 1px 0px,