mirror of
https://github.com/twbs/bootstrap.git
synced 2025-08-11 08:04:59 +02:00
fixes #21415 by moving disabled .btn-link color to the default state
This commit is contained in:
@@ -130,8 +130,9 @@ fieldset[disabled] a.btn {
|
|||||||
background-color: transparent;
|
background-color: transparent;
|
||||||
}
|
}
|
||||||
&:disabled {
|
&:disabled {
|
||||||
@include hover-focus {
|
|
||||||
color: $btn-link-disabled-color;
|
color: $btn-link-disabled-color;
|
||||||
|
|
||||||
|
@include hover-focus {
|
||||||
text-decoration: none;
|
text-decoration: none;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user