mirror of
https://github.com/imputnet/cobalt.git
synced 2024-12-26 17:46:06 +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 a new issue