mirror of
https://github.com/Mr-Wiseguy/Zelda64Recomp.git
synced 2024-11-22 12:59:14 +01:00
clear transitions after setting animation property (wtf rml, why)
This commit is contained in:
parent
9a23d00a36
commit
a5c359d28c
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…
Reference in New Issue
Block a user