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