Skip to content

Commit eeb87cb

Browse files
authored
[Docs Site] Fix wrong CSS selector (#16125)
1 parent 44a280d commit eeb87cb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/input.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ select {
55
border-width: 2px;
66
}
77

8-
input:read-only {
8+
input[readonly] {
99
background-color: var(--sl-color-backdrop-overlay);
1010
cursor: not-allowed;
1111
}

0 commit comments

Comments
 (0)