Fix transparent icons in entity autocomplete
This is not a *complete* solution, as it still won't show the nice CSS-based avatars, but that can be done in a followup
This commit is contained in:
parent
deb2b1b003
commit
6133b01d4d
2 changed files with 2 additions and 8 deletions
|
@ -88,12 +88,6 @@
|
|||
top: -2px;
|
||||
}
|
||||
|
||||
.entity-mini-listing i.fa .avatar-image {
|
||||
position: absolute;
|
||||
top: -2px;
|
||||
left: 0px;
|
||||
}
|
||||
|
||||
.entity-mini-listing .warning {
|
||||
margin-top: 6px;
|
||||
font-size: 10px;
|
||||
|
|
Reference in a new issue