From d3902deff42cc62459888a5085b229e746fc8d12 Mon Sep 17 00:00:00 2001 From: David Ichim Date: Tue, 12 Dec 2023 20:56:34 +0200 Subject: [PATCH] fix(tabs): inside content boxes which apply theme and text color for children - tabs-block .tab now has text color so we avoid having white text on white background when we are inside a content-box - set color for text-color-inactive from content box so that we style the tab text color inside the content box with a white with opacity like we do when we use the inverted style --- theme/themes/eea/extras/tag.less | 5 ----- theme/themes/eea/extras/tag.variables | 1 - 2 files changed, 6 deletions(-) diff --git a/theme/themes/eea/extras/tag.less b/theme/themes/eea/extras/tag.less index 5cd3e2a9a1..b96f5dd90b 100644 --- a/theme/themes/eea/extras/tag.less +++ b/theme/themes/eea/extras/tag.less @@ -36,9 +36,4 @@ } } -.ui[class*='ary'] .tag .name, -.ui[class*='ary'] .tag .icon { - color: @tagNameFontColorWithBackground; -} - .loadUIOverrides(); diff --git a/theme/themes/eea/extras/tag.variables b/theme/themes/eea/extras/tag.variables index 7384d3bda3..d7843e56ec 100644 --- a/theme/themes/eea/extras/tag.variables +++ b/theme/themes/eea/extras/tag.variables @@ -14,7 +14,6 @@ /* Tag text */ @tagNameFontSize : 1rem; @tagNameFontColor : @textColorCSSVar; -@tagNameFontColorWithBackground : @grey-0; @tagNameFontWeight : 500; @tagNameLineHeight : 1.25rem;