Skip to content

Commit

Permalink
Revert "Menu background dark in dark themes" (#1643)
Browse files Browse the repository at this point in the history
Reverts #1642
  • Loading branch information
bwp91 authored Nov 7, 2023
1 parent 56dbdfc commit ed64da4
Showing 1 changed file with 0 additions and 16 deletions.
16 changes: 0 additions & 16 deletions ui/src/scss/themes/themes-dark.scss
Original file line number Diff line number Diff line change
Expand Up @@ -19,22 +19,6 @@
border-bottom-width: 1px;
}

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

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

.navbar .dropdown-menu a:not(.active) {
color: #eeeeee;
}

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

.primary-text {
color: $darkModePrimary;
}
Expand Down

0 comments on commit ed64da4

Please sign in to comment.