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