Skip to content

Commit c9972c7

Browse files
committed
refactor: remove hover styles from dropdown menu button in Excalidraw overrides
- Eliminated hover background color styles for the dropdown menu button in the _excalidraw-overrides.scss file to streamline the CSS and improve maintainability.
1 parent f2288e1 commit c9972c7

File tree

1 file changed

+0
-11
lines changed

1 file changed

+0
-11
lines changed

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

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -48,12 +48,6 @@
4848
--color-surface-primary-container: #{$accent-light} !important;
4949
--color-selection: #{$accent-lighter} !important;
5050

51-
.dropdown-menu-button {
52-
&:hover {
53-
background-color: $accent-faded-light !important;
54-
}
55-
}
56-
5751
.dropdown-menu-group-title {
5852
color: $accent-lighter !important;
5953
}
@@ -67,11 +61,6 @@
6761
--color-surface-primary-container: #{$accent} !important;
6862
--color-selection: #{$accent-darker} !important;
6963

70-
.dropdown-menu-button {
71-
&:hover {
72-
background-color: $accent-faded-dark !important;
73-
}
74-
}
7564
.dropdown-menu-group-title {
7665
color: $accent-darker !important;
7766
}

0 commit comments

Comments
 (0)