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:
parent
385de469ad
commit
f9f12d8c02
@ -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/> */
|
||||
|
||||
Loading…
Reference in New Issue
Block a user