Skip to content
This repository has been archived by the owner on May 6, 2024. It is now read-only.

Commit

Permalink
#580 - fix social icons
Browse files Browse the repository at this point in the history
  • Loading branch information
danny-englander committed Feb 21, 2023
1 parent 2656238 commit 01e34ae
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions assets/styles/theme/_uswds-theme-usagov.scss
Original file line number Diff line number Diff line change
Expand Up @@ -85,6 +85,19 @@ $AZ-button-disabled: #859cba;

.usa-social-link {
background-color: transparent;
@include u-border(2px, "solid", "transparent");
@include u-padding(1);

&:focus {
@include u-outline("black");
background-color: transparent;
outline-width: units(1px);
}

&:hover {
@include u-border(2px, "solid", "black");
background-color: transparent;
}
}

@media (min-width: 64em) {
Expand Down

0 comments on commit 01e34ae

Please sign in to comment.