fallback to avatar bg color

This commit is contained in:
Bruno Windels 2019-05-20 15:39:06 +02:00
parent 01ef1dd20e
commit 5d80c3a2a4

View file

@ -66,7 +66,7 @@ limitations under the License.
content: var(--avatar-letter);
width: 16px;
height: 16px;
background: var(--avatar-background); //set on parent by JS
background: var(--avatar-background), $avatar-bg-color;
color: $avatar-initial-color;
background-repeat: no-repeat;
background-size: 16px;