mirror of
https://github.com/twbs/bootstrap.git
synced 2025-02-20 17:54:23 +01:00
Remove vendor prefixes from appearance: none.
This commit is contained in:
parent
371bf95575
commit
9bacc6715a
@ -145,9 +145,7 @@
|
|||||||
background-size: $custom-select-bg-size;
|
background-size: $custom-select-bg-size;
|
||||||
border: $custom-select-border-width solid $custom-select-border-color;
|
border: $custom-select-border-width solid $custom-select-border-color;
|
||||||
@include border-radius($custom-select-border-radius);
|
@include border-radius($custom-select-border-radius);
|
||||||
// Use vendor prefixes as `appearance` isn't part of the CSS spec.
|
appearance: none;
|
||||||
-moz-appearance: none;
|
|
||||||
-webkit-appearance: none;
|
|
||||||
|
|
||||||
&:focus {
|
&:focus {
|
||||||
border-color: $custom-select-focus-border-color;
|
border-color: $custom-select-focus-border-color;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user