This commit is contained in:
parent
5953abe522
commit
5f15dfe1dc
|
@ -259,7 +259,7 @@ onUnmounted(() => {
|
|||
pointer-events: none;
|
||||
|
||||
&.animate {
|
||||
transition: width 0.15s ease-in, left 0.15s ease-in;
|
||||
transition: width 0.15s ease, left 0.15s ease;
|
||||
}
|
||||
|
||||
&.tabHighlightUpper {
|
||||
|
|
|
@ -270,7 +270,7 @@ onUnmounted(() => {
|
|||
pointer-events: none;
|
||||
|
||||
&.animate {
|
||||
transition: width 0.15s ease-in, left 0.15s ease-in;
|
||||
transition: width 0.15s ease, left 0.15s ease;
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue