Skip to content

Commit dc8d008

Browse files
atyrodecyclotruc
authored andcommitted
refactor: remove button hover background variables from SCSS overrides
- Deleted `--button-hover-bg` variables from both light and dark themes in `_excalidraw-overrides.scss` to simplify styling and improve maintainability.
1 parent d717e66 commit dc8d008

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/frontend/src/css/_excalidraw-overrides.scss

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,6 @@
4747
--color-on-primary-container: #{$black} !important;
4848
--color-surface-primary-container: #{$accent-light} !important;
4949
--color-selection: #{$accent-lighter} !important;
50-
--button-hover-bg: #{$accent-faded-light} !important;
5150

5251
.dropdown-menu-button {
5352
&:hover {
@@ -67,7 +66,6 @@
6766
--color-on-primary-container: #{$white} !important;
6867
--color-surface-primary-container: #{$accent} !important;
6968
--color-selection: #{$accent-darker} !important;
70-
--button-hover-bg: #{$accent-faded-dark} !important;
7169

7270
.dropdown-menu-button {
7371
&:hover {

0 commit comments

Comments
 (0)