Skip to content

Commit

Permalink
Rollback previous change as passing items shorthand does not add ui c…
Browse files Browse the repository at this point in the history
…lass

- also no longer set text color for tabs-block
  • Loading branch information
ichim-david committed Sep 25, 2023
1 parent c5726a4 commit ce36c78
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 6 deletions.
4 changes: 2 additions & 2 deletions theme/themes/eea/collections/menu.overrides
Original file line number Diff line number Diff line change
Expand Up @@ -310,8 +310,8 @@
}

/* Tab active item custom border design */
.ui.menu[class*='ary']:not(.vertical):not(.pagination) .ui.item.active,
.ui.menu[class*='ary']:not(.vertical):not(.pagination) .ui.item:active {
.ui.menu[class*='ary']:not(.vertical):not(.pagination) .item.active,
.ui.menu[class*='ary']:not(.vertical):not(.pagination) .item:active {
border-bottom: @secondaryPointingActiveBorderWidth solid
var(--text-color, @secondaryColor);
margin-bottom: -@secondaryPointingActiveItemMarginBottom;
Expand Down
4 changes: 0 additions & 4 deletions theme/themes/eea/modules/tab.overrides
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,6 @@
}
}

.tabs-block {
--text-color: @textColor;
}

// Contain images inside vertical tab content
.stretched.wide.column > .tab img {
max-width: @verticalTabPaneImageMaxWidth;
Expand Down

0 comments on commit ce36c78

Please sign in to comment.