killinchu / static /cesium /Widgets /SelectionIndicator /SelectionIndicator.css
betterwithage's picture
feat(killinchu): drone intelligence flagship — vessels pivot, real backend no mocks, a11oy-style, multi-constellation GEOINT + digital twin + tamper tripwires + DICE/SBOM + passive counter-UAS + legal boundaries. Yachay CTO + Opus 4.8.
43e422f verified
/* packages/widgets/Source/SelectionIndicator/SelectionIndicator.css */
.cesium-selection-wrapper {
position: absolute;
width: 160px;
height: 160px;
pointer-events: none;
visibility: hidden;
opacity: 0;
transition: visibility 0s 0.2s, opacity 0.2s ease-in;
}
.cesium-selection-wrapper-visible {
visibility: visible;
opacity: 1;
transition: opacity 0.2s ease-out;
}
.cesium-selection-wrapper svg {
fill: #2e2;
stroke: #000;
stroke-width: 1.1px;
}