mirror of
https://github.com/cisagov/manage.get.gov.git
synced 2025-08-05 17:28:31 +02:00
Merge pull request #1173 from cisagov/rjm/1172-hotfix
Bug 1172 - Invisible add user button
This commit is contained in:
commit
5c0e193974
1 changed files with 5 additions and 5 deletions
|
@ -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');
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue