Commit e4300fa1 authored by Yulong Liu's avatar Yulong Liu

fix background of btn-link

parent a2f120a7
...@@ -1954,7 +1954,6 @@ fieldset[disabled] .btn-info.active { ...@@ -1954,7 +1954,6 @@ fieldset[disabled] .btn-info.active {
.btn-link[disabled], .btn-link[disabled],
fieldset[disabled] .btn-link { fieldset[disabled] .btn-link {
background-color: transparent; background-color: transparent;
background-image: none;
-webkit-box-shadow: none; -webkit-box-shadow: none;
box-shadow: none; box-shadow: none;
} }
......
This source diff could not be displayed because it is too large. You can view the blob instead.
...@@ -91,7 +91,6 @@ ...@@ -91,7 +91,6 @@
&[disabled], &[disabled],
fieldset[disabled] & { fieldset[disabled] & {
background-color: transparent; background-color: transparent;
background-image: none;
.box-shadow(none); .box-shadow(none);
} }
&, &,
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment