mirror of
https://github.com/Mr-Wiseguy/Zelda64Recomp.git
synced 2024-11-22 12:59:14 +01:00
disable window transition
This commit is contained in:
parent
38680d7171
commit
d02e414abf
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]) {
|
||||
|
Loading…
Reference in New Issue
Block a user