From 5e16df2b14efe9f7c7e25761ec244b612a93ac0f Mon Sep 17 00:00:00 2001 From: Ian Morland Date: Mon, 24 Oct 2022 09:30:42 +0100 Subject: [PATCH] Remove box shadow from group autocomplete results --- extensions/mentions/less/forum.less | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/extensions/mentions/less/forum.less b/extensions/mentions/less/forum.less index 89ecca496..0932c60df 100644 --- a/extensions/mentions/less/forum.less +++ b/extensions/mentions/less/forum.less @@ -109,7 +109,7 @@ color: @body-bg; } } -.Badge--group { +.MentionsDropdown .Badge { box-shadow: none; }