fix popovers so that all of them have shadows
This commit is contained in:
parent
ce00954e7c
commit
61d63b0e61
2 changed files with 2 additions and 2 deletions
|
@ -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 {
|
||||
|
|
|
@ -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 {
|
||||
|
|
Loading…
Reference in a new issue