1
0
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:
Alex Andreev 2022-08-11 15:39:23 +03:00 committed by GitHub
parent ef12676b89
commit 17ddee2bde
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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;
}
}
}