Skip to content

Commit

Permalink
Fixup background color inherit
Browse files Browse the repository at this point in the history
  • Loading branch information
janbrasna committed Dec 12, 2024
1 parent 6e91e7b commit 9d0b78b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion media/css/m24/components/footer-newsletter.scss
Original file line number Diff line number Diff line change
Expand Up @@ -179,7 +179,8 @@ $max-footer-content-width: $content-max;
select {
font-family: $primary-font;
width: 100%;
background: url('/media/img/icons/m24-small/down-caret-white.svg') no-repeat;
background-image: url('/media/img/icons/m24-small/down-caret-white.svg');
background-repeat: no-repeat;
background-size: 16px 16px;
@include bidi(((background-position, center right 8px, center left 8px),));

Expand Down

0 comments on commit 9d0b78b

Please sign in to comment.