Skip to content

Commit

Permalink
fix(forms): remove border on checkboxes when disabled (#39)
Browse files Browse the repository at this point in the history
  • Loading branch information
lowlighter authored Jul 2, 2024
1 parent 4fc0cae commit 365399b
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions styles/forms/mod.css
Original file line number Diff line number Diff line change
Expand Up @@ -177,6 +177,10 @@ input:is([type="radio"],[type="checkbox"]):disabled {
background-color: var(--bd-muted);
}

input[type="checkbox"]:disabled {
border-color: transparent;
}

input[type="range"] {
height: .5rem;
border: transparent;
Expand Down

0 comments on commit 365399b

Please sign in to comment.