Fix tabs not transitioning on first click
This commit is contained in:
parent
8213ba42ee
commit
e04562cdc8
|
@ -541,7 +541,7 @@ onUnmounted(() => {
|
||||||
opacity: 0.7;
|
opacity: 0.7;
|
||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
transition: color 0.2s, opacity 0.2s, width 0.2s, min-width 0.2s;
|
transition: color 0.2s, opacity 0.2s, width 0.2s, min-width 0.2s;
|
||||||
--width: max-content;
|
--width: 38px;
|
||||||
|
|
||||||
&:hover {
|
&:hover {
|
||||||
opacity: 1;
|
opacity: 1;
|
||||||
|
|
Loading…
Reference in New Issue