@openui5/themelib_sap_horizon 1.134.0 → 1.135.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (84) hide show
  1. package/THIRDPARTY.txt +2 -2
  2. package/package.json +18 -18
  3. package/src/sap/f/themes/sap_horizon/CardHeaders.less +1 -2
  4. package/src/sap/f/themes/sap_horizon/GridListItem.less +2 -2
  5. package/src/sap/f/themes/sap_horizon_dark/CardHeaders.less +1 -2
  6. package/src/sap/f/themes/sap_horizon_dark/GridListItem.less +1 -1
  7. package/src/sap/f/themes/sap_horizon_hcb/GridContainer.less +4 -4
  8. package/src/sap/f/themes/sap_horizon_hcb/GridListItem.less +1 -2
  9. package/src/sap/f/themes/sap_horizon_hcw/GridListItem.less +1 -2
  10. package/src/sap/m/themes/sap_horizon/GenericTile.less +0 -10
  11. package/src/sap/m/themes/sap_horizon/IconTabBar.less +79 -87
  12. package/src/sap/m/themes/sap_horizon/MessageStrip.less +0 -3
  13. package/src/sap/m/themes/sap_horizon/Table.less +12 -3
  14. package/src/sap/m/themes/sap_horizon/TimePicker.less +3 -3
  15. package/src/sap/m/themes/sap_horizon/TimePickerSliders.less +59 -31
  16. package/src/sap/m/themes/sap_horizon/Title.less +8 -6
  17. package/src/sap/m/themes/sap_horizon/Token.less +1 -0
  18. package/src/sap/m/themes/sap_horizon/Tokenizer.less +5 -0
  19. package/src/sap/m/themes/sap_horizon_dark/GenericTile.less +0 -10
  20. package/src/sap/m/themes/sap_horizon_dark/IconTabBar.less +94 -80
  21. package/src/sap/m/themes/sap_horizon_dark/MessageStrip.less +0 -4
  22. package/src/sap/m/themes/sap_horizon_dark/Table.less +12 -3
  23. package/src/sap/m/themes/sap_horizon_dark/TimePicker.less +3 -3
  24. package/src/sap/m/themes/sap_horizon_dark/TimePickerSliders.less +59 -31
  25. package/src/sap/m/themes/sap_horizon_dark/Title.less +8 -6
  26. package/src/sap/m/themes/sap_horizon_hcb/IconTabBar.less +11 -11
  27. package/src/sap/m/themes/sap_horizon_hcb/MessageStrip.less +0 -5
  28. package/src/sap/m/themes/sap_horizon_hcb/ObjectStatus.less +1 -0
  29. package/src/sap/m/themes/sap_horizon_hcb/TabContainer.less +4 -0
  30. package/src/sap/m/themes/sap_horizon_hcb/TimePicker.less +3 -3
  31. package/src/sap/m/themes/sap_horizon_hcb/TimePickerSliders.less +58 -30
  32. package/src/sap/m/themes/sap_horizon_hcb/Title.less +8 -6
  33. package/src/sap/m/themes/sap_horizon_hcw/IconTabBar.less +9 -11
  34. package/src/sap/m/themes/sap_horizon_hcw/MessageStrip.less +0 -5
  35. package/src/sap/m/themes/sap_horizon_hcw/TabContainer.less +4 -0
  36. package/src/sap/m/themes/sap_horizon_hcw/TimePicker.less +3 -3
  37. package/src/sap/m/themes/sap_horizon_hcw/TimePickerSliders.less +57 -31
  38. package/src/sap/m/themes/sap_horizon_hcw/Title.less +8 -6
  39. package/src/sap/tnt/themes/sap_horizon/NavigationList.less +5 -9
  40. package/src/sap/tnt/themes/sap_horizon_dark/NavigationList.less +5 -9
  41. package/src/sap/tnt/themes/sap_horizon_hcb/NavigationList.less +5 -8
  42. package/src/sap/tnt/themes/sap_horizon_hcw/NavigationList.less +5 -8
  43. package/src/sap/ui/core/themes/sap_horizon/.theme +1 -1
  44. package/src/sap/ui/core/themes/sap_horizon/base.less +77 -19
  45. package/src/sap/ui/core/themes/sap_horizon/global.less +7 -0
  46. package/src/sap/ui/core/themes/sap_horizon_dark/.theme +1 -1
  47. package/src/sap/ui/core/themes/sap_horizon_dark/base.less +80 -22
  48. package/src/sap/ui/core/themes/sap_horizon_dark/global.less +7 -0
  49. package/src/sap/ui/core/themes/sap_horizon_hcb/.theme +1 -1
  50. package/src/sap/ui/core/themes/sap_horizon_hcb/base.less +62 -4
  51. package/src/sap/ui/core/themes/sap_horizon_hcb/global.less +7 -0
  52. package/src/sap/ui/core/themes/sap_horizon_hcw/.theme +1 -1
  53. package/src/sap/ui/core/themes/sap_horizon_hcw/base.less +62 -4
  54. package/src/sap/ui/core/themes/sap_horizon_hcw/global.less +7 -0
  55. package/src/sap/ui/table/themes/sap_horizon/Cell.less +7 -5
  56. package/src/sap/ui/table/themes/sap_horizon/Grouping.less +11 -11
  57. package/src/sap/ui/table/themes/sap_horizon/RowAction.less +12 -12
  58. package/src/sap/ui/table/themes/sap_horizon/RowSelection.less +7 -7
  59. package/src/sap/ui/table/themes/sap_horizon/Scrolling.less +2 -1
  60. package/src/sap/ui/table/themes/sap_horizon/Table.less +4 -4
  61. package/src/sap/ui/table/themes/sap_horizon_dark/Cell.less +7 -5
  62. package/src/sap/ui/table/themes/sap_horizon_dark/Grouping.less +11 -11
  63. package/src/sap/ui/table/themes/sap_horizon_dark/RowAction.less +10 -10
  64. package/src/sap/ui/table/themes/sap_horizon_dark/RowSelection.less +6 -6
  65. package/src/sap/ui/table/themes/sap_horizon_dark/Scrolling.less +1 -0
  66. package/src/sap/ui/table/themes/sap_horizon_dark/Table.less +3 -3
  67. package/src/sap/ui/table/themes/sap_horizon_hcb/Cell.less +4 -3
  68. package/src/sap/ui/table/themes/sap_horizon_hcb/DragDrop.less +1 -1
  69. package/src/sap/ui/table/themes/sap_horizon_hcb/Row.less +2 -2
  70. package/src/sap/ui/table/themes/sap_horizon_hcb/RowHighlight.less +1 -1
  71. package/src/sap/ui/table/themes/sap_horizon_hcb/RowSelection.less +4 -4
  72. package/src/sap/ui/table/themes/sap_horizon_hcb/Scrolling.less +1 -0
  73. package/src/sap/ui/table/themes/sap_horizon_hcb/Table.less +2 -2
  74. package/src/sap/ui/table/themes/sap_horizon_hcw/Cell.less +4 -3
  75. package/src/sap/ui/table/themes/sap_horizon_hcw/DragDrop.less +1 -1
  76. package/src/sap/ui/table/themes/sap_horizon_hcw/Row.less +2 -2
  77. package/src/sap/ui/table/themes/sap_horizon_hcw/RowHighlight.less +1 -1
  78. package/src/sap/ui/table/themes/sap_horizon_hcw/RowSelection.less +4 -4
  79. package/src/sap/ui/table/themes/sap_horizon_hcw/Scrolling.less +1 -0
  80. package/src/sap/ui/table/themes/sap_horizon_hcw/Table.less +2 -2
  81. package/src/sap/uxap/themes/sap_horizon/ObjectPageSection.less +1 -0
  82. package/src/sap/uxap/themes/sap_horizon_dark/ObjectPageSection.less +1 -0
  83. package/src/sap/uxap/themes/sap_horizon_hcb/ObjectPageSection.less +1 -0
  84. package/src/sap/uxap/themes/sap_horizon_hcw/ObjectPageSection.less +1 -0
