mirror of
https://github.com/Zelda64Recomp/Zelda64Recomp.git
synced 2025-10-30 08:03:03 +00:00
disable window transition
This commit is contained in:
parent
38680d7171
commit
d02e414abf
2 changed files with 1 additions and 3 deletions
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…
Add table
Reference in a new issue