fallback to avatar bg color
This commit is contained in:
parent
01ef1dd20e
commit
5d80c3a2a4
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue