mirror of
https://github.com/Mr-Wiseguy/Zelda64Recomp.git
synced 2024-11-22 20:59:21 +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 {
|
.rmlui-window {
|
||||||
opacity: 1;
|
opacity: 1;
|
||||||
transition: opacity 0.1s quadratic-in-out;
|
|
||||||
|
|
||||||
&--hidden {
|
&--hidden {
|
||||||
opacity: 0;
|
opacity: 0;
|
||||||
transition: none;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
&:not([mouse-active]) {
|
&:not([mouse-active]) {
|
||||||
|
Loading…
Reference in New Issue
Block a user