Skip to content

Commit

Permalink
fix: disabled dropdown option styling
Browse files Browse the repository at this point in the history
  • Loading branch information
mwargan committed Sep 12, 2024
1 parent 870ceae commit 0c36b8d
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/assets/form.css
Original file line number Diff line number Diff line change
Expand Up @@ -119,4 +119,8 @@
top: 0;
left: 0;
}
}

label:has(input[type="checkbox"]:disabled) {
opacity: 0.5;
}

0 comments on commit 0c36b8d

Please sign in to comment.