Skip to content

Commit 06bc58b

Browse files
authored
fix(ui5-shellbar): create CSS vars for shellbar active text color for belize and belize HCB (#1107)
1 parent 4cd45e1 commit 06bc58b

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

packages/theme-base/src/themes/sap_belize/base-parameters-vars.less

+1-1
Original file line numberDiff line numberDiff line change
@@ -223,7 +223,6 @@
223223
--sapContent_ForegroundColor: @sapContent_ForegroundColor;
224224
--sapContent_ForegroundTextColor: @sapContent_ForegroundTextColor;
225225
--sapContent_DisabledTextColor: @sapContent_DisabledTextColor;
226-
227226
--sapField_ReadOnly_BorderColor: @sapField_ReadOnly_BorderColor;
228227
--sapGroup_TitleBorderColor: @sapGroup_TitleBorderColor;
229228
--sapGroup_TitleTextColor: @sapGroup_TitleTextColor;
@@ -235,6 +234,7 @@
235234
--sapShell_BackgroundPatternColor: @sapShell_BackgroundPatternColor;
236235
--sapShell_Hover_Background: @sapShell_Hover_Background;
237236
--sapShell_Active_Background: @sapShell_Active_Background;
237+
--sapShell_Active_TextColor: @sapShell_Active_TextColor;
238238
--sapScrollBar_FaceColor: @sapScrollBar_FaceColor;
239239
--sapScrollBar_TrackColor: @sapScrollBar_TrackColor;
240240
--sapScrollBar_Hover_FaceColor: @sapScrollBar_Hover_FaceColor;

packages/theme-base/src/themes/sap_belize_hcb/base-parameters-vars.less

+2-1
Original file line numberDiff line numberDiff line change
@@ -136,6 +136,7 @@
136136
--sapShell_InteractiveTextColor: @sapShell_InteractiveTextColor;
137137
--sapShell_Hover_Background: @sapShell_Hover_Background;
138138
--sapShell_Active_Background: @sapShell_Active_Background;
139+
--sapShell_Active_TextColor: @sapShell_Active_TextColor;
139140

140141
--sapButton_BorderWidth: @sapButton_BorderWidth;
141142
--sapButton_Background: @sapButton_Background;
@@ -155,7 +156,7 @@
155156
--sapButton_Emphasized_Hover_Background: @sapButton_Emphasized_Hover_Background;
156157
--sapButton_Emphasized_TextShadow: none;
157158
--sapButton_Emphasized_Active_Background: @sapButton_Emphasized_Active_Background;
158-
--sapButton_Emphasized_Active_BorderColor: @sapButton_Emphasized_Active_BorderColor;
159+
--sapButton_Emphasized_Active_BorderColor: @sapButton_Emphasized_Active_BorderColor;
159160
--sapButton_Reject_TextColor: @sapButton_Reject_TextColor;
160161
--sapButton_Reject_Background: @sapButton_Reject_Background;
161162
--sapButton_Reject_BorderColor: @sapButton_BorderColor;

0 commit comments

Comments
 (0)