Skip to content

Commit

Permalink
web/SettingsCategory: prevent pointer events when disabled
Browse files Browse the repository at this point in the history
  • Loading branch information
wukko committed Oct 5, 2024
1 parent 4156206 commit e12e079
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions web/src/components/settings/SettingsCategory.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,7 @@
.settings-content.disabled {
opacity: 0.5;
pointer-events: none;
}
.settings-content.focus {
Expand Down

0 comments on commit e12e079

Please sign in to comment.