Skip to content

Commit

Permalink
fix(ui5-tabcontainer): fix selected tab text color in HCB (#805)
Browse files Browse the repository at this point in the history
  • Loading branch information
ilhan007 authored Oct 1, 2019
1 parent 002557c commit 3ccf80e
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion packages/main/src/themes/TabContainer.css
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@
}

.ui5-tc__headerItem--selected.ui5-tc__headerItem--textOnly {
color: var(--sapUiSelected);
color: var(--_ui5_tc_headeritem_text_selected_color);
}

.ui5-tc__headerItem--selected.ui5-tc__headerItem--textOnly .ui5-tc__headerItemContent::after,
Expand Down
1 change: 1 addition & 0 deletions packages/main/src/themes/base/TabContainer-parameters.css
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@

/* Header Item */
--_ui5_tc_headerItem_color: var(--sapUiGroupTitleTextColor);
--_ui5_tc_headeritem_text_selected_color: var(--sapUiSelected);
--_ui5_tc_headerItem_positive_selected_border_color: var(--sapUiPositive);
--_ui5_tc_headerItem_negative_selected_border_color: var(--sapUiNegative);
--_ui5_tc_headerItem_critical_selected_border_color: var(--sapUiCritical);
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@
--_ui5_tc_headerItemIcon_color: var(--sapUiObjectHeaderBorderColor);
--_ui5_tc_headerItemIcon_selected_background: var(--sapUiSelected);
--_ui5_tc_headerItemIcon_selected_color: var(--sapUiContentIconColor);
--_ui5_tc_headeritem_text_selected_color: var(--sapUiObjectHeaderBorderColor);
--_ui5_tc_headerItemIcon_positive_selected_background: var(--sapUiSelected);
--_ui5_tc_headerItemIcon_negative_selected_background: var(--sapUiSelected);
--_ui5_tc_headerItemIcon_critical_selected_background: var(--sapUiSelected);
Expand Down

0 comments on commit 3ccf80e

Please sign in to comment.