mirror of
https://github.com/wukko/cobalt.git
synced 2025-04-29 22:14:26 +02:00
web/SettingsCategory: prevent pointer events when disabled
This commit is contained in:
parent
4156206f35
commit
e12e079571
@ -49,6 +49,7 @@
|
|||||||
|
|
||||||
.settings-content.disabled {
|
.settings-content.disabled {
|
||||||
opacity: 0.5;
|
opacity: 0.5;
|
||||||
|
pointer-events: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
.settings-content.focus {
|
.settings-content.focus {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user