1
0
mirror of https://github.com/flarum/core.git synced 2025-08-08 09:26:34 +02:00

remove box-shadow from autocomplete group results

This commit is contained in:
Ian Morland
2022-10-22 08:53:55 +01:00
parent ba0686966c
commit e38bb74414
2 changed files with 4 additions and 1 deletions

View File

@@ -170,7 +170,7 @@ export default function addComposerAutocomplete() {
}}
>
<span className="PostPreview-content">
<Badge class={`Avatar Badge Badge--group--${group.id()} Badge-icon `} color={group.color()} type="group" icon={group.icon()} />
<Badge class={`Avatar Badge Badge--group Badge--group--${group.id()} Badge-icon `} color={group.color()} type="group" icon={group.icon()} />
<span className="username">{groupName}</span>
</span>
</button>

View File

@@ -109,6 +109,9 @@
color: @body-bg;
}
}
.Badge--group {
box-shadow: none;
}
@media @phone {
.MentionsDropdown {