Skip to content

Commit

Permalink
[Docs Site] Fix wrong CSS selector (#16125)
Browse files Browse the repository at this point in the history
  • Loading branch information
KianNH authored Aug 14, 2024
1 parent 44a280d commit eeb87cb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/input.css
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ select {
border-width: 2px;
}

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

0 comments on commit eeb87cb

Please sign in to comment.