Skip to content

Commit

Permalink
replacing utilities with hardcoded styles
Browse files Browse the repository at this point in the history
  • Loading branch information
werdnanoslen committed Aug 9, 2023
1 parent c4cd2bd commit c6706d7
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions src/styles/index.scss
Original file line number Diff line number Diff line change
Expand Up @@ -20,11 +20,10 @@
// It can be removed when https://github.com/uswds/uswds/issues/5409 is fixed

.usa-language__submenu .usa-language__submenu-item button {
color: color('white');
color: #ffffff;
display: block;
line-height: line-height($theme-navigation-font-family, 3);
padding: 0;
padding: units(1);
line-height: 1.3;
padding: 0.5rem;
text-decoration: none;
width: 100%; /* this is something that was actually missing when we were doing the extend because button widths hve different default widths than block element links */
&:focus {
Expand Down

0 comments on commit c6706d7

Please sign in to comment.