Skip to content

Commit f97ba94

Browse files
committed
[css-forms-1] Remove ::track from layout rule
1 parent 6c3b559 commit f97ba94

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

css-forms-1/Overview.bs

+2-2
Original file line numberDiff line numberDiff line change
@@ -682,11 +682,10 @@ progress {
682682

683683
## Layout ## {#stylesheet-layout}
684684
```css
685-
input:not([type=file], [type=range]),
685+
input:not([type=file]),
686686
textarea,
687687
button,
688688
::file-selector-button,
689-
::track,
690689
select,
691690
meter,
692691
progress {
@@ -702,6 +701,7 @@ ISSUE: Refine meter, progress, switch and range input styling.
702701
```css
703702
::track {
704703
height: 1em;
704+
background-color: transparent;
705705
}
706706

707707
::fill {

0 commit comments

Comments
 (0)