Skip to content

Commit

Permalink
fix(circle-toggle): change cursor for disabled flipped circle toggle …
Browse files Browse the repository at this point in the history
…(#1170)
  • Loading branch information
[email protected] authored and GitHub Enterprise committed Apr 22, 2024
1 parent 222485c commit 4a4ad48
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -268,7 +268,7 @@ $check-icon-size: nx-spacer(2m);
}
}

:host:hover.is-flipped:not(.has-checkmark) {
:host:hover.is-flipped:not(.has-checkmark):not(.is-disabled) {
cursor: auto;
}

Expand Down

0 comments on commit 4a4ad48

Please sign in to comment.