mirror of
https://github.com/Mr-Wiseguy/Zelda64Recomp.git
synced 2024-11-07 15:15:05 +01:00
add ability to disable mouse input with body attr
This commit is contained in:
parent
6460ae1bf9
commit
3759688e72
File diff suppressed because one or more lines are too long
@ -12,6 +12,10 @@ body
|
|||||||
box-sizing: border-box;
|
box-sizing: border-box;
|
||||||
color: $color-text;
|
color: $color-text;
|
||||||
font-family: $font-stack;
|
font-family: $font-stack;
|
||||||
|
|
||||||
|
&[disable-mouse] {
|
||||||
|
pointer-events: none;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
.rmlui-window {
|
.rmlui-window {
|
||||||
|
Loading…
Reference in New Issue
Block a user