mirror of https://github.com/twbs/bootstrap.git
fixes #21415 by moving disabled .btn-link color to the default state
This commit is contained in:
parent
b5044765b7
commit
150625265b
|
@ -130,8 +130,9 @@ fieldset[disabled] a.btn {
|
||||||
background-color: transparent;
|
background-color: transparent;
|
||||||
}
|
}
|
||||||
&:disabled {
|
&:disabled {
|
||||||
|
color: $btn-link-disabled-color;
|
||||||
|
|
||||||
@include hover-focus {
|
@include hover-focus {
|
||||||
color: $btn-link-disabled-color;
|
|
||||||
text-decoration: none;
|
text-decoration: none;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue