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;
|
||||
right: 0;
|
||||
bottom: 0;
|
||||
width: 0;
|
||||
height: $unit * 0.5;
|
||||
transition: width 150ms;
|
||||
height: 3px;
|
||||
transition: opacity 150ms;
|
||||
background: currentColor;
|
||||
color: var(--halfGray)
|
||||
opacity: 0;
|
||||
}
|
||||
|
||||
&:focus {
|
||||
@ -76,6 +75,7 @@
|
||||
left: 0;
|
||||
right: auto;
|
||||
color: var(--line-color-active);
|
||||
opacity: 1;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user