Skip to content

Commit

Permalink
fix scss declaration
Browse files Browse the repository at this point in the history
  • Loading branch information
baudelotphilippe committed Sep 3, 2024
1 parent 405bf6a commit 510fd0c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion daikoku/javascript/src/style/components/switch.scss
Original file line number Diff line number Diff line change
Expand Up @@ -78,8 +78,8 @@ input:checked + .slider:before {
}

.switch--disabled {
cursor: not-allowed;
label {
pointer-events: none;
}
cursor: not-allowed;
}

0 comments on commit 510fd0c

Please sign in to comment.