1
0
mirror of https://github.com/flarum/core.git synced 2025-08-05 07:57:46 +02:00

Remove box shadow from group autocomplete results

This commit is contained in:
Ian Morland
2022-10-24 09:30:42 +01:00
parent 1eb11238b2
commit 5e16df2b14

View File

@@ -109,7 +109,7 @@
color: @body-bg;
}
}
.Badge--group {
.MentionsDropdown .Badge {
box-shadow: none;
}