mirror of
https://github.com/twbs/bootstrap.git
synced 2025-08-13 17:14:04 +02:00
Remove outline from select box in FF (#29445)
* Remove outline from select box in FF * Use $form-select-color
This commit is contained in:
@@ -57,6 +57,12 @@
|
|||||||
&::-ms-expand {
|
&::-ms-expand {
|
||||||
display: none;
|
display: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
// Remove outline from select box in FF
|
||||||
|
&:-moz-focusring {
|
||||||
|
color: transparent;
|
||||||
|
text-shadow: 0 0 0 $form-select-color;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
.form-select-sm {
|
.form-select-sm {
|
||||||
|
Reference in New Issue
Block a user