mirror of
https://github.com/imputnet/cobalt.git
synced 2025-06-27 17:08:28 +00:00
web/SettingsCategory: prevent pointer events when disabled
This commit is contained in:
parent
4156206f35
commit
e12e079571
@ -49,6 +49,7 @@
|
||||
|
||||
.settings-content.disabled {
|
||||
opacity: 0.5;
|
||||
pointer-events: none;
|
||||
}
|
||||
|
||||
.settings-content.focus {
|
||||
|
Loading…
Reference in New Issue
Block a user