1
0
mirror of https://github.com/lensapp/lens.git synced 2025-05-20 05:10:56 +00:00

Catalog pin icon too far from entity name, fix #4350

Signed-off-by: Roman <ixrock@gmail.com>
This commit is contained in:
Roman 2021-11-16 14:15:34 +02:00
parent 385de469ad
commit f9f12d8c02

View File

@ -26,7 +26,7 @@
} }
:global(.TableRow):hover .pinIcon { :global(.TableRow):hover .pinIcon {
display: block; opacity: 1;
} }
} }
@ -61,10 +61,9 @@
} }
.pinIcon { .pinIcon {
position: absolute;
right: 0;
transition: none; transition: none;
display: none; opacity: 0;
margin-left: var(--padding);
&:hover { &:hover {
/* Drop styles defined for <Icon/> */ /* Drop styles defined for <Icon/> */