Skip to content

Commit 0c4462e

Browse files
committed
Move option padding revert rule to correct location
1 parent 073f8e6 commit 0c4462e

File tree

1 file changed

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

1 file changed

+4
-4
lines changed

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

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,10 @@
3434
background-size: var(--size-4) auto;
3535
}
3636

37+
> option {
38+
padding: revert;
39+
}
40+
3741
&::file-selector-button {
3842
font-weight: var(--font-medium);
3943
}
@@ -54,10 +58,6 @@
5458
cursor: not-allowed; opacity: var(--opacity-50);
5559
}
5660

57-
> option {
58-
padding: revert;
59-
}
60-
6161
.field_with_errors & {
6262
border-color: var(--color-negative);
6363
}

0 commit comments

Comments
 (0)