Skip to content

Commit

Permalink
Highlight autocomplete dropdown items on hover in dark mode
Browse files Browse the repository at this point in the history
This is consistent with light mode.
  • Loading branch information
sunnavy committed Jan 2, 2025
1 parent cc2a85e commit b98366c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions share/static/css/elevator-dark/main.css
Original file line number Diff line number Diff line change
Expand Up @@ -462,6 +462,8 @@ body.darkmode.IE11 .ui-icon-circle-triangle-e {
background-color: #7a7d8d !important;
}

.darkmode .ui-menu .ui-menu-item:hover,
.darkmode .ui-menu .ui-menu-item:hover .ui-state-active,
.darkmode .selectize-dropdown .active {
background-color: #3a474d !important;
}

0 comments on commit b98366c

Please sign in to comment.