mirror of
https://github.com/cisagov/manage.get.gov.git
synced 2025-07-25 20:18:38 +02:00
add more specificity to CSS selectors causing a btn color bug
This commit is contained in:
parent
02b8f8245d
commit
1791db4203
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