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 2728c7a commit a527e5bCopy full SHA for a527e5b
src/scss/_items.scss
@@ -61,10 +61,6 @@
61
}
62
63
> input {
64
- &::-ms-clear {
65
- display: none;
66
- }
67
-
68
flex: 1 1 auto;
69
min-width: 7rem;
70
display: inline-block !important;
@@ -79,6 +75,11 @@
79
75
line-height: inherit !important;
80
76
user-select: auto !important;
81
77
box-shadow: none !important;
78
+
+ &::-ms-clear {
+ display: none;
+ }
82
83
&:focus { outline: none !important; }
84
85
0 commit comments