diff --git a/src/components/avatar_list/avatar_list.vue b/src/components/avatar_list/avatar_list.vue index 9cbcbee0..077d002d 100644 --- a/src/components/avatar_list/avatar_list.vue +++ b/src/components/avatar_list/avatar_list.vue @@ -16,7 +16,7 @@ margin: 0; padding: 0; - &-item { + li.avatars-item { height: 24px; width: 24px; margin: 0 5px 0 0; @@ -32,8 +32,8 @@ .avatars-img { border-radius: $fallback--avatarAltRadius; border-radius: var(--avatarAltRadius, $fallback--avatarAltRadius); - height: 24px !important; - width: 24px !important; + height: 24px; + width: 24px; background-color: $fallback--lightText; background-color: var(--lightText, $fallback--lightText); }