feat(ui): show circles only when hovering InputShape
This commit is contained in:
@@ -274,6 +274,11 @@
|
|||||||
stroke-width: 1px;
|
stroke-width: 1px;
|
||||||
stroke: var(--color-layer-3);
|
stroke: var(--color-layer-3);
|
||||||
fill: var(--color-layer-2);
|
fill: var(--color-layer-2);
|
||||||
|
opacity: 0;
|
||||||
|
transition: opacity 0.2s ease;
|
||||||
|
}
|
||||||
|
svg:hover circle {
|
||||||
|
opacity: 1;
|
||||||
}
|
}
|
||||||
circle.active,
|
circle.active,
|
||||||
circle:hover {
|
circle:hover {
|
||||||
|
|||||||
Reference in New Issue
Block a user