mirror of
https://github.com/Zelda64Recomp/Zelda64Recomp.git
synced 2025-10-30 08:03:03 +00:00
clear transitions after setting animation property (wtf rml, why)
This commit is contained in:
parent
9a23d00a36
commit
a5c359d28c
3 changed files with 3 additions and 1 deletions
File diff suppressed because one or more lines are too long
|
|
@ -154,6 +154,7 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
.rmlui-window:not([mouse-active]) &:focus + .config-option__tab-label {
|
.rmlui-window:not([mouse-active]) &:focus + .config-option__tab-label {
|
||||||
|
transition: none;
|
||||||
animation: $focus-anim-border;
|
animation: $focus-anim-border;
|
||||||
border-color: $color-secondary;
|
border-color: $color-secondary;
|
||||||
color: $color-secondary;
|
color: $color-secondary;
|
||||||
|
|
|
||||||
|
|
@ -38,6 +38,7 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
.rmlui-window:not([mouse-active]) &:focus {
|
.rmlui-window:not([mouse-active]) &:focus {
|
||||||
|
transition: none;
|
||||||
animation: $focus-anim-border;
|
animation: $focus-anim-border;
|
||||||
|
|
||||||
&:selected .tab__indicator {
|
&:selected .tab__indicator {
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue