diff options
| author | Henry Jameson <me@hjkos.com> | 2021-08-16 01:34:35 +0300 |
|---|---|---|
| committer | Henry Jameson <me@hjkos.com> | 2021-08-16 01:34:35 +0300 |
| commit | 49fe33418609e68e4056783e84292ac856b989a5 (patch) | |
| tree | b1e97f8a770458cae039d104dde2a05b5dda1987 /src/components/notification | |
| parent | 14ec7d6a41569af555ba5a361edbb413dbbd4c5d (diff) | |
play gifs when hovering over notification
Diffstat (limited to 'src/components/notification')
| -rw-r--r-- | src/components/notification/notification.scss | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/src/components/notification/notification.scss b/src/components/notification/notification.scss index ec291547..a91bf062 100644 --- a/src/components/notification/notification.scss +++ b/src/components/notification/notification.scss @@ -4,6 +4,12 @@ .Notification { --emoji-size: 14px; + &:hover { + --_still-image-img-visibility: visible; + --_still-image-canvas-visibility: hidden; + --_still-image-label-visibility: hidden; + } + &.-muted { padding: 0.25em 0.6em; height: 1.2em; |
