mirror of
https://github.com/Zelda64Recomp/Zelda64Recomp.git
synced 2026-04-27 04:31:39 +00:00
add ability to disable mouse input with body attr
This commit is contained in:
parent
6460ae1bf9
commit
3759688e72
2 changed files with 5 additions and 1 deletions
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…
Add table
Reference in a new issue