Skip to content

Commit a527e5b

Browse files
gnoddepnwalters512
andauthored
Fix Sass deprecation warning (#751)
Co-authored-by: Nathan Sarang-Walters <nwalters512@gmail.com>
1 parent 2728c7a commit a527e5b

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

src/scss/_items.scss

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -61,10 +61,6 @@
6161
}
6262

6363
> input {
64-
&::-ms-clear {
65-
display: none;
66-
}
67-
6864
flex: 1 1 auto;
6965
min-width: 7rem;
7066
display: inline-block !important;
@@ -79,6 +75,11 @@
7975
line-height: inherit !important;
8076
user-select: auto !important;
8177
box-shadow: none !important;
78+
79+
&::-ms-clear {
80+
display: none;
81+
}
82+
8283
&:focus { outline: none !important; }
8384
}
8485

0 commit comments

Comments
 (0)