UX: Don't override unset flair color
This commit is contained in:
parent
59c66fd226
commit
1d4e9b08ad
|
@ -138,6 +138,9 @@ table.group-members {
|
|||
tr {
|
||||
.user-info {
|
||||
display: block;
|
||||
.avatar-flair {
|
||||
color: $primary;
|
||||
}
|
||||
}
|
||||
|
||||
td:first-child {
|
||||
|
|
|
@ -472,6 +472,7 @@ aside.quote {
|
|||
width: 16px;
|
||||
height: 16px;
|
||||
bottom: -3px;
|
||||
color: $primary;
|
||||
&.rounded {
|
||||
background-size: 12px 12px;
|
||||
border-radius: 8px;
|
||||
|
|
Loading…
Reference in New Issue