mirror of
https://github.com/Zelda64Recomp/Zelda64Recomp
synced 2026-05-23 06:54:33 -04:00
disable window transition
This commit is contained in:
+1
-1
File diff suppressed because one or more lines are too long
@@ -16,11 +16,9 @@ body
|
||||
|
||||
.rmlui-window {
|
||||
opacity: 1;
|
||||
transition: opacity 0.1s quadratic-in-out;
|
||||
|
||||
&--hidden {
|
||||
opacity: 0;
|
||||
transition: none;
|
||||
}
|
||||
|
||||
&:not([mouse-active]) {
|
||||
|
||||
Reference in New Issue
Block a user