Skip to content

Commit

Permalink
fix(tabs): inside content boxes which apply theme and text color for …
Browse files Browse the repository at this point in the history
…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
  • Loading branch information
ichim-david committed Dec 12, 2023
1 parent d9e9cdd commit d3902de
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 6 deletions.
5 changes: 0 additions & 5 deletions theme/themes/eea/extras/tag.less
Original file line number Diff line number Diff line change
Expand Up @@ -36,9 +36,4 @@
}
}

.ui[class*='ary'] .tag .name,
.ui[class*='ary'] .tag .icon {
color: @tagNameFontColorWithBackground;
}

.loadUIOverrides();
1 change: 0 additions & 1 deletion theme/themes/eea/extras/tag.variables
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@
/* Tag text */
@tagNameFontSize : 1rem;
@tagNameFontColor : @textColorCSSVar;
@tagNameFontColorWithBackground : @grey-0;
@tagNameFontWeight : 500;
@tagNameLineHeight : 1.25rem;

Expand Down

0 comments on commit d3902de

Please sign in to comment.