make user pill avatars work in editor
This commit is contained in:
parent
e58d844e5b
commit
c1b2f3dce1
2 changed files with 26 additions and 12 deletions
|
@ -59,10 +59,14 @@ limitations under the License.
|
|||
width: 16px;
|
||||
height: 16px;
|
||||
background: var(--avatar-background); //set on parent by JS
|
||||
color: var(--avatar-color);
|
||||
color: $avatar-initial-color;
|
||||
background-repeat: no-repeat;
|
||||
background-size: 16px;
|
||||
border-radius: 8px;
|
||||
text-align: center;
|
||||
font-weight: normal;
|
||||
line-height: 16px;
|
||||
font-size: 10.4px;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue