diff --git a/src/components/notification/notification.scss b/src/components/notification/notification.scss index 7721a0983..c659d7b41 100644 --- a/src/components/notification/notification.scss +++ b/src/components/notification/notification.scss @@ -10,6 +10,12 @@ --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;