diff options
| author | Henry Jameson <me@hjkos.com> | 2018-12-02 08:47:55 +0300 |
|---|---|---|
| committer | Henry Jameson <me@hjkos.com> | 2018-12-02 08:47:55 +0300 |
| commit | bee738c815f287c4605eafd52c5565cdb07d5721 (patch) | |
| tree | 056c914fa8e05fa2e18b819505f6735994e4fac5 /src/components/notifications/notifications.scss | |
| parent | 77ac42d9190934c8e4f1fa7dfef087c58ccd3990 (diff) | |
making inset shadows work on avatars again
Diffstat (limited to 'src/components/notifications/notifications.scss')
| -rw-r--r-- | src/components/notifications/notifications.scss | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/components/notifications/notifications.scss b/src/components/notifications/notifications.scss index d17ae25d..a6468e01 100644 --- a/src/components/notifications/notifications.scss +++ b/src/components/notifications/notifications.scss @@ -56,8 +56,8 @@ line-height: 0; &.better-shadow { - box-shadow: none; - filter: drop-shadow(var(--avatarStatusShadowFilter)) + box-shadow: var(--avatarStatusShadowInset); + filter: var(--avatarStatusShadowFilter) } &.animated::before { |
