CSR-436 attempted fix for button color issue.
This commit is contained in:
parent
70d69d8057
commit
81c1186085
1 changed files with 3 additions and 3 deletions
|
|
@ -76,9 +76,9 @@
|
||||||
&.btn.btn-primary:hover,
|
&.btn.btn-primary:hover,
|
||||||
&.btn.btn-primary:focus,
|
&.btn.btn-primary:focus,
|
||||||
&.btn.btn-primary:focus-visible {
|
&.btn.btn-primary:focus-visible {
|
||||||
color: $gray;
|
color: $gray !important;
|
||||||
background: $gray-200;
|
background: $gray-200 !important;
|
||||||
box-shadow: none;
|
box-shadow: none !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue