mirror of
https://github.com/twbs/bootstrap.git
synced 2022-11-09 12:25:43 -05:00
fixes #21415 by moving disabled .btn-link color to the default state
This commit is contained in:
parent
b5044765b7
commit
150625265b
1 changed files with 2 additions and 1 deletions
|
@ -130,8 +130,9 @@ fieldset[disabled] a.btn {
|
|||
background-color: transparent;
|
||||
}
|
||||
&:disabled {
|
||||
color: $btn-link-disabled-color;
|
||||
|
||||
@include hover-focus {
|
||||
color: $btn-link-disabled-color;
|
||||
text-decoration: none;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue