fallback to avatar bg color
parent
01ef1dd20e
commit
5d80c3a2a4
|
@ -66,7 +66,7 @@ limitations under the License.
|
||||||
content: var(--avatar-letter);
|
content: var(--avatar-letter);
|
||||||
width: 16px;
|
width: 16px;
|
||||||
height: 16px;
|
height: 16px;
|
||||||
background: var(--avatar-background); //set on parent by JS
|
background: var(--avatar-background), $avatar-bg-color;
|
||||||
color: $avatar-initial-color;
|
color: $avatar-initial-color;
|
||||||
background-repeat: no-repeat;
|
background-repeat: no-repeat;
|
||||||
background-size: 16px;
|
background-size: 16px;
|
||||||
|
|
Loading…
Reference in New Issue