Skip to content

Commit

Permalink
Correct styles for quick jumper
Browse files Browse the repository at this point in the history
  • Loading branch information
laCour committed Sep 11, 2016
1 parent 86202a4 commit 9ea575e
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions scss/modules/modals/_quick-search.scss
Original file line number Diff line number Diff line change
Expand Up @@ -51,14 +51,14 @@ ts-jumper {
}

&.highlighted {
background: $color-shade-lightest;
color: $base-font-color;
background: $color-shade-lightest !important;
color: $base-font-color !important;
}
}

&:not(.keyboard_active) li:hover {
background: $color-shade-lightest;
color: $base-font-color;
background: $color-shade-lightest !important;
color: $base-font-color !important;
}

li.highlighted,
Expand Down

0 comments on commit 9ea575e

Please sign in to comment.