Skip to content

Commit

Permalink
Add black caret for focused dropdowns
Browse files Browse the repository at this point in the history
  • Loading branch information
janbrasna committed Dec 12, 2024
1 parent 6725c49 commit 6e91e7b
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions media/css/m24/components/footer-newsletter.scss
Original file line number Diff line number Diff line change
Expand Up @@ -186,6 +186,13 @@ $max-footer-content-width: $content-max;
@media #{$mq-lg} {
min-width: 100%;
}

&:hover,
&:focus,
&:focus-visible,
&:focus-within {
background-image: url('/media/img/icons/m24-small/down-caret.svg');
}
}
}

Expand Down

0 comments on commit 6e91e7b

Please sign in to comment.