mirror of
https://github.com/wukko/cobalt.git
synced 2024-11-14 20:30:06 +00:00
web/SettingsCategory: prevent pointer events when disabled
This commit is contained in:
parent
4156206f35
commit
e12e079571
1 changed files with 1 additions and 0 deletions
|
@ -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…
Reference in a new issue