Skip to content

Commit

Permalink
Darker dropdown (#1660)
Browse files Browse the repository at this point in the history
  • Loading branch information
mkz212 authored Nov 8, 2023
1 parent 35d52c7 commit 8059868
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions ui/src/scss/themes/themes-dark.scss
Original file line number Diff line number Diff line change
Expand Up @@ -20,11 +20,11 @@
}

.dropdown-menu {
background-color: $secondaryBackground;
background-color: #222222;
}

.dropdown-divider {
border-top: 1px solid #555555;
border-top: 1px solid #444444;
}

.navbar .dropdown-menu a:not(.active) {
Expand All @@ -33,7 +33,7 @@

.dropdown-item:hover,
.dropdown-item:focus {
background-color: #555555;
background-color: #444444;
}

.dropdown-item,
Expand Down Expand Up @@ -383,4 +383,4 @@
@include make-dark-theme("dark-mode-grey", #9e9e9e, "grey");
@include make-dark-theme("dark-mode-brown", #795548, "brown");
@include make-dark-theme("dark-mode-teal", #009688, "teal");
@include make-dark-theme("dark-mode-cyan", #00838f, "cyan");
@include make-dark-theme("dark-mode-cyan", #00838f, "cyan");

0 comments on commit 8059868

Please sign in to comment.