UX: Don't override unset flair color

This commit is contained in:
Kris 2019-02-26 12:49:54 -05:00
parent 59c66fd226
commit 1d4e9b08ad
2 changed files with 4 additions and 0 deletions

View File

@ -138,6 +138,9 @@ table.group-members {
tr { tr {
.user-info { .user-info {
display: block; display: block;
.avatar-flair {
color: $primary;
}
} }
td:first-child { td:first-child {

View File

@ -472,6 +472,7 @@ aside.quote {
width: 16px; width: 16px;
height: 16px; height: 16px;
bottom: -3px; bottom: -3px;
color: $primary;
&.rounded { &.rounded {
background-size: 12px 12px; background-size: 12px 12px;
border-radius: 8px; border-radius: 8px;