mirror of
https://github.com/lensapp/lens.git
synced 2025-05-20 05:10:56 +00:00
Signed-off-by: Roman <ixrock@gmail.com>
This commit is contained in:
parent
125f49fc8e
commit
c3bf05a263
@ -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/> */
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user