Skip to content

Commit

Permalink
Search auto-complete dropdown for dark mode
Browse files Browse the repository at this point in the history
  • Loading branch information
shinyichen committed May 18, 2021
1 parent 4b193ae commit 1ecd102
Showing 1 changed file with 23 additions and 0 deletions.
23 changes: 23 additions & 0 deletions src/styles/sass/ads-sass/dark-mode.scss
Original file line number Diff line number Diff line change
Expand Up @@ -998,6 +998,29 @@
border-color: $darkmode-border;
}

.ui-menu .ui-menu-item a {
background-color: $darkmode-input-bg;
color: $darkmode-text;

&:hover {
background-color: $darkmode-background;
border-color: $darkmode-background;
}

.ui-state-highlight {
background-color: $darkmode-text;
color: $darkmode-background-tertiary;
}
}

.ui-widget-content.ui-autocomplete {
background-color: $darkmode-border;
border-color: $darkmode-border;
background: none;
}



button.text-link {
border: 2px solid $darkmode-container-border;
}
Expand Down

0 comments on commit 1ecd102

Please sign in to comment.