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; }