diff options
| author | taehoon <th.dev91@gmail.com> | 2019-02-02 15:33:02 -0500 |
|---|---|---|
| committer | taehoon <th.dev91@gmail.com> | 2019-02-02 15:33:02 -0500 |
| commit | 0b66a43a83ebe64cf2fbfefac84e66fcd94093d7 (patch) | |
| tree | 22221f588bd74a45fa24c9bf2270e2788eecf749 /src/components/notifications | |
| parent | 89b9aed1344724b6e00fc927570c1a3806aac0ce (diff) | |
Improve reusability of UserAvatar component
Diffstat (limited to 'src/components/notifications')
| -rw-r--r-- | src/components/notifications/notifications.scss | 21 |
1 files changed, 1 insertions, 20 deletions
diff --git a/src/components/notifications/notifications.scss b/src/components/notifications/notifications.scss index 5c4ca1b9..bc81d45c 100644 --- a/src/components/notifications/notifications.scss +++ b/src/components/notifications/notifications.scss @@ -36,26 +36,7 @@ border-color: $fallback--border; border-color: var(--border, $fallback--border); - .avatar-compact { - width: 32px; - height: 32px; - box-shadow: var(--avatarStatusShadow); - border-radius: $fallback--avatarAltRadius; - border-radius: var(--avatarAltRadius, $fallback--avatarAltRadius); - overflow: hidden; - line-height: 0; - - &.better-shadow { - box-shadow: var(--avatarStatusShadowInset); - filter: var(--avatarStatusShadowFilter) - } - - &.animated::before { - display: none; - } - } - - &:hover .animated.avatar-compact { + &:hover .animated.avatar { canvas { display: none; } |
