Skip to content

Commit

Permalink
assets/filter_bar: update filter hover behaviour to improve contrast
Browse files Browse the repository at this point in the history
  • Loading branch information
philli-m committed Sep 28, 2022
1 parent b591db3 commit c13a829
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions meinberlin/assets/scss/components/_filter_bar.scss
Original file line number Diff line number Diff line change
Expand Up @@ -235,6 +235,7 @@ $divider-margin: 1.25rem;

.filter-bar__menu-radio-par {
width: 100%;
margin-top: 2 * $spacer;
margin-bottom: 2 * $spacer;

.switch--btn {
Expand Down Expand Up @@ -279,6 +280,7 @@ $divider-margin: 1.25rem;
.switch--btn.active:focus-within {
@include fake-focus;

color: $text-color-inverted;
background-color: $secondary-darker;
}
}
Expand Down

0 comments on commit c13a829

Please sign in to comment.