Commit 7780133c authored by m.seegmüller's avatar m.seegmüller

Fixed ugly outline

Removes outline (especially on select-elements in firefox)
parent 31dcb911
...@@ -64,6 +64,7 @@ input[type="color"] { ...@@ -64,6 +64,7 @@ input[type="color"] {
background-color: @input-bg; background-color: @input-bg;
border: 1px solid @input-border; border: 1px solid @input-border;
border-radius: @input-border-radius; border-radius: @input-border-radius;
outline: 0;
.box-shadow(inset 0 1px 1px rgba(0,0,0,.075)); .box-shadow(inset 0 1px 1px rgba(0,0,0,.075));
.transition(~"border-color linear .2s, box-shadow linear .2s"); .transition(~"border-color linear .2s, box-shadow linear .2s");
} }
......
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