Skip to content

Commit

Permalink
vote-939: Update to styles to just target lang button
Browse files Browse the repository at this point in the history
  • Loading branch information
clmedders committed Apr 18, 2024
1 parent 7fc50ca commit 4cb3dd8
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 8 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -19,15 +19,11 @@

&:hover,
&.usa-focus,
&:focus
&.usa-button--hover {
background-color: $base-primary-hover;
}

&:focus {
background-color: $base-primary-hover;
outline: .25rem solid $base-primary-hover;
}

&.usa-button--secondary {
background-color: $ac-warm;

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,10 @@
}


.usa-button.usa-language__link:focus {
border-bottom-right-radius: 0;
border-bottom-left-radius: 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 4cb3dd8

Please sign in to comment.