Update style for disabled button so that proper text color is used when focused
This commit is contained in:
parent
d004abbc30
commit
0959aace2d
1 changed files with 1 additions and 0 deletions
|
|
@ -217,6 +217,7 @@ html {
|
|||
|
||||
&.btn.btn-primary:hover,
|
||||
&.btn.btn-primary:focus {
|
||||
color: $gray-600;
|
||||
background: $gray-200;
|
||||
box-shadow: none;
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue