We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 44a280d commit eeb87cbCopy full SHA for eeb87cb
src/input.css
@@ -5,7 +5,7 @@ select {
5
border-width: 2px;
6
}
7
8
-input:read-only {
+input[readonly] {
9
background-color: var(--sl-color-backdrop-overlay);
10
cursor: not-allowed;
11
0 commit comments