0
0
mirror of https://github.com/twbs/bootstrap.git synced 2024-12-01 13:24:25 +01:00

fix background of btn-link

This commit is contained in:
Yulong Liu 2013-07-26 22:27:55 +08:00
parent a2f120a7aa
commit e4300fa1bf
3 changed files with 1 additions and 3 deletions

View File

@ -1954,7 +1954,6 @@ fieldset[disabled] .btn-info.active {
.btn-link[disabled],
fieldset[disabled] .btn-link {
background-color: transparent;
background-image: none;
-webkit-box-shadow: none;
box-shadow: none;
}

File diff suppressed because one or more lines are too long

View File

@ -91,7 +91,6 @@
&[disabled],
fieldset[disabled] & {
background-color: transparent;
background-image: none;
.box-shadow(none);
}
&,