Skip to content

Commit

Permalink
fix(search-street): improve contrast for hovered dropdown item
Browse files Browse the repository at this point in the history
  • Loading branch information
derrabauke committed Apr 9, 2024
1 parent b92274b commit 4ee4765
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion app/styles/ember-ebau-gwr.scss
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,8 @@ $ember-power-select-trigger-icon-color: transparent;
@extend .uk-invisible;
}

.ember-power-select-option:hover > small {
.ember-power-select-option:hover>small,
.ember-power-select-option[aria-current="true"]>small {
mix-blend-mode: multiply;
}
}
Expand Down

0 comments on commit 4ee4765

Please sign in to comment.