mirror of
https://github.com/Zelda64Recomp/Zelda64Recomp.git
synced 2026-01-26 08:26:50 +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;
|
||||
color: $color-text;
|
||||
font-family: $font-stack;
|
||||
|
||||
&[disable-mouse] {
|
||||
pointer-events: none;
|
||||
}
|
||||
}
|
||||
|
||||
.rmlui-window {
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue