mirror of
https://github.com/Zelda64Recomp/Zelda64Recomp
synced 2026-05-23 06:54:33 -04:00
add ability to disable mouse input with body attr
This commit is contained in:
+1
-1
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 {
|
||||
|
||||
Reference in New Issue
Block a user