Skip to content

Commit 31df7a5

Browse files
authored
[css-forms-1] Add UA style to give slider fill an inline size of 0 when control is indeterminate. (#12428)
1 parent 3af4db6 commit 31df7a5

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

‎css-forms-1/Overview.bs

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -825,6 +825,10 @@ ISSUE: Refine meter, progress, switch and range input styling.
825825
background-color: currentColor;
826826
}
827827

828+
:indeterminate::slider-fill {
829+
inline-size: 0;
830+
}
831+
828832
::slider-thumb {
829833
border-radius: 0;
830834
border: none;

0 commit comments

Comments
 (0)