mirror of
https://github.com/Mr-Wiseguy/Zelda64Recomp.git
synced 2024-11-05 22:35:06 +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;
|
||||
color: $color-text;
|
||||
font-family: $font-stack;
|
||||
|
||||
&[disable-mouse] {
|
||||
pointer-events: none;
|
||||
}
|
||||
}
|
||||
|
||||
.rmlui-window {
|
||||
|
Loading…
Reference in New Issue
Block a user