We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 030af97 commit 9722106Copy full SHA for 9722106
1 file changed
scss/_forms.scss
@@ -30,12 +30,6 @@
30
border: 0;
31
}
32
33
- // Remove select outline from select box in FF
34
- &:-moz-focusring {
35
- color: transparent;
36
- text-shadow: 0 0 0 $input-color;
37
- }
38
-
39
// Customize the `:focus` state to imitate native WebKit styles.
40
@include form-control-focus($ignore-warning: true);
41
@@ -69,6 +63,12 @@ input[type="month"] {
69
63
70
64
71
65
select.form-control {
66
+ // Remove select outline from select box in FF
67
+ &:-moz-focusring {
68
+ color: transparent;
+ text-shadow: 0 0 0 $input-color;
+ }
+
72
&:focus::-ms-value {
73
// Suppress the nested default white text on blue background highlight given to
74
// the selected option text when the (still closed) <select> receives focus
0 commit comments