clear transitions after setting animation property (wtf rml, why)

This commit is contained in:
thecozies 2024-04-21 11:03:18 -05:00
parent 9a23d00a36
commit a5c359d28c
3 changed files with 3 additions and 1 deletions

File diff suppressed because one or more lines are too long

View File

@ -154,6 +154,7 @@
}
.rmlui-window:not([mouse-active]) &:focus + .config-option__tab-label {
transition: none;
animation: $focus-anim-border;
border-color: $color-secondary;
color: $color-secondary;

View File

@ -38,6 +38,7 @@
}
.rmlui-window:not([mouse-active]) &:focus {
transition: none;
animation: $focus-anim-border;
&:selected .tab__indicator {