diff options
| author | Henry Jameson <me@hjkos.com> | 2022-06-12 15:23:43 +0300 |
|---|---|---|
| committer | Henry Jameson <me@hjkos.com> | 2022-06-12 15:23:43 +0300 |
| commit | 61d63b0e616392d841b78095ae8045e98d2b2fa6 (patch) | |
| tree | 5290b5f806249fd7b7becabe6efc1c33efea6e3c /src/components/status_popover/status_popover.vue | |
| parent | ce00954e7c0c6b4d5640c886f88065db749d49c7 (diff) | |
fix popovers so that all of them have shadows
Diffstat (limited to 'src/components/status_popover/status_popover.vue')
| -rw-r--r-- | src/components/status_popover/status_popover.vue | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/components/status_popover/status_popover.vue b/src/components/status_popover/status_popover.vue index fdca8c9c..b6a3be32 100644 --- a/src/components/status_popover/status_popover.vue +++ b/src/components/status_popover/status_popover.vue @@ -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 { |
