1
0
mirror of https://github.com/twbs/bootstrap.git synced 2025-08-09 23:26:40 +02: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;
}
}