mirror of
https://github.com/lensapp/lens.git
synced 2025-05-20 05:10:56 +00:00
Remove Tabs hover line width transition (#6020)
Signed-off-by: Alex Andreev <alex.andreev.email@gmail.com> Signed-off-by: Alex Andreev <alex.andreev.email@gmail.com>
This commit is contained in:
parent
ef12676b89
commit
17ddee2bde
@ -54,11 +54,10 @@
|
|||||||
position: absolute;
|
position: absolute;
|
||||||
right: 0;
|
right: 0;
|
||||||
bottom: 0;
|
bottom: 0;
|
||||||
width: 0;
|
height: 3px;
|
||||||
height: $unit * 0.5;
|
transition: opacity 150ms;
|
||||||
transition: width 150ms;
|
|
||||||
background: currentColor;
|
background: currentColor;
|
||||||
color: var(--halfGray)
|
opacity: 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
&:focus {
|
&:focus {
|
||||||
@ -76,6 +75,7 @@
|
|||||||
left: 0;
|
left: 0;
|
||||||
right: auto;
|
right: auto;
|
||||||
color: var(--line-color-active);
|
color: var(--line-color-active);
|
||||||
|
opacity: 1;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user