Skip to content

Commit

Permalink
Merge pull request #1173 from cisagov/rjm/1172-hotfix
Browse files Browse the repository at this point in the history
Bug 1172 - Invisible add user button
  • Loading branch information
rachidatecs authored Oct 19, 2023
2 parents 02b8f82 + 1791db4 commit 5c0e193
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions src/registrar/assets/sass/_theme/_buttons.scss
Original file line number Diff line number Diff line change
Expand Up @@ -22,15 +22,15 @@ a.breadcrumb__back {
}
}

a.usa-button {
a.usa-button:not(.usa-button--unstyled, .usa-button--outline) {
text-decoration: none;
color: color('white');
}

a.usa-button:visited,
a.usa-button:hover,
a.usa-button:focus,
a.usa-button:active {
a.usa-button:not(.usa-button--unstyled, .usa-button--outline):visited,
a.usa-button:not(.usa-button--unstyled, .usa-button--outline):hover,
a.usa-button:not(.usa-button--unstyled, .usa-button--outline):focus,
a.usa-button:not(.usa-button--unstyled, .usa-button--outline):active {
color: color('white');
}

Expand Down

0 comments on commit 5c0e193

Please sign in to comment.