UX: Don't override unset flair color
This commit is contained in:
parent
59c66fd226
commit
1d4e9b08ad
|
@ -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 {
|
||||||
|
|
|
@ -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;
|
||||||
|
|
Loading…
Reference in New Issue