fix popovers so that all of them have shadows

This commit is contained in:
Henry Jameson 2022-06-12 15:23:43 +03:00
parent ce00954e7c
commit 61d63b0e61
2 changed files with 2 additions and 2 deletions

View File

@ -42,6 +42,8 @@
z-index: 500;
position: absolute;
min-width: 0;
box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.5);
box-shadow: var(--popupShadow);
}
.popover-default {

View File

@ -52,8 +52,6 @@
border-width: 1px;
border-radius: $fallback--tooltipRadius;
border-radius: var(--tooltipRadius, $fallback--tooltipRadius);
box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.5);
box-shadow: var(--popupShadow);
/* TODO cleanup this */
.Status.Status {