From f2328901727e9ec08b38bb39ecfe77ce85c92904 Mon Sep 17 00:00:00 2001 From: "Tom (plebeius.eth)" Date: Wed, 11 Sep 2024 21:24:49 +0200 Subject: [PATCH] remove opacity to disabled buttons, it looks distracting --- src/components/board-buttons/board-buttons.module.css | 4 ---- src/components/topbar/topbar.module.css | 1 - 2 files changed, 5 deletions(-) diff --git a/src/components/board-buttons/board-buttons.module.css b/src/components/board-buttons/board-buttons.module.css index 00c1e533..43068ba4 100644 --- a/src/components/board-buttons/board-buttons.module.css +++ b/src/components/board-buttons/board-buttons.module.css @@ -29,10 +29,6 @@ width: 10px; } -.disabledButton { - opacity: 0.5 !important; -} - .disabledButton:hover { cursor: not-allowed !important; } diff --git a/src/components/topbar/topbar.module.css b/src/components/topbar/topbar.module.css index 274ba2d5..0aeba7bd 100644 --- a/src/components/topbar/topbar.module.css +++ b/src/components/topbar/topbar.module.css @@ -32,7 +32,6 @@ } .disabledButton { - opacity: 0.5; cursor: not-allowed !important; }