Change class for indicator-description to indicator overlay and improt it from indicators.less

This commit is contained in:
Konstantinos Triantafyllou 2023-12-21 14:50:54 +02:00
parent 8e10efff38
commit 3ede45600c
5 changed files with 4 additions and 21 deletions

View File

@ -223,7 +223,7 @@
</a>
</div>
<div *ngIf="indicator.descriptionOverlay && (indicator.description || indicator.additionalDescription)"
class="indicator-description uk-card uk-card-default uk-flex uk-flex-middle uk-flex-center">
class="indicator-overlay uk-card uk-card-default uk-flex uk-flex-middle uk-flex-center">
<div class="inner" click-outside-or-esc
(clickOutside)="closeDescriptionOverlay($event, indicator)">
<div class="uk-padding-small">

View File

@ -5,20 +5,3 @@
opacity: 0.5;
}
}
.indicator-description {
position: absolute;
top: 0;
left: 0;
background: @global-overlay-background;
width: 100%;
height: 100%;
.inner {
background: @global-background;
border-radius: @global-border-radius;
width: 75%;
max-height: 75%;
overflow: auto;
}
}

@ -1 +1 @@
Subproject commit 7b2b3c6cc4222ce087ba5417deae0c30adeffa5b
Subproject commit 41adaa308d96de18d14a7113ab7dd706c110044a

@ -1 +1 @@
Subproject commit 77039ce35b10da86cbaee1215eb045b3d21c9bfd
Subproject commit 1979f5ec89ca960bf7c927a933a160854ae680b3

@ -1 +1 @@
Subproject commit 2e308b336682f993c8cdef369d36c3e2f32271f1
Subproject commit df6a0527e9bce69f016da8d28b79885c351104c6