0
0
mirror of https://github.com/twbs/bootstrap.git synced 2025-01-17 09:52:29 +01:00

fixes #21415 by moving disabled .btn-link color to the default state

This commit is contained in:
Mark Otto 2016-12-26 14:02:24 -08:00 committed by Mark Otto
parent b5044765b7
commit 150625265b

View File

@ -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;
}
}