Skip to content

Commit

Permalink
feat(switch): update cursor style to not-allowed when disabled
Browse files Browse the repository at this point in the history
  • Loading branch information
mryunt02 committed Oct 16, 2024
1 parent 7f66431 commit deaacad
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/components/switch/bl-switch.css
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,7 @@ label {

:host([disabled]) .switch {
opacity: 0.5;
cursor: not-allowed;
}

:host([disabled]) {
Expand Down

0 comments on commit deaacad

Please sign in to comment.