mirror of
https://github.com/f4exb/sdrangel.git
synced 2026-08-14 15:33:34 -04:00
Add Cesium workaround for #1640
This commit is contained in:
@@ -1 +1,20 @@
|
||||
.cesium-selection-wrapper{position:absolute;width:160px;height:160px;pointer-events:none;visibility:hidden;opacity:0;transition:visibility 0s .2s,opacity .2s ease-in}.cesium-selection-wrapper-visible{visibility:visible;opacity:1;transition:opacity .2s ease-out}.cesium-selection-wrapper svg{fill:#2e2;stroke:#000;stroke-width:1.1px}
|
||||
/* 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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user