Commit a2f120a7 authored by Yulong Liu's avatar Yulong Liu

remove background:none

parent 2a51ebf6
...@@ -1728,7 +1728,6 @@ select.input-small { ...@@ -1728,7 +1728,6 @@ select.input-small {
.btn:active, .btn:active,
.btn.active { .btn.active {
background-image: none;
outline: 0; outline: 0;
-webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125); -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125); box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
......
This source diff could not be displayed because it is too large. You can view the blob instead.
...@@ -34,7 +34,6 @@ ...@@ -34,7 +34,6 @@
&:active, &:active,
&.active { &.active {
outline: 0; outline: 0;
background-image: none;
.box-shadow(inset 0 3px 5px rgba(0,0,0,.125)); .box-shadow(inset 0 3px 5px rgba(0,0,0,.125));
} }
......
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