Skip to content

Commit 9b11d6b

Browse files
committed
Improving the hover states of the search dropdown.
1 parent a80340a commit 9b11d6b

File tree

1 file changed

+10
-2
lines changed

1 file changed

+10
-2
lines changed

styles/theme-base.css

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1070,8 +1070,16 @@ fieldset {
10701070

10711071

10721072
/* Selected items. */
1073-
.tt-is-under-cursor {
1074-
background: rgba(255, 255, 255, 0.1);
1073+
.tt-suggestion.tt-is-under-cursor {
1074+
background-color: #4F5B93;
1075+
}
1076+
1077+
.tt-suggestion.tt-is-under-cursor h4 {
1078+
color: #FFF;
1079+
}
1080+
1081+
.tt-suggestion.tt-is-under-cursor .description {
1082+
color: #FFF;
10751083
}
10761084

10771085
/* We need to crunch down the dropdown on smaller displays. Firstly we'll drop

0 commit comments

Comments
 (0)