Skip to content

Commit

Permalink
Fix Sass deprecation warning (#751)
Browse files Browse the repository at this point in the history
Co-authored-by: Nathan Sarang-Walters <[email protected]>
  • Loading branch information
gnoddep and nwalters512 authored Feb 12, 2025
1 parent 2728c7a commit a527e5b
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions src/scss/_items.scss
Original file line number Diff line number Diff line change
Expand Up @@ -61,10 +61,6 @@
}

> input {
&::-ms-clear {
display: none;
}

flex: 1 1 auto;
min-width: 7rem;
display: inline-block !important;
Expand All @@ -79,6 +75,11 @@
line-height: inherit !important;
user-select: auto !important;
box-shadow: none !important;

&::-ms-clear {
display: none;
}

&:focus { outline: none !important; }
}

Expand Down

0 comments on commit a527e5b

Please sign in to comment.