Merge pull request #2778 from jryans/autocomplete-highlight

Use a distinct color for selected autocomplete items
pull/21833/head
J. Ryan Stinnett 2019-03-12 18:38:55 +00:00 committed by GitHub
commit c0bb9c8c9c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -71,7 +71,7 @@
.mx_Autocomplete_Completion.selected, .mx_Autocomplete_Completion.selected,
.mx_Autocomplete_Completion:hover { .mx_Autocomplete_Completion:hover {
background: $menu-bg-color; background: $selected-color;
outline: none; outline: none;
} }