mirror of
https://github.com/twbs/bootstrap.git
synced 2025-02-21 21:40:48 +00:00
Fixed ugly outline
Removes outline (especially on select-elements in firefox)
This commit is contained in:
parent
31dcb91189
commit
7780133c1c
@ -64,6 +64,7 @@ input[type="color"] {
|
||||
background-color: @input-bg;
|
||||
border: 1px solid @input-border;
|
||||
border-radius: @input-border-radius;
|
||||
outline: 0;
|
||||
.box-shadow(inset 0 1px 1px rgba(0,0,0,.075));
|
||||
.transition(~"border-color linear .2s, box-shadow linear .2s");
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user