Skip to content

Commit 073f8e6

Browse files
committed
Use :where selector for input styles
1 parent b9c4020 commit 073f8e6

File tree

1 file changed

+1
-1
lines changed
  • lib/generators/css_zero/add/templates/app/assets/stylesheets

1 file changed

+1
-1
lines changed

lib/generators/css_zero/add/templates/app/assets/stylesheets/input.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
.input {
1+
:where(.input) {
22
&:not([type="checkbox"], [type="radio"], [type="range"]) {
33
appearance: none;
44
background-color: var(--input-background, var(--color-surface));

0 commit comments

Comments
 (0)