mirror of
https://github.com/Hopiu/bootstrap.git
synced 2026-04-19 20:00:59 +00:00
Fixed ugly outline
Removes outline (especially on select-elements in firefox)
This commit is contained in:
parent
31dcb91189
commit
7780133c1c
1 changed files with 1 additions and 0 deletions
|
|
@ -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…
Reference in a new issue