Skip to content

Commit

Permalink
VOTE-939: Language Selector Style Refinements (#654)
Browse files Browse the repository at this point in the history
  • Loading branch information
clmedders authored Apr 22, 2024
1 parent f8831e9 commit b92361d
Showing 1 changed file with 10 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@
@include u-width('auto');
@include u-radius('sm');
@include u-text('no-wrap');
background-color: $base-dark;

@include at-media-max('tablet') {
overflow: auto;
Expand All @@ -55,3 +56,12 @@
@include u-padding(1);
@include u-border(0);
}


.usa-button.usa-language__link {
&[aria-expanded="true"]{
background-color: $base-dark;
border-bottom-right-radius: 0;
border-bottom-left-radius: 0;
}
}

0 comments on commit b92361d

Please sign in to comment.