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 (#4355)

Signed-off-by: Roman <ixrock@gmail.com>
This commit is contained in:
Roman 2021-11-16 14:47:09 +02:00 committed by GitHub
parent 125f49fc8e
commit c3bf05a263
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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