From f35ad09767e814efb760f2b9cb81117ee3d4e9ba Mon Sep 17 00:00:00 2001 From: protoclown Date: Thu, 29 Sep 2022 16:44:25 +0200 Subject: [PATCH] fix(newDiscussion): restore less rule when tag is not colored --- extensions/tags/less/forum.less | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/extensions/tags/less/forum.less b/extensions/tags/less/forum.less index 30850fe4f..2b1a25859 100644 --- a/extensions/tags/less/forum.less +++ b/extensions/tags/less/forum.less @@ -7,10 +7,11 @@ @import "forum/ToggleButton"; .Button { + &--tagColored { --button-primary-bg: var(--color); --button-primary-bg-hover: var(--color); --button-primary-bg-active: var(--color); - + } &--tagLight { color: @text-on-light; }