@@ -3,14 +3,23 @@
3
3
  /* Evening Horizon theme */
4
4
  /* ============================ */
5
5
 
6
- @_sap_m_Table_SelNavColWidth: 2.75rem;
7
- @_sap_m_Table_CustomFocusMargin: 0;
8
-
9
6
  .sapMListBGTransparent .sapMListTblHeader,
10
7
  .sapMListBGTransparent .sapMListTblFooter {
11
8
  background-color: fade(@sapUiListBackground, 0%);
12
9
  }
13
10
 
11
+ .sapMListTblSelCol,
12
+ .sapMListTblHasNav .sapMListTblNavCol {
13
+ width: 2.75rem;
14
+ }
15
+
16
+ .sapMTableRowCustomFocus:focus {
17
+ & + .sapMListTblSubRow > td::before,
18
+ & > :not(.sapMListTblDummyCell:last-child)::before {
19
+ margin-right: 0; /* make the focus border clearly visible on all sides */
20
+ }
21
+ }
22
+
14
23
  .sapMListBGTranslucent .sapMListTblHeader,
15
24
  .sapMListBGTranslucent .sapMListTblFooter {
16
25
  background-color: var(--sapList_Background);
@@ -3,6 +3,6 @@
3
3
  /* Evening Horizon theme */
4
4
  /* ================================= */
5
5
 
6
- @_sap_m_TimePicker_ItemColor: @sapUiLegendWorkingBackground;
7
- @_sap_m_TimePicker_ItemHoverColor: @sapUiListHoverBackground;
8
- @_sap_m_TimePicker_ItemBorderColor: @sapUiListBackground;
6
+ @_sap_m_TimePicker_ItemColor: var(--sapLegend_WorkingBackground);
7
+ @_sap_m_TimePicker_ItemHoverColor: var(--sapList_Hover_Background);
8
+ @_sap_m_TimePicker_ItemBorderColor: var(--sapList_Background);
@@ -3,16 +3,16 @@
3
3
  /* Evening Horizon theme */
4
4
  /* ======================================== */
5
5
 
6
- /* ======================================== */
7
- /* TimePicker Dropdown */
8
- /* ======================================== */
6
+ /* TimePicker Dropdown */
9
7
  .sapMTimePickerSlider {
8
+
10
9
  .sapMTimePickerItem {
11
- border-radius: @sapUiButtonBorderCornerRadius;
10
+ border-radius: var(--sapButton_BorderCornerRadius);
12
11
  }
13
12
  }
14
13
 
15
14
  .sapMTimePickerContainer {
15
+
16
16
  .sapMTPColumn:not(:last-child),
17
17
  .sapMTPColumn.sapMTPSliderExpanded:not(:last-child) {
18
18
  margin-right: 0.5rem;
@@ -20,77 +20,98 @@
20
20
  }
21
21
 
22
22
  .sapMTimePickerContainer .sapMTPColumn {
23
+
23
24
  .sapMTimePickerSlider,
24
25
  .sapMTimePickerLabel,
25
26
  .sapMTimePickerSlider {
27
+
26
28
  .sapMTimePickerItem,
27
29
  .sapMTPPickerSelectionFrame,
28
30
  .sapMTPSliderExpanded {
29
31
  width: 3rem;
30
32
  height: 2.875rem;
31
33
  }
34
+
32
35
  width: 3rem;
33
36
  height: 2.875rem;
34
37
  }
35
38
  }
36
39
 
37
40
  .sapUiSizeCompact .sapMTimePickerContainer .sapMTPColumn {
41
+
38
42
  .sapMTimePickerSlider,
39
43
  .sapMTimePickerLabel,
40
44
  .sapMTimePickerSlider {
45
+
41
46
  .sapMTimePickerItem,
42
47
  .sapMTPPickerSelectionFrame,
43
48
  .sapMTPSliderExpanded {
44
49
  width: 3rem;
45
50
  }
51
+
46
52
  width: 3rem;
47
53
  height: 2rem;
48
54
  }
49
55
  }
50
56
 
51
57
  .sapMTimePickerContainer {
58
+
52
59
  .sapMTPColumn {
60
+
53
61
  .sapMTimePickerSlider {
62
+
54
63
  .sapMTimePickerItem {
55
- background: @sapUiContentSelectedBackground;
56
- border: 0.0625rem solid @sapUiListBackground;
57
- color: @sapUiContentFocusColor;
58
- border-color: @sapUiContentFocusColor;
64
+ background: var(--sapContent_Selected_Background);
65
+ border: 0.0625rem solid var(--sapList_Background);
66
+ color: var(--sapContent_FocusColor);
67
+ border-color: var(--sapContent_FocusColor);
68
+
59
69
  &:hover {
60
- background: @sapUiListHoverBackground;
61
- color: @sapUiContentFocusColor;
70
+ background: var(--sapList_Hover_Background);
71
+ color: var(--sapContent_FocusColor);
62
72
  }
63
73
  }
64
74
  }
75
+
65
76
  &.sapMTPSliderExpanded {
77
+
66
78
  .sapMTimePickerSlider {
79
+
67
80
  .sapMTimePickerItem {
68
- background: @sapUiLegendWorkingBackground;
69
- border: 0.0625rem solid @sapUiListBackground;;
81
+ background: var(--sapLegend_WorkingBackground);
82
+ border: 0.0625rem solid var(--sapList_Background);
83
+
70
84
  &:hover {
71
- background: @sapUiListHoverBackground;
85
+ background: var(--sapList_Hover_Background);
72
86
  }
87
+
73
88
  &:active {
74
- background: @sapUiContentSelectedBackground;
75
- color: @sapUiContentSelectedTextColor;
89
+ background: var(--sapContent_Selected_Background);
90
+ color: var(--sapContent_Selected_TextColor);
76
91
  }
77
- &.sapMTimePickerItemSelected{
78
- background: @sapUiListBackground
92
+
93
+ &.sapMTimePickerItemSelected {
94
+ background: var(--sapList_Background)
79
95
  }
80
96
  }
97
+
81
98
  .sapMTPPickerSelectionFrame {
82
- border: 0.125rem solid @sapUiListSelectionBorderColor;
83
- border-radius: @sapUiButtonBorderCornerRadius;
84
- outline:none;
99
+ border: 0.125rem solid var(--sapList_SelectionBorderColor);
100
+ border-radius: var(--sapButton_BorderCornerRadius);
101
+ outline: none;
102
+
85
103
  &:hover {
104
+
86
105
  + ul > li.sapMTimePickerItem.sapMTimePickerItemSelected {
87
- background: @sapUiListHoverBackground;
106
+ background: var(--sapList_Hover_Background);
88
107
  }
89
108
  }
109
+
90
110
  &:active {
111
+
91
112
  & + ul > li.sapMTimePickerItem.sapMTimePickerItemSelected {
92
- background: @sapUiContentSelectedBackground;
93
- color: @sapUiContentSelectedTextColor;
113
+ background: var(--sapContent_Selected_Background);
114
+ color: var(--sapContent_Selected_TextColor);
94
115
  }
95
116
  }
96
117
  }
@@ -103,41 +124,48 @@
103
124
  }
104
125
  }
105
126
 
106
-
107
127
  /* PHONE STYLES */
108
128
  .sap-phone {
109
- /* ======================================== */
110
- /* TimePicker Dropdown */
111
- /* ======================================== */
112
129
 
130
+ /* TimePicker Dropdown */
113
131
  .sapMTimePickerContainer {
132
+
114
133
  .sapMTPColumn {
134
+
115
135
  .sapMTimePickerSlider,
116
136
  .sapMTimePickerLabel,
117
137
  .sapMTimePickerSlider {
138
+
118
139
  .sapMTimePickerItem,
119
140
  .sapMTPPickerSelectionFrame,
120
141
  .sapMTPSliderExpanded {
121
142
  width: 3rem;
122
143
  height: 2.875rem;
123
144
  }
145
+
124
146
  width: 3rem;
125
147
  height: 2.875rem;
126
148
  }
149
+
127
150
  .sapMTimePickerSlider {
151
+
128
152
  .sapMTimePickerItem {
129
- border: 1px solid @sapUiListBackground;;
153
+ border: 1px solid var(--sapList_Background);
130
154
  }
131
155
  }
156
+
132
157
  &.sapMTPSliderExpanded {
158
+
133
159
  .sapMTimePickerSlider {
160
+
134
161
  .sapMTimePickerItem {
135
- background: @sapUiLegendWorkingBackground;
136
- border: 1px solid @sapUiListBackground;;
162
+ background: var(--sapLegend_WorkingBackground);
163
+ border: 1px solid var(--sapList_Background);
137
164
  width: 3rem;
138
165
  }
166
+
139
167
  .sapMTPPickerSelectionFrame {
140
- outline: 0.125rem solid @sapUiSelected;
168
+ outline: 0.125rem solid var(--sapSelectedColor);
141
169
  outline-offset: -0.188rem;
142
170
  }
143
171
  }
@@ -1,7 +1,7 @@
1
- /* ======================================== */
2
- /* CSS for control sap.m/Title */
3
- /* Evening Horizon theme */
4
- /* ======================================== */
1
+ /* =========================== */
2
+ /* CSS for control sap.m/Title */
3
+ /* Evening Horizon theme */
4
+ /* =========================== */
5
5
 
6
6
  .sapFFCL {
7
7
 
@@ -11,7 +11,9 @@
11
11
  .sapFDynamicPage-Std-Phone {
12
12
 
13
13
  .sapFDynamicPageTitleMain {
14
+
14
15
  .sapFDynamicPageTitleMainInner {
16
+
15
17
  .sapFDynamicPageTitleMainHeading {
16
18
  align-self: auto;
17
19
 
@@ -19,8 +21,8 @@
19
21
  margin-top: 0.6875rem;
20
22
 
21
23
  .sapMTitle:not(.sapUICompVarMngmtTitle):not(.sapMVarMngmtTitle) {
22
- font-size: @sapUiObjectHeaderTitleSnappedFontSize;
23
- font-family: @sapUiObjectHeaderTitleFontFamily;
24
+ font-size: var(--sapObjectHeader_Title_SnappedFontSize);
25
+ font-family: var(--sapObjectHeader_Title_FontFamily);
24
26
  }
25
27
  }
26
28
  }
@@ -7,7 +7,6 @@
7
7
  /* Variables overriding */
8
8
  /* ========================================================================== */
9
9
 
10
- @_sap_m_IconTabBar_TextColor: var(--sapContent_LabelColor);
11
10
  @_sap_m_IconTabBar_TextShadow: none;
12
11
  @_sap_m_IconTabBar_HeaderFocusBorderTopOffset: -1px;
13
12
  @_sap_m_IconTabBar_HeaderFocusBorderBottomOffset: -1px;
@@ -18,7 +17,6 @@
18
17
  /* ==================== Cozy size ==================== */
19
18
 
20
19
  /* Content arrow */
21
- @_sap_m_IconTabBar_ContentArrowBorderWidth: 0.313rem;
22
20
  @_sap_m_IconTabBar_ContentArrowHeight: 0.875rem;
23
21
 
24
22
  /* Inline mode */
@@ -131,14 +129,12 @@
131
129
  /* Variables */
132
130
  /* ========================================================================== */
133
131
 
134
- @_sap_m_IconTabBar_TextHoverColor: darken(@sapUiGroupTitleTextColor, 10);
135
- @_sap_m_IconTabBar_SelectedTextColor: var(--sapContent_LabelColor);
132
+ @_sap_m_IconTabBar_SelectedTextColor: var(--sapTab_Selected_Background);
136
133
  @_sap_m_IconTabBar_SelectedTextHoverColor: darken(@sapUiSelected, 10);
137
134
  @_sap_m_IconTabBar_ArrowScroll_AfterHeight: 1px;
138
135
 
139
136
  /* =========== Shell =========== */
140
137
  @_sap_m_IconTabBar_ShellHeaderShadow: var(--sapShell_Shadow);
141
- @_sap_m_IconTabBar_ShellContentArrowHeight: 0.313rem;
142
138
  @_sap_m_IconTabBar_ShellOverflowBorderColor: var(--sapButton_BorderColor);
143
139
  @_sap_m_IconTabBar_ShellOverflowHoverBorderColor: var(--sapButton_Hover_BorderColor);
144
140
  @_sap_m_IconTabBar_ShellOverflowPressedBorderColor: var(--sapButton_Active_BorderColor);
@@ -243,7 +239,6 @@
243
239
  }
244
240
 
245
241
  .sapMITBContentArrow {
246
- border-bottom: none;
247
242
  position: relative;
248
243
 
249
244
  /* creates border bottom with rounded top corners */
@@ -253,7 +248,6 @@
253
248
  bottom: 0;
254
249
  left: 0;
255
250
  right: 0;
256
- height: @_sap_m_IconTabBar_ContentArrowBorderWidth;
257
251
  border-radius: 0.125rem 0.125rem 0 0;
258
252
  }
259
253
  }
@@ -299,17 +293,21 @@
299
293
  }
300
294
 
301
295
  .sapMITBFilterIcon {
302
- border: 1px solid var(--sapGroup_TitleTextColor);
296
+ border: 0.125rem solid var(--sapTab_ForegroundColor);
303
297
  }
304
298
 
305
299
  .sapMITBFilterDefault {
306
300
  color: var(--sapContent_ContrastIconColor);
307
301
  }
308
302
 
303
+ .sapMITBTab .sapMITBFilterDefault {
304
+ background-color: var(--sapTab_Background);
305
+ }
306
+
309
307
  .sapMITBSelected {
310
308
 
311
309
  .sapMITBContentArrow::after {
312
- background: var(--sapList_SelectionBorderColor);
310
+ background: var(--sapTab_ForegroundColor);
313
311
  }
314
312
 
315
313
  .sapMITBFilterDefault,
@@ -317,11 +315,13 @@
317
315
  .sapMITBFilterPositive,
318
316
  .sapMITBFilterNegative,
319
317
  .sapMITBFilterCritical {
320
- background: var(--sapSelectedColor);
321
- color: var(--sapContent_ContrastIconColor);
318
+ background: var(--sapTab_Positive_Selected_Background);
319
+ color: var( --sapTab_Positive_Selected_IconColor);
322
320
  }
323
321
  }
324
322
 
323
+
324
+
325
325
  /* Phone device */
326
326
 
327
327
  .sapUiMedia-Std-Phone .sapMITH.sapUiSizeCompact {
@@ -3,11 +3,6 @@
3
3
  /* Horizon High Contrast Black theme */
4
4
  /* =================================== */
5
5
 
6
- .sapMMsgStrip {
7
- border-radius: var(--sapPopover_BorderCornerRadius);
8
- border-width: 0.125rem;
9
- }
10
-
11
6
  .sapMMsgStripCloseButton {
12
7
  top: -0.4375rem;
13
8
  }
@@ -24,6 +24,7 @@
24
24
  .sapMObjStatusInformation .sapMObjStatusText,
25
25
  .sapMObjStatusInformation .sapMObjStatusIcon {
26
26
  color: var(--sapList_TextColor);
27
+ text-shadow: none;
27
28
  }
28
29
  }
29
30
 
@@ -24,4 +24,8 @@
24
24
  .sapMTabStrip {
25
25
  height: 3.25rem;
26
26
  }
27
+ }
28
+
29
+ .sapMTabContIcon.sapUiIcon {
30
+ color: var(--sapContent_IconColor);
27
31
  }
@@ -3,6 +3,6 @@
3
3
  /* Horizon High Contrast Black theme */
4
4
  /* ================================== */
5
5
 
6
- @_sap_m_TimePicker_ItemColor: @sapUiLegendWorkingBackground;
7
- @_sap_m_TimePicker_ItemHoverColor: @sapUiListHoverBackground;
8
- @_sap_m_TimePicker_ItemBorderColor: @sapUiListBackground;
6
+ @_sap_m_TimePicker_ItemColor: var(--sapLegend_WorkingBackground);
7
+ @_sap_m_TimePicker_ItemHoverColor: var(--sapList_Hover_Background);
8
+ @_sap_m_TimePicker_ItemBorderColor: var(--sapList_Background);
@@ -3,16 +3,16 @@
3
3
  /* Horizon High Contrast Black theme */
4
4
  /* ======================================== */
5
5
 
6
- /* ======================================== */
7
- /* TimePicker Dropdown */
8
- /* ======================================== */
6
+ /* TimePicker Dropdown */
9
7
  .sapMTimePickerSlider {
8
+
10
9
  .sapMTimePickerItem {
11
- border-radius: @sapUiElementBorderCornerRadius;
10
+ border-radius: var(--sapElement_BorderCornerRadius);
12
11
  }
13
12
  }
14
13
 
15
14
  .sapMTimePickerContainer {
15
+
16
16
  .sapMTPColumn:not(:last-child),
17
17
  .sapMTPColumn.sapMTPSliderExpanded:not(:last-child) {
18
18
  margin-right: 0.5rem;
@@ -20,76 +20,97 @@
20
20
  }
21
21
 
22
22
  .sapMTimePickerContainer .sapMTPColumn {
23
+
23
24
  .sapMTimePickerSlider,
24
25
  .sapMTimePickerLabel,
25
26
  .sapMTimePickerSlider {
27
+
26
28
  .sapMTimePickerItem,
27
29
  .sapMTPPickerSelectionFrame,
28
30
  .sapMTPSliderExpanded {
29
31
  width: 3rem;
30
32
  height: 2.875rem;
31
33
  }
34
+
32
35
  width: 3rem;
33
36
  height: 2.875rem;
34
37
  }
35
38
  }
36
39
 
37
40
  .sapUiSizeCompact .sapMTimePickerContainer .sapMTPColumn {
41
+
38
42
  .sapMTimePickerSlider,
39
43
  .sapMTimePickerLabel,
40
44
  .sapMTimePickerSlider {
45
+
41
46
  .sapMTimePickerItem,
42
47
  .sapMTPPickerSelectionFrame,
43
48
  .sapMTPSliderExpanded {
44
49
  width: 3rem;
45
50
  }
51
+
46
52
  width: 3rem;
47
53
  height: 2rem;
48
54
  }
49
55
  }
50
56
 
51
57
  .sapMTimePickerContainer {
58
+
52
59
  .sapMTPColumn {
60
+
53
61
  .sapMTimePickerSlider {
62
+
54
63
  .sapMTimePickerItem {
55
- background: @sapUiContentSelectedBackground;
56
- border: 0.0625rem solid @sapUiListSelectionBorderColor;
64
+ background: var(--sapContent_Selected_Background);
65
+ border: 0.0625rem solid var(--sapList_SelectionBorderColor);
66
+
57
67
  &:hover {
58
- background: @sapUiContentSelectedHoverBackground;
68
+ background: var(--sapContent_Selected_Hover_Background);
59
69
  }
60
70
  }
61
71
  }
72
+
62
73
  &.sapMTPSliderExpanded {
74
+
63
75
  .sapMTimePickerSlider {
76
+
64
77
  .sapMTimePickerItem {
65
- background: @sapUiLegendWorkingBackground;
66
- border: 0.0625rem solid @sapUiListBackground;
78
+ background: var(--sapLegend_WorkingBackground);
79
+ border: 0.0625rem solid var(--sapList_Background);
80
+
67
81
  &:hover {
68
- background: @sapUiListHoverBackground;
69
- border: solid 0.0625rem @sapUiListSelectionBorderColor;
82
+ background: var(--sapList_Hover_Background);
83
+ border: solid 0.0625rem var(--sapList_SelectionBorderColor);
70
84
  }
85
+
71
86
  &:active {
72
- background: @sapUiContentSelectedBackground;
73
- color: @sapUiContentSelectedTextColor;
87
+ background: var(--sapContent_Selected_Background);
88
+ color: var(--sapContent_Selected_TextColor);
74
89
  }
75
- &.sapMTimePickerItemSelected{
76
- background: @sapUiListBackground
90
+
91
+ &.sapMTimePickerItemSelected {
92
+ background: var(--sapList_Background)
77
93
  }
78
94
  }
95
+
79
96
  .sapMTPPickerSelectionFrame {
80
- border: solid 0.0625rem @sapUiListSelectionBorderColor;
81
- border-radius: @sapUiElementBorderCornerRadius;
82
- outline:none;
97
+ border: solid 0.0625rem var(--sapList_SelectionBorderColor);
98
+ border-radius: var(--sapElement_BorderCornerRadius);
99
+ outline: none;
100
+
83
101
  &:hover {
102
+
84
103
  + ul > li.sapMTimePickerItem.sapMTimePickerItemSelected {
85
- background: @sapUiListHoverBackground;
86
- border: solid 0.0625rem @sapUiListSelectionBorderColor;
104
+ background: var(--sapList_Hover_Background);
105
+ border: solid 0.0625rem var(--sapList_SelectionBorderColor);
87
106
  }
88
107
  }
108
+
89
109
  &:active {
110
+
90
111
  & + ul > li.sapMTimePickerItem.sapMTimePickerItemSelected {
91
- background: @sapUiContentSelectedBackground;
92
- color: @sapUiContentSelectedTextColor;
112
+ background: var(--sapContent_Selected_Background);
113
+ color: var(--sapContent_Selected_TextColor);
93
114
  }
94
115
  }
95
116
  }
@@ -102,41 +123,48 @@
102
123
  }
103
124
  }
104
125
 
105
-
106
126
  /* PHONE STYLES */
107
127
  .sap-phone {
108
- /* ======================================== */
109
- /* TimePicker Dropdown */
110
- /* ======================================== */
111
128
 
129
+ /* TimePicker Dropdown */
112
130
  .sapMTimePickerContainer {
131
+
113
132
  .sapMTPColumn {
133
+
114
134
  .sapMTimePickerSlider,
115
135
  .sapMTimePickerLabel,
116
136
  .sapMTimePickerSlider {
137
+
117
138
  .sapMTimePickerItem,
118
139
  .sapMTPPickerSelectionFrame,
119
140
  .sapMTPSliderExpanded {
120
141
  width: 3rem;
121
142
  height: 2.875rem;
122
143
  }
144
+
123
145
  width: 3rem;
124
146
  height: 2.875rem;
125
147
  }
148
+
126
149
  .sapMTimePickerSlider {
150
+
127
151
  .sapMTimePickerItem {
128
- border: 1px solid @sapUiListBackground;
152
+ border: 1px solid var(--sapList_Background);
129
153
  }
130
154
  }
155
+
131
156
  &.sapMTPSliderExpanded {
157
+
132
158
  .sapMTimePickerSlider {
159
+
133
160
  .sapMTimePickerItem {
134
- background: @sapUiLegendWorkingBackground;
135
- border: 1px solid @sapUiListBackground;
161
+ background: var(--sapLegend_WorkingBackground);
162
+ border: 1px solid var(--sapList_Background);
136
163
  width: 3rem;
137
164
  }
165
+
138
166
  .sapMTPPickerSelectionFrame {
139
- outline: 0.0.0625rem solid @sapUiListSelectionBorderColor;
167
+ outline: 0.0625rem solid var(--sapList_SelectionBorderColor);
140
168
  outline-offset: -0.188rem;
141
169
  }
142
170
  }
@@ -1,7 +1,7 @@
1
- /* =================================== */
2
- /* CSS for control sap.m/Title */
3
- /* Horizon High Contrast Black theme */
4
- /* =================================== */
1
+ /* ================================= */
2
+ /* CSS for control sap.m/Title */
3
+ /* Horizon High Contrast Black theme */
4
+ /* ================================= */
5
5
 
6
6
  .sapFFCL {
7
7
 
@@ -11,7 +11,9 @@
11
11
  .sapFDynamicPage-Std-Phone {
12
12
 
13
13
  .sapFDynamicPageTitleMain {
14
+
14
15
  .sapFDynamicPageTitleMainInner {
16
+
15
17
  .sapFDynamicPageTitleMainHeading {
16
18
  align-self: auto;
17
19
 
@@ -19,8 +21,8 @@
19
21
  margin-top: 0.6875rem;
20
22
 
21
23
  .sapMTitle:not(.sapUICompVarMngmtTitle):not(.sapMVarMngmtTitle) {
22
- font-size: @sapUiObjectHeaderTitleSnappedFontSize;
23
- font-family: @sapUiObjectHeaderTitleFontFamily;
24
+ font-size: var(--sapObjectHeader_Title_SnappedFontSize);
25
+ font-family: var(--sapObjectHeader_Title_FontFamily);
24
26
  }
25
27
  }
26
28
  }