Skip to content

Commit 702224f

Browse files
authored
[css-forms-1] Fix double borders on sliders (#11984)
Removes borders from slider container elements.
1 parent c6df6e8 commit 702224f

File tree

1 file changed

+4
-6
lines changed

1 file changed

+4
-6
lines changed

css-forms-1/Overview.bs

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -800,14 +800,12 @@ progress {
800800

801801
## Layout ## {#stylesheet-layout}
802802
```css
803-
input:not([type=file], [type=range]),
803+
input:not([type=file], [type=range], [type=checkbox][switch]),
804804
textarea,
805805
button,
806806
::file-selector-button,
807807
::slider-track,
808-
select,
809-
meter,
810-
progress {
808+
select {
811809
border: 1px solid currentColor;
812810
background-color: transparent;
813811
}
@@ -1034,8 +1032,8 @@ select::picker-icon {
10341032
10351033
<h2 class=no-num id=changes>Changes</h2>
10361034
1037-
<h3 class=no-num id=changes-20250325>Since the
1038-
<a href="https://www.w3.org/TR/2025/WD-css-forms-1-20250325/">First
1035+
<h3 class=no-num id=changes-20250325>Since the
1036+
<a href="https://www.w3.org/TR/2025/WD-css-forms-1-20250325/">First
10391037
Public Working Draft</a> of 25 March 2025</h3>
10401038
10411039
<ul>

0 commit comments

Comments
 (0)