Skip to content

Commit 0e86827

Browse files
authored
[css-forms-1] Fix syntax error in stylesheet (#13671)
1 parent 82aea1f commit 0e86827

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

css-forms-1/Overview.bs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -845,7 +845,7 @@ select {
845845
ISSUE(12267): Refine meter, progress, switch and range input styling.
846846

847847
```css
848-
input[type="checkbox][switch],
848+
input[type="checkbox"][switch],
849849
input[type="range"] {
850850
display: inline-flex;
851851
position: relative;

0 commit comments

Comments
 (0)