@openui5/themelib_sap_horizon 1.133.0 → 1.134.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 (112) hide show
  1. package/.reuse/dep5 +0 -7
  2. package/THIRDPARTY.txt +1 -22
  3. package/package.json +18 -18
  4. package/src/sap/f/themes/sap_horizon/Card.less +14 -19
  5. package/src/sap/f/themes/sap_horizon/CardHeaders.less +1 -2
  6. package/src/sap/f/themes/sap_horizon/ShellBar.less +5 -0
  7. package/src/sap/f/themes/sap_horizon_dark/Card.less +8 -13
  8. package/src/sap/f/themes/sap_horizon_dark/CardHeaders.less +1 -2
  9. package/src/sap/f/themes/sap_horizon_dark/ShellBar.less +5 -0
  10. package/src/sap/f/themes/sap_horizon_hcb/Card.less +3 -8
  11. package/src/sap/f/themes/sap_horizon_hcb/ShellBar.less +5 -0
  12. package/src/sap/f/themes/sap_horizon_hcb/library.source.less +0 -1
  13. package/src/sap/f/themes/sap_horizon_hcw/Card.less +3 -8
  14. package/src/sap/f/themes/sap_horizon_hcw/ShellBar.less +5 -0
  15. package/src/sap/f/themes/sap_horizon_hcw/library.source.less +0 -1
  16. package/src/sap/m/themes/sap_horizon/Avatar.less +13 -0
  17. package/src/sap/m/themes/sap_horizon/Button.less +6 -0
  18. package/src/sap/m/themes/sap_horizon/GenericTile.less +6 -25
  19. package/src/sap/m/themes/sap_horizon/NewsContent.less +1 -1
  20. package/src/sap/m/themes/sap_horizon/ProgressIndicator.less +1 -1
  21. package/src/sap/m/themes/sap_horizon/SplitButton.less +71 -54
  22. package/src/sap/m/themes/sap_horizon/StandardTile.less +2 -2
  23. package/src/sap/m/themes/sap_horizon/SuggestionsPopover.less +6 -1
  24. package/src/sap/m/themes/sap_horizon/Switch.less +109 -91
  25. package/src/sap/m/themes/sap_horizon/TabContainer.less +2 -0
  26. package/src/sap/m/themes/sap_horizon/TabStrip.less +48 -20
  27. package/src/sap/m/themes/sap_horizon/Table.less +5 -5
  28. package/src/sap/m/themes/sap_horizon/Text.less +3 -2
  29. package/src/sap/m/themes/sap_horizon/TextArea.less +2 -1
  30. package/src/sap/m/themes/sap_horizon/TileContainer.less +4 -4
  31. package/src/sap/m/themes/sap_horizon/TileContent.less +3 -3
  32. package/src/sap/m/themes/sap_horizon/ToggleButton.less +53 -41
  33. package/src/sap/m/themes/sap_horizon/ViewSettingsDialog.less +10 -6
  34. package/src/sap/m/themes/sap_horizon/WheelSlider.less +38 -14
  35. package/src/sap/m/themes/sap_horizon_dark/Avatar.less +13 -0
  36. package/src/sap/m/themes/sap_horizon_dark/Button.less +6 -0
  37. package/src/sap/m/themes/sap_horizon_dark/GenericTile.less +15 -37
  38. package/src/sap/m/themes/sap_horizon_dark/NewsContent.less +1 -1
  39. package/src/sap/m/themes/sap_horizon_dark/ProgressIndicator.less +1 -1
  40. package/src/sap/m/themes/sap_horizon_dark/SplitButton.less +70 -54
  41. package/src/sap/m/themes/sap_horizon_dark/StandardTile.less +2 -2
  42. package/src/sap/m/themes/sap_horizon_dark/SuggestionsPopover.less +1 -1
  43. package/src/sap/m/themes/sap_horizon_dark/Switch.less +108 -89
  44. package/src/sap/m/themes/sap_horizon_dark/TabContainer.less +2 -0
  45. package/src/sap/m/themes/sap_horizon_dark/TabStrip.less +50 -21
  46. package/src/sap/m/themes/sap_horizon_dark/Table.less +4 -4
  47. package/src/sap/m/themes/sap_horizon_dark/Text.less +3 -2
  48. package/src/sap/m/themes/sap_horizon_dark/TextArea.less +2 -1
  49. package/src/sap/m/themes/sap_horizon_dark/TileContainer.less +4 -3
  50. package/src/sap/m/themes/sap_horizon_dark/TileContent.less +3 -3
  51. package/src/sap/m/themes/sap_horizon_dark/ToggleButton.less +52 -41
  52. package/src/sap/m/themes/sap_horizon_dark/ViewSettingsDialog.less +10 -6
  53. package/src/sap/m/themes/sap_horizon_dark/WheelSlider.less +34 -11
  54. package/src/sap/m/themes/sap_horizon_hcb/Avatar.less +14 -0
  55. package/src/sap/m/themes/sap_horizon_hcb/Button.less +8 -0
  56. package/src/sap/m/themes/sap_horizon_hcb/GenericTile.less +0 -9
  57. package/src/sap/m/themes/sap_horizon_hcb/InputBase.less +5 -1
  58. package/src/sap/m/themes/sap_horizon_hcb/ObjectStatus.less +40 -40
  59. package/src/sap/m/themes/sap_horizon_hcb/ProgressIndicator.less +1 -1
  60. package/src/sap/m/themes/sap_horizon_hcb/SplitButton.less +3 -2
  61. package/src/sap/m/themes/sap_horizon_hcb/StepInput.less +2 -0
  62. package/src/sap/m/themes/sap_horizon_hcb/Switch.less +108 -90
  63. package/src/sap/m/themes/sap_horizon_hcb/TabContainer.less +5 -2
  64. package/src/sap/m/themes/sap_horizon_hcb/TabStrip.less +44 -17
  65. package/src/sap/m/themes/sap_horizon_hcb/Table.less +6 -6
  66. package/src/sap/m/themes/sap_horizon_hcb/Text.less +2 -1
  67. package/src/sap/m/themes/sap_horizon_hcb/TextArea.less +11 -8
  68. package/src/sap/m/themes/sap_horizon_hcb/Tile.less +9 -9
  69. package/src/sap/m/themes/sap_horizon_hcb/TileContainer.less +5 -5
  70. package/src/sap/m/themes/sap_horizon_hcb/ToggleButton.less +4 -5
  71. package/src/sap/m/themes/sap_horizon_hcb/ViewSettingsDialog.less +9 -6
  72. package/src/sap/m/themes/sap_horizon_hcb/WheelSlider.less +22 -5
  73. package/src/sap/m/themes/sap_horizon_hcw/Avatar.less +13 -0
  74. package/src/sap/m/themes/sap_horizon_hcw/Button.less +8 -0
  75. package/src/sap/m/themes/sap_horizon_hcw/GenericTile.less +0 -9
  76. package/src/sap/m/themes/sap_horizon_hcw/InputBase.less +5 -1
  77. package/src/sap/m/themes/sap_horizon_hcw/ObjectStatus.less +40 -40
  78. package/src/sap/m/themes/sap_horizon_hcw/ProgressIndicator.less +1 -1
  79. package/src/sap/m/themes/sap_horizon_hcw/SplitButton.less +3 -2
  80. package/src/sap/m/themes/sap_horizon_hcw/StepInput.less +2 -0
  81. package/src/sap/m/themes/sap_horizon_hcw/Switch.less +108 -90
  82. package/src/sap/m/themes/sap_horizon_hcw/TabContainer.less +5 -2
  83. package/src/sap/m/themes/sap_horizon_hcw/TabStrip.less +44 -17
  84. package/src/sap/m/themes/sap_horizon_hcw/Table.less +6 -6
  85. package/src/sap/m/themes/sap_horizon_hcw/Text.less +2 -1
  86. package/src/sap/m/themes/sap_horizon_hcw/TextArea.less +11 -8
  87. package/src/sap/m/themes/sap_horizon_hcw/Tile.less +9 -9
  88. package/src/sap/m/themes/sap_horizon_hcw/TileContainer.less +5 -5
  89. package/src/sap/m/themes/sap_horizon_hcw/ToggleButton.less +5 -5
  90. package/src/sap/m/themes/sap_horizon_hcw/ViewSettingsDialog.less +10 -6
  91. package/src/sap/m/themes/sap_horizon_hcw/WheelSlider.less +22 -5
  92. package/src/sap/tnt/themes/sap_horizon/NavigationList.less +10 -3
  93. package/src/sap/tnt/themes/sap_horizon_dark/NavigationList.less +10 -3
  94. package/src/sap/tnt/themes/sap_horizon_hcb/NavigationList.less +10 -3
  95. package/src/sap/tnt/themes/sap_horizon_hcw/NavigationList.less +10 -3
  96. package/src/sap/ui/core/themes/sap_horizon/.theme +1 -1
  97. package/src/sap/ui/core/themes/sap_horizon_dark/.theme +1 -1
  98. package/src/sap/ui/core/themes/sap_horizon_hcb/.theme +1 -1
  99. package/src/sap/ui/core/themes/sap_horizon_hcw/.theme +1 -1
  100. package/src/sap/ui/integration/themes/sap_horizon/ListContent.less +1 -1
  101. package/src/sap/ui/integration/themes/sap_horizon/TableContent.less +1 -1
  102. package/src/sap/uxap/themes/sap_horizon/ObjectPageSection.less +1 -1
  103. package/src/sap/uxap/themes/sap_horizon/ObjectPageSubSection.less +1 -1
  104. package/src/sap/uxap/themes/sap_horizon_dark/ObjectPageSection.less +1 -1
  105. package/src/sap/uxap/themes/sap_horizon_dark/ObjectPageSubSection.less +1 -1
  106. package/src/sap/uxap/themes/sap_horizon_hcb/ObjectPageSection.less +1 -1
  107. package/src/sap/uxap/themes/sap_horizon_hcb/ObjectPageSubSection.less +1 -1
  108. package/src/sap/uxap/themes/sap_horizon_hcw/ObjectPageSection.less +1 -1
  109. package/src/sap/uxap/themes/sap_horizon_hcw/ObjectPageSubSection.less +1 -1
  110. package/LICENSES/LicenseRef-tzdata-PublicDomain.txt +0 -5
  111. package/src/sap/f/themes/sap_horizon_hcb/CardHeaders.less +0 -28
  112. package/src/sap/f/themes/sap_horizon_hcw/CardHeaders.less +0 -28
@@ -7,70 +7,84 @@
7
7
  @_sap_m_TabStrip_ItemSelectedTextColor: darken(@sapUiGroupTitleTextColor, 20);
8
8
 
9
9
  .sapMTabStripContainer .sapMTabStrip {
10
- background: @sapUiShellBackground;
10
+ background: var(--sapShell_Background);
11
11
  box-shadow: none;
12
12
  height: 3.25rem;
13
+
13
14
  .sapMTSRightOverflowButtons {
14
15
  right: 5.2rem;
15
16
  text-align: center;
16
17
  margin-right: 0.5rem;
17
18
  padding-left: 0.5rem;
18
19
  width: 2.75rem;
20
+
19
21
  .sapMBtn.sapMBtnBase {
20
22
  margin-left: 0;
21
23
  padding-left: 0.5rem;
22
24
  padding: 0;
23
25
  }
24
26
  }
27
+
25
28
  .sapMTSTabsContainer {
26
29
  left: 0;
27
30
  right: 5.8rem;
31
+
28
32
  .sapMTSTabs {
33
+
29
34
  .sapMTabStripItem {
30
35
  height: 2.625rem;
31
36
  padding: 0 0 0 0.5rem;
32
- border: solid 0.0625rem @sapList_BorderColor;
37
+ border: solid 0.0625rem var(--sapList_BorderColor);
33
38
  border-radius: 0.125rem 0.125rem 0 0;
34
39
  border-bottom: 0;
35
40
  margin-right: 0.5rem;
36
41
  margin-top: 0.125rem;
42
+
37
43
  .sapMTabStripItemLabel {
38
- font-family: @sapFontFamily;
44
+ font-family: var(--sapFontFamily);
39
45
  }
46
+
40
47
  &:last-child {
41
48
  margin-right: 0;
42
49
  }
50
+
43
51
  &:hover {
44
- color: @sapTextColor;
45
- background-color: @sapList_Hover_Background;
52
+ color: var(--sapTextColor);
53
+ background-color: var(--sapList_Hover_Background);
46
54
  }
55
+
47
56
  &.sapMTabStripItemSelected {
48
57
  height: 2.75rem;
49
- border-color: @sapUiListSelectionBorderColor;
50
- background-color: @sapUiListSelectionBackgroundColor;
58
+ border-color: var(--sapList_SelectionBorderColor);
59
+ background-color: var(--sapList_SelectionBackgroundColor);
51
60
  padding: 0.125rem 0 0 0.5rem;
52
61
  margin-top: 0
53
62
  }
63
+
54
64
  .sapMTSItemCloseBtnCnt {
55
65
  width: 2rem;
56
66
  height: 2.75rem;
57
67
  line-height: 2.4rem;
68
+
58
69
  .sapMBtn {
59
70
  width: 1.5rem;
60
71
  height: 2rem;
61
72
  vertical-align: middle;
62
73
  }
63
74
  }
64
- .sapMTabContIcon.sapUiIcon{
65
- color: @sapUiContentIconColor;
75
+
76
+ .sapMTabContIcon.sapUiIcon {
77
+ color: var(--sapContent_IconColor);
66
78
  }
67
79
  }
68
80
  }
69
81
  }
82
+
70
83
  .sapMTSOverflowSelect {
71
84
  width: 2.25rem;
72
85
  height: 2.25rem;
73
86
  }
87
+
74
88
  .sapMTSLeftOverflowButtons {
75
89
  margin-left: 0;
76
90
  text-align: left;
@@ -79,44 +93,56 @@
79
93
  }
80
94
 
81
95
  .sapMTabStripContainer {
82
- background: @sapUiShellBackground;
96
+ background: var(--sapShell_Background);
83
97
  }
98
+
84
99
  .sapMTSOverflowSelectListItem {
85
100
  padding-right: 0;
86
101
  }
102
+
87
103
  .sapMSltIcon.sapUiIcon.sapUiIconMirrorInRTL {
88
104
  font-size: 1rem;
89
105
  }
90
106
 
91
107
  .sapUiSizeCompact {
108
+
92
109
  .sapMTabStrip {
110
+
93
111
  .sapMTSRightOverflowButtons {
94
112
  right: 4.7rem;
95
113
  }
114
+
96
115
  .sapMTSTabsContainer .sapMTSTabs {
116
+
97
117
  .sapMTabStripItem {
98
118
  padding: 0 2rem 0 0.5rem;
119
+
99
120
  &:hover {
100
121
  padding: 0 2rem 0 0.5rem;
101
122
  }
123
+
102
124
  &.sapMTabStripItemSelected {
103
125
  padding: 0.125rem 2rem 0 0.5rem;
104
126
  }
127
+
105
128
  .sapMTSItemCloseBtnCnt {
129
+
106
130
  .sapMBtn {
107
131
  opacity: 1;
108
132
  }
109
133
  }
110
134
  }
111
135
  }
136
+
112
137
  .sapMTSTouchArea .sapMSlt {
113
138
  margin-top: 0.46rem;
114
139
  width: 2.0rem;
115
140
  height: 1.625rem;
116
141
  }
117
142
  }
143
+
118
144
  .sapMTSOverflowSelectListItem .sapMTabStripSelectListItemCloseBtn {
119
- visibility: visible; //close button must be always visible
145
+ visibility: visible; /* close button must be always visible */
120
146
  }
121
147
  }
122
148
 
@@ -130,12 +156,13 @@
130
156
  }
131
157
 
132
158
  .sapMTabStrip .sapMTSTabsContainer .sapMTSTabs .sapMTabStripItem.sapMTabStripItemSelected {
133
- box-shadow: inset 0 0.1875rem 0 @sapUiListTextColor;
159
+ box-shadow: inset 0 0.1875rem 0 var(--sapList_TextColor);
134
160
  border-bottom: 0;
135
161
  border-radius: 0.125rem 0.125rem 0 0;
136
162
  }
137
163
 
138
164
  html.sap-phone {
165
+
139
166
  .sapMTabStrip .sapMTSTouchArea .sapMSlt {
140
167
  width: 100%;
141
168
  }
@@ -151,7 +178,7 @@ html[dir=rtl] .sapMTabStrip .sapMTSLeftOverflowButtons {
151
178
 
152
179
  html[dir=ltr] .sapMTabStrip .sapMTSLeftOverflowButtons,
153
180
  html[dir=rtl] .sapMTabStrip .sapMTSRightOverflowButtons {
154
- background: @sapUiShellBackground;
181
+ background: var(--sapShell_Background);
155
182
  }
156
183
 
157
184
  html[dir=ltr] .sapMTabStrip .sapMTSLeftOverflowButtons::after,
@@ -161,7 +188,7 @@ html[dir=rtl] .sapMTabStrip .sapMTSRightOverflowButtons::after {
161
188
 
162
189
  html[dir=ltr] .sapMTabStrip .sapMTSRightOverflowButtons,
163
190
  html[dir=rtl] .sapMTabStrip .sapMTSLeftOverflowButtons {
164
- background: @sapUiShellBackground;
191
+ background: var(--sapShell_Background);
165
192
  }
166
193
 
167
194
  html[dir=ltr] .sapMTabStrip .sapMTSRightOverflowButtons::after,
@@ -169,15 +196,15 @@ html[dir=rtl] .sapMTabStrip .sapMTSLeftOverflowButtons::after {
169
196
  background: transparent;
170
197
  }
171
198
 
172
- //no animation for fiori 3 for acc reasons
199
+ /* no animation for fiori 3 for acc reasons */
173
200
  html[data-sap-ui-animation='on'] .sapMTabStrip .sapMTSTabsContainer .sapMTSTabs {
201
+
174
202
  .sapMTabStripItem,
175
203
  .sapMTabStripItem .sapMTSItemCloseBtnCnt .sapMBtn {
176
- -webkit-transition: none;
177
204
  transition: none;
178
205
  }
179
206
  }
180
207
 
181
208
  .sapMSltIconOnly.sapMSltHoverable:hover:not(.sapMSltState) {
182
- border: 0.0625rem solid @sapUiButtonEmphasizedHoverBorderColor;
209
+ border: 0.0625rem solid var(--sapButton_Emphasized_Hover_BorderColor);
183
210
  }
@@ -7,12 +7,12 @@
7
7
 
8
8
  .sapMListTblHeader,
9
9
  .sapMListTblFooter {
10
- background: @sapUiListBackground;
10
+ background: var(--sapList_Background);
11
11
  }
12
12
 
13
13
  .sapMListTbl {
14
14
  /* HCB Additional Style */
15
- border: 1px solid @sapUiListHeaderBorderColor;
15
+ border: 1px solid var(--sapList_HeaderBorderColor);
16
16
  }
17
17
 
18
18
  .sapMSticky .sapMTB-Info-CTX.sapMTB.sapMListInfoTBar {
@@ -22,11 +22,11 @@
22
22
 
23
23
  /* table column header */
24
24
  .sapMListTbl th {
25
- border-bottom: 0.125rem solid @sapUiListHeaderBorderColor;
25
+ border-bottom: 0.125rem solid var(--sapList_HeaderBorderColor);
26
26
  }
27
27
 
28
- // to ensure that the bottom focus outline is visible on the table header row,
29
- // the <th> bottom border color is made transparent
28
+ /* to ensure that the bottom focus outline is visible on the table header row, */
29
+ /* the <th> bottom border color is made transparent */
30
30
  .sapMLIBFocusable:not(.sapMTableRowCustomFocus):focus > .sapMTableTH {
31
31
  border-bottom-color: transparent;
32
32
  }
@@ -41,5 +41,5 @@
41
41
 
42
42
  /* table footer */
43
43
  .sapMListTblFooter > td {
44
- border-top: 0.125rem solid @sapUiListTableFooterBorder;
44
+ border-top: 0.125rem solid var(--sapList_TableFooterBorder);
45
45
  }
@@ -9,7 +9,8 @@
9
9
  padding-top: 0.6875rem;
10
10
  padding-bottom: 0.6875rem;
11
11
  }
12
- html[data-sap-ui-browser^="cr"] .sapUiFormEdit .sapMText {
12
+
13
+ html[data-sap-ui-browser^='cr'] .sapUiFormEdit .sapMText {
13
14
  line-height: 1.4375rem;
14
15
  }
15
16
 
@@ -15,7 +15,9 @@
15
15
  @_sapMTextAreaValueStateErrorWarningPadding_Compact: 0.0625rem 0.375rem 0;
16
16
 
17
17
  .sapMFocus.sapMTextArea {
18
+
18
19
  & .sapMInputBaseContentWrapper {
20
+
19
21
  .sapMInputBaseInner {
20
22
  outline-offset: -3px;
21
23
  }
@@ -31,23 +33,24 @@
31
33
  }
32
34
 
33
35
  html.sap-desktop:not(.sapUiNativeScrollbars) .sapMTextArea {
36
+
34
37
  .sapMInputBaseContentWrapperWarning ::-webkit-scrollbar {
35
- background: @sapUiFieldWarningBackgroundStyle;
36
- background-color: @sapUiScrollBarTrackColor;
38
+ background: var(--sapField_WarningBackgroundStyle);
39
+ background-color: var(--sapScrollBar_TrackColor);
37
40
  }
38
41
 
39
42
  .sapMInputBaseContentWrapperError ::-webkit-scrollbar {
40
- background: @sapUiFieldInvalidBackgroundStyle;
41
- background-color: @sapUiScrollBarTrackColor;
43
+ background: var(--sapField_InvalidBackgroundStyle);
44
+ background-color: var(--sapScrollBar_TrackColor);
42
45
  }
43
46
 
44
47
  .sapMInputBaseContentWrapperInformation ::-webkit-scrollbar {
45
- background: @sapUiFieldInformationBackgroundStyle;
46
- background-color: @sapUiScrollBarTrackColor;
48
+ background: var(--sapField_InformationBackgroundStyle);
49
+ background-color: var(--sapScrollBar_TrackColor);
47
50
  }
48
51
 
49
52
  .sapMInputBaseContentWrapperSuccess ::-webkit-scrollbar {
50
- background: @sapUiFieldSuccessBackgroundStyle;
51
- background-color: @sapUiScrollBarTrackColor;
53
+ background: var(--sapField_SuccessBackgroundStyle);
54
+ background-color: var(--sapScrollBar_TrackColor);
52
55
  }
53
56
  }
@@ -5,12 +5,11 @@
5
5
 
6
6
  .sapMTile,
7
7
  .sapMCustomTile {
8
- border: 1px solid @sapUiTileBorderColor;
8
+ border: 1px solid var(--sapTile_BorderColor);
9
9
  border-radius: 0.25rem;
10
10
  box-shadow: none;
11
- -webkit-transition-property: none;
12
11
  transition-property: none;
13
- background-color: @sapUiTileBackground;
12
+ background-color: var(--sapTile_Background);
14
13
  }
15
14
 
16
15
  .sapMTile:focus,
@@ -22,8 +21,8 @@
22
21
  .sapMTile:focus::before,
23
22
  .sapMTile:hover::before,
24
23
  .sapMCustomTile:focus .sapMTile::before,
25
- .sapMCustomTile:hover .sapMTile::before{
26
- content: "";
24
+ .sapMCustomTile:hover .sapMTile::before {
25
+ content: '';
27
26
  position: absolute;
28
27
  top: -1px;
29
28
  right: -1px;
@@ -34,7 +33,7 @@
34
33
 
35
34
  .sapMTile:focus::before,
36
35
  .sapMCustomTile:focus .sapMTile::before {
37
- outline: 0.125rem dotted @sapUiContentFocusColor;
36
+ outline: 0.125rem dotted var(--sapContent_FocusColor);
38
37
  outline-offset: -0.25rem;
39
38
  }
40
39
 
@@ -45,7 +44,7 @@
45
44
 
46
45
  .sapMTile:hover::before,
47
46
  .sapMCustomTile:hover .sapMTile::before {
48
- border: 0.188rem solid @sapUiTileBorderColor;
47
+ border: 0.188rem solid var(--sapTile_BorderColor);
49
48
  }
50
49
 
51
50
  .sapMTile:hover,
@@ -56,13 +55,14 @@
56
55
  }
57
56
 
58
57
  .sapMTile.sapMTileActive {
59
- background-color: @sapUiTileBackground;
58
+ background-color: var(--sapTile_Background);
60
59
  }
61
60
 
62
61
  .sapMTile .sapUiLocalBusyIndicator {
63
- background-color: @sapUiTileBackground;
62
+ background-color: var(--sapTile_Background);
64
63
  border-radius: 0.25rem;
65
64
  margin: 0.125rem;
65
+
66
66
  .sapUiLocalBusyIndicatorAnimation {
67
67
  border: none;
68
68
  box-shadow: none;
@@ -3,16 +3,16 @@
3
3
  /* Horizon High Contrast White theme */
4
4
  /* ==================================== */
5
5
 
6
- .sapMTC .sapMTCPager SPAN {
7
- border: 1px solid @sapUiContentForegroundBorderColor;
6
+ .sapMTC .sapMTCPager span {
7
+ border: 1px solid var(--sapContent_ForegroundBorderColor);
8
8
  }
9
9
 
10
- .sapMTC .sapMTCPager SPAN.sapMTCActive {
11
- border: 1px solid @sapUiContentForegroundBorderColor;
10
+ .sapMTC .sapMTCPager span.sapMTCActive {
11
+ border: 1px solid var(--sapContent_ForegroundBorderColor);
12
12
  }
13
13
 
14
14
  .sapMTC .sapMTCScroller:focus::before {
15
- border: 0.125rem dotted @sapUiContentFocusColor;
15
+ border: 0.125rem dotted var(--sapContent_FocusColor);
16
16
  position: absolute;
17
17
  top: -1px;
18
18
  bottom: -1px;
@@ -17,9 +17,9 @@ html.sap-desktop .sapMBtnDisabled .sapMTB-Transparent-CTX .sapMBtnInner.sapMTogg
17
17
  }
18
18
 
19
19
  .sapMBtn .sapMBtnEmphasized.sapMToggleBtnPressed {
20
- background-color: @sapUiButtonSelectedBackground;
21
- color: @sapUiButtonSelectedTextColor;
22
- border-color: @sapUiButtonSelectedBorderColor;
20
+ background-color: var(--sapButton_Selected_Background);
21
+ color: var(--sapButton_Selected_TextColor);
22
+ border-color: var(--sapButton_Selected_BorderColor);
23
23
  }
24
24
 
25
25
  /* Icon in disabled toggled button */
@@ -35,10 +35,10 @@ html.sap-desktop .sapMTB-Transparent-CTX .sapMToggleBtnPressed.sapMBtnTransparen
35
35
 
36
36
  .sapMBtnDisabled .sapMToggleBtnPressed.sapMBtnInner .sapMBtnIcon,
37
37
  .sapMBtnDisabled .sapMToggleBtnPressed.sapMBtnInner.sapMBtnTransparent .sapMBtnIcon,
38
- html.sap-desktop.sapMToggleBtnPressed.sapMBtnTransparent.sapMBtnDisabled > .sapMBtnIcon{
38
+ html.sap-desktop.sapMToggleBtnPressed.sapMBtnTransparent.sapMBtnDisabled > .sapMBtnIcon {
39
39
  color: @sapUiHcReducedAltForeground;
40
40
  }
41
41
 
42
42
  .sapUiSizeCompact .sapMBar-CTX .sapMBtnDefault.sapMBtnInner.sapMToggleBtnPressed:not(.sapMBtnDisabled) {
43
- border-color: @sapUiButtonSelectedBorderColor;
43
+ border-color: var(--sapButton_Selected_BorderColor);
44
44
  }
@@ -4,35 +4,39 @@
4
4
  /* ========================================= */
5
5
 
6
6
  @_sap_m_ViewSettingsDialog_HeaderBorderColor: darken(@sapUiGroupContentBackground, 8);
7
- .sapMVSD .sapMPageHeader{
7
+
8
+ .sapMVSD .sapMPageHeader {
8
9
  z-index: 2;
10
+
9
11
  .sapMBarTitleStart .sapMBarPH {
10
12
  padding-left: 0rem;
11
13
  }
12
14
  }
13
15
 
14
16
  .sapMTB.sapMVSDFilterHeaderToolbar {
15
- background-color: @sapUiGroupContentBackground;
17
+ background-color: var(--sapGroup_ContentBackground);
16
18
  border-bottom: 1px solid @_sap_m_ViewSettingsDialog_HeaderBorderColor;
17
19
  padding-left: 0;
20
+
18
21
  .sapMBarChild.sapMCb {
22
+
19
23
  .sapMCbLabel {
20
- font-family: @sapUiFontFamily;
21
- color: @sapUiGroupTitleTextColor;
24
+ font-family: var(--sapFontFamily);
25
+ color: var(--sapGroup_TitleTextColor);
22
26
  }
23
27
  }
24
28
  }
25
29
 
26
30
  .sapMVSD.sapMDialog.sapMPopup-CTX .sapMIBar.sapMHeader-CTX,
27
31
  .sapMVSD.sapMDialog.sapMPopup-CTX .sapMIBar.sapMSubHeader-CTX {
28
- background-color: @sapUiGroupContentBackground;
32
+ background-color: var(--sapGroup_ContentBackground);
29
33
  }
30
34
 
31
35
  .sapMVSD .sapMVSDBar {
32
36
  box-shadow: @sapUiShadowHeader;
33
37
  }
34
38
 
35
- .sapMVSDBarWithSearch.sapMBar ,
39
+ .sapMVSDBarWithSearch.sapMBar,
36
40
  .sapMVSD.sapMDialog.sapMPopup-CTX .sapMIBar.sapMHeader-CTX .sapMVSDBarWithSearch,
37
41
  .sapMVSD.sapMDialog.sapMPopup-CTX .sapMIBar.sapMSubHeader-CTX .sapMVSDBarWithSearch {
38
42
  box-shadow: none;
@@ -4,18 +4,25 @@
4
4
  /* ================================== */
5
5
 
6
6
  .sapMWS {
7
+
7
8
  .sapMWSInner {
9
+
8
10
  .sapMWSItem {
11
+
9
12
  &:focus {
10
- outline: 0.125rem dotted @sapUiContentContrastFocusColor;
13
+ outline: 0.125rem dotted var(--sapContent_ContrastFocusColor);
11
14
  }
12
15
  }
13
16
  }
17
+
14
18
  &.sapMWSExpanded {
19
+
15
20
  .sapMWSInner {
21
+
16
22
  .sapMWSItem {
23
+
17
24
  &:focus {
18
- outline: 0.125rem dotted @sapUiContentFocusColor;
25
+ outline: 0.125rem dotted var(--sapContent_FocusColor);
19
26
  }
20
27
  }
21
28
  }
@@ -23,27 +30,37 @@
23
30
  }
24
31
 
25
32
  .sapUiSizeCompact {
33
+
26
34
  .sapMWS:not(.sapMWSShort) {
35
+
27
36
  .sapMWSInner {
28
- box-shadow: 0 0 0 1px @sapUiListBorderColor;
37
+ box-shadow: 0 0 0 1px var(--sapList_BorderColor);
29
38
  }
30
39
  }
31
40
  }
32
41
 
33
42
  .sap-phone {
43
+
34
44
  .sapMWS {
45
+
35
46
  .sapMWSInner {
47
+
36
48
  .sapMWSItem {
49
+
37
50
  &:focus {
38
- outline: 0.125rem dotted @sapUiContentContrastFocusColor;
51
+ outline: 0.125rem dotted var(--sapContent_ContrastFocusColor);
39
52
  }
40
53
  }
41
54
  }
55
+
42
56
  &.sapMWSExpanded {
57
+
43
58
  .sapMWSInner {
59
+
44
60
  .sapMWSItem {
61
+
45
62
  &:focus {
46
- outline: 0.125rem dotted @sapUiContentFocusColor;
63
+ outline: 0.125rem dotted var(--sapContent_FocusColor);
47
64
  }
48
65
  }
49
66
  }
@@ -24,6 +24,7 @@
24
24
  @_sap_tnt_NavigationList_GroupIconMarginRight: 0.5rem;
25
25
  @_sap_tnt_NavigationList_GroupBottomMarginInPopup: 0.75rem;
26
26
  @_sap_tnt_NavigationList_GroupTextWeight: bold;
27
+ @_sap_tnt_NavigationList_GroupPadding: 0;
27
28
  @_sap_tnt_NavigationList_NoIconsNestedItemPadding: 2rem;
28
29
  @_sap_tnt_NavigationList_Padding: 0.5rem 0.5rem 0 0.5rem;
29
30
  @_sap_tnt_NavigationList_PaddingFixed: 0 0.5rem 0.5rem 0.5rem;
@@ -38,13 +39,19 @@
38
39
  @_sap_tnt_NavigationList_Collapsed_HoverOrFocusTextDisplay: block;
39
40
  @_sap_tnt_NavigationList_Collapsed_HoverOrFocusItemZIndex: 1;
40
41
  @_sap_tnt_NavigationList_Collapsed_HoverOrFocusItemPosition: absolute;
41
- @_sap_tnt_NavigationList_Collapsed_HoverOrFocusItemPadding: 0.5rem;
42
+ @_sap_tnt_NavigationList_Collapsed_HoverOrFocusItemPadding: 0 0 0 0.5rem;
42
43
  @_sap_tnt_NavigationList_Collapsed_HoverOrFocusItemPaddingCompact: @_sap_tnt_NavigationList_Collapsed_HoverOrFocusItemPadding;
43
44
  @_sap_tnt_NavigationList_CollapsedIconPaddingLeft: 0.25rem;
44
45
  @_sap_tnt_NavigationList_NavigationIndicator: "\E066";
45
46
  @_sap_tnt_NavigationList_ExpandIconWidth: 2.25rem;
46
47
  @_sap_tnt_NavigationList_ExpandIconMarginRight: 0.375rem;
47
- @_sap_tnt_NavigationList_ExpandIconMarginLeft: 0.5rem;
48
+ @_sap_tnt_NavigationList_ExpandIconMarginLeft: 0.25rem;
49
+ @_sap_tnt_NavigationList_ExpandIconPaddingLeft: 0.25rem;
48
50
  @_sap_tnt_NavigationList_ExpandIconFontSize: 1rem;
49
51
  @_sap_tnt_NavigationList_Collapsed_SelectedItemBackground: ~"0 100% / 0.188rem 100%" no-repeat linear-gradient(0deg, @sapUiListHighlightColor, @sapUiListHighlightColor), @sapUiListSelectionBackgroundColor;
50
- @_sap_tnt_NavigationList_Collapsed_SelectedItemBackgroundRTL: ~"100% 0 / 0.188rem 100%" no-repeat linear-gradient(0deg, @sapUiListHighlightColor, @sapUiListHighlightColor), @sapUiListSelectionBackgroundColor;
52
+ @_sap_tnt_NavigationList_Collapsed_SelectedItemBackgroundHover: @sapUiListSelectionHoverBackground;
53
+ @_sap_tnt_NavigationList_Collapsed_SelectedItemBackgroundRTL: ~"100% 0 / 0.188rem 100%" no-repeat linear-gradient(0deg, @sapUiListHighlightColor, @sapUiListHighlightColor), @sapUiListSelectionBackgroundColor;
54
+ @_sap_tnt_NavigationList_ActionItemBorderHover: @_sap_tnt_NavigationList_ActionItemBorder;
55
+ @_sap_tnt_NavigationList_ActionItemBorderPosition: -1px;
56
+ @_sap_tnt_NavigationList_ActionItemBorderHeight: auto;
57
+ @_sap_tnt_NavigationList_ActionItemBorderPaddingLeft: calc(@_sap_tnt_NavigationList_Collapsed_HoverOrFocusItemPadding ~"-" 0.0625rem);
@@ -24,6 +24,7 @@
24
24
  @_sap_tnt_NavigationList_GroupIconMarginRight: 0.5rem;
25
25
  @_sap_tnt_NavigationList_GroupBottomMarginInPopup: 0.75rem;
26
26
  @_sap_tnt_NavigationList_GroupTextWeight: bold;
27
+ @_sap_tnt_NavigationList_GroupPadding: 0;
27
28
  @_sap_tnt_NavigationList_NoIconsNestedItemPadding: 2rem;
28
29
  @_sap_tnt_NavigationList_Padding: 0.5rem 0.5rem 0 0.5rem;
29
30
  @_sap_tnt_NavigationList_PaddingFixed: 0 0.5rem 0.5rem 0.5rem;
@@ -38,13 +39,19 @@
38
39
  @_sap_tnt_NavigationList_Collapsed_HoverOrFocusTextDisplay: block;
39
40
  @_sap_tnt_NavigationList_Collapsed_HoverOrFocusItemZIndex: 1;
40
41
  @_sap_tnt_NavigationList_Collapsed_HoverOrFocusItemPosition: absolute;
41
- @_sap_tnt_NavigationList_Collapsed_HoverOrFocusItemPadding: 0.5rem;
42
+ @_sap_tnt_NavigationList_Collapsed_HoverOrFocusItemPadding: 0 0 0 0.5rem;
42
43
  @_sap_tnt_NavigationList_Collapsed_HoverOrFocusItemPaddingCompact: @_sap_tnt_NavigationList_Collapsed_HoverOrFocusItemPadding;
43
44
  @_sap_tnt_NavigationList_CollapsedIconPaddingLeft: 0.25rem;
44
45
  @_sap_tnt_NavigationList_NavigationIndicator: "\E066";
45
46
  @_sap_tnt_NavigationList_ExpandIconWidth: 2.25rem;
46
47
  @_sap_tnt_NavigationList_ExpandIconMarginRight: 0.375rem;
47
- @_sap_tnt_NavigationList_ExpandIconMarginLeft: 0.5rem;
48
+ @_sap_tnt_NavigationList_ExpandIconMarginLeft: 0.25rem;
49
+ @_sap_tnt_NavigationList_ExpandIconPaddingLeft: 0.25rem;
48
50
  @_sap_tnt_NavigationList_ExpandIconFontSize: 1rem;
49
51
  @_sap_tnt_NavigationList_Collapsed_SelectedItemBackground: ~"0 100% / 0.188rem 100%" no-repeat linear-gradient(0deg, @sapUiListHighlightColor, @sapUiListHighlightColor), @sapUiListSelectionBackgroundColor;
50
- @_sap_tnt_NavigationList_Collapsed_SelectedItemBackgroundRTL: ~"100% 0 / 0.188rem 100%" no-repeat linear-gradient(0deg, @sapUiListHighlightColor, @sapUiListHighlightColor), @sapUiListSelectionBackgroundColor;
52
+ @_sap_tnt_NavigationList_Collapsed_SelectedItemBackgroundHover: @sapUiListSelectionHoverBackground;
53
+ @_sap_tnt_NavigationList_Collapsed_SelectedItemBackgroundRTL: ~"100% 0 / 0.188rem 100%" no-repeat linear-gradient(0deg, @sapUiListHighlightColor, @sapUiListHighlightColor), @sapUiListSelectionBackgroundColor;
54
+ @_sap_tnt_NavigationList_ActionItemBorderHover: @_sap_tnt_NavigationList_ActionItemBorder;
55
+ @_sap_tnt_NavigationList_ActionItemBorderPosition: -1px;
56
+ @_sap_tnt_NavigationList_ActionItemBorderHeight: auto;
57
+ @_sap_tnt_NavigationList_ActionItemBorderPaddingLeft: calc(@_sap_tnt_NavigationList_Collapsed_HoverOrFocusItemPadding ~"-" 0.0625rem);
@@ -15,6 +15,7 @@
15
15
  @_sap_tnt_NavigationList_SelectedBorderWidth: 0.0625rem;
16
16
  @_sap_tnt_NavigationList_SelectedAndFocusedBorderStyleColor: none;
17
17
  @_sap_tnt_NavigationList_Collapsed_SelectedItemBackground: ~"0 100% / 0.188rem 100%" no-repeat linear-gradient(0deg, @sapUiListHighlightColor, @sapUiListHighlightColor), @sapUiListSelectionBackgroundColor;
18
+ @_sap_tnt_NavigationList_Collapsed_SelectedItemBackgroundHover: @sapUiListSelectionHoverBackground;
18
19
  @_sap_tnt_NavigationList_Collapsed_SelectedItemBackgroundRTL: ~"100% 0 / 0.188rem 100%" no-repeat linear-gradient(0deg, @sapUiListHighlightColor, @sapUiListHighlightColor), @sapUiListSelectionBackgroundColor;
19
20
  @_sap_tnt_NavigationList_ItemBottomMargin: 0.25rem;
20
21
  @_sap_tnt_NavigationList_ItemBottomMarginCompact: 0.25rem;
@@ -23,6 +24,7 @@
23
24
  @_sap_tnt_NavigationList_GroupIconWidthExpanded: 1rem;
24
25
  @_sap_tnt_NavigationList_GroupIconMarginLeft: 1rem;
25
26
  @_sap_tnt_NavigationList_GroupIconMarginRight: 0.5rem;
27
+ @_sap_tnt_NavigationList_GroupPadding: 0;
26
28
  @_sap_tnt_NavigationList_NoIconsNestedItemPadding: 2rem;
27
29
  @_sap_tnt_NavigationList_Padding: 0.5rem 0.5rem 0 0.5rem;
28
30
  @_sap_tnt_NavigationList_PaddingFixed: 0 0.5rem 0.5rem 0.5rem;
@@ -39,11 +41,16 @@
39
41
  @_sap_tnt_NavigationList_Collapsed_HoverOrFocusTextDisplay: block;
40
42
  @_sap_tnt_NavigationList_Collapsed_HoverOrFocusItemZIndex: 1;
41
43
  @_sap_tnt_NavigationList_Collapsed_HoverOrFocusItemPosition: absolute;
42
- @_sap_tnt_NavigationList_Collapsed_HoverOrFocusItemPadding: 0.5rem;
44
+ @_sap_tnt_NavigationList_Collapsed_HoverOrFocusItemPadding: 0 0 0 0.5rem;
43
45
  @_sap_tnt_NavigationList_Collapsed_HoverOrFocusItemPaddingCompact: @_sap_tnt_NavigationList_Collapsed_HoverOrFocusItemPadding;
44
46
  @_sap_tnt_NavigationList_CollapsedIconPaddingLeft: 0.25rem;
45
47
  @_sap_tnt_NavigationList_NavigationIndicator: "\E066";
46
48
  @_sap_tnt_NavigationList_ExpandIconWidth: 2.25rem;
47
49
  @_sap_tnt_NavigationList_ExpandIconMarginRight: 0.375rem;
48
- @_sap_tnt_NavigationList_ExpandIconMarginLeft: 0.5rem;
49
- @_sap_tnt_NavigationList_ExpandIconFontSize: 1rem;
50
+ @_sap_tnt_NavigationList_ExpandIconMarginLeft: 0.25rem;
51
+ @_sap_tnt_NavigationList_ExpandIconPaddingLeft: 0.25rem;
52
+ @_sap_tnt_NavigationList_ExpandIconFontSize: 1rem;
53
+ @_sap_tnt_NavigationList_ActionItemBorderHover: 1px solid transparent;
54
+ @_sap_tnt_NavigationList_ActionItemBorderPosition: -1px;
55
+ @_sap_tnt_NavigationList_ActionItemBorderHeight: auto;
56
+ @_sap_tnt_NavigationList_ActionItemBorderPaddingLeft: calc(@_sap_tnt_NavigationList_Collapsed_HoverOrFocusItemPadding ~"-" 0.0625rem);
@@ -15,6 +15,7 @@
15
15
  @_sap_tnt_NavigationList_SelectedBorderWidth: 0.0625rem;
16
16
  @_sap_tnt_NavigationList_SelectedAndFocusedBorderStyleColor: none;
17
17
  @_sap_tnt_NavigationList_Collapsed_SelectedItemBackground: ~"0 100% / 0.188rem 100%" no-repeat linear-gradient(0deg, @sapUiListHighlightColor, @sapUiListHighlightColor), @sapUiListSelectionBackgroundColor;
18
+ @_sap_tnt_NavigationList_Collapsed_SelectedItemBackgroundHover: @sapUiListSelectionHoverBackground;
18
19
  @_sap_tnt_NavigationList_Collapsed_SelectedItemBackgroundRTL: ~"100% 0 / 0.188rem 100%" no-repeat linear-gradient(0deg, @sapUiListHighlightColor, @sapUiListHighlightColor), @sapUiListSelectionBackgroundColor;
19
20
  @_sap_tnt_NavigationList_ItemBottomMargin: 0.25rem;
20
21
  @_sap_tnt_NavigationList_ItemBottomMarginCompact: 0.25rem;
@@ -23,6 +24,7 @@
23
24
  @_sap_tnt_NavigationList_GroupIconWidthExpanded: 1rem;
24
25
  @_sap_tnt_NavigationList_GroupIconMarginLeft: 1rem;
25
26
  @_sap_tnt_NavigationList_GroupIconMarginRight: 0.5rem;
27
+ @_sap_tnt_NavigationList_GroupPadding: 0;
26
28
  @_sap_tnt_NavigationList_NoIconsNestedItemPadding: 2rem;
27
29
  @_sap_tnt_NavigationList_Padding: 0.5rem 0.5rem 0 0.5rem;
28
30
  @_sap_tnt_NavigationList_PaddingFixed: 0 0.5rem 0.5rem 0.5rem;
@@ -39,11 +41,16 @@
39
41
  @_sap_tnt_NavigationList_Collapsed_HoverOrFocusTextDisplay: block;
40
42
  @_sap_tnt_NavigationList_Collapsed_HoverOrFocusItemZIndex: 1;
41
43
  @_sap_tnt_NavigationList_Collapsed_HoverOrFocusItemPosition: absolute;
42
- @_sap_tnt_NavigationList_Collapsed_HoverOrFocusItemPadding: 0.5rem;
44
+ @_sap_tnt_NavigationList_Collapsed_HoverOrFocusItemPadding: 0 0 0 0.5rem;
43
45
  @_sap_tnt_NavigationList_Collapsed_HoverOrFocusItemPaddingCompact: @_sap_tnt_NavigationList_Collapsed_HoverOrFocusItemPadding;
44
46
  @_sap_tnt_NavigationList_CollapsedIconPaddingLeft: 0.25rem;
45
47
  @_sap_tnt_NavigationList_NavigationIndicator: "\E066";
46
48
  @_sap_tnt_NavigationList_ExpandIconWidth: 2.25rem;
47
49
  @_sap_tnt_NavigationList_ExpandIconMarginRight: 0.375rem;
48
- @_sap_tnt_NavigationList_ExpandIconMarginLeft: 0.5rem;
49
- @_sap_tnt_NavigationList_ExpandIconFontSize: 1rem;
50
+ @_sap_tnt_NavigationList_ExpandIconMarginLeft: 0.25rem;
51
+ @_sap_tnt_NavigationList_ExpandIconPaddingLeft: 0.25rem;
52
+ @_sap_tnt_NavigationList_ExpandIconFontSize: 1rem;
53
+ @_sap_tnt_NavigationList_ActionItemBorderHover: 1px solid transparent;
54
+ @_sap_tnt_NavigationList_ActionItemBorderPosition: -1px;
55
+ @_sap_tnt_NavigationList_ActionItemBorderHeight: auto;
56
+ @_sap_tnt_NavigationList_ActionItemBorderPaddingLeft: calc(@_sap_tnt_NavigationList_Collapsed_HoverOrFocusItemPadding ~"-" 0.0625rem);
@@ -6,7 +6,7 @@
6
6
  <copyright>OpenUI5
7
7
  * (c) Copyright 2009-2025 SAP SE or an SAP affiliate company.
8
8
  * Licensed under the Apache License, Version 2.0 - see LICENSE.txt.</copyright>
9
- <version>1.133.0</version>
9
+ <version>1.134.0</version>
10
10
 
11
11
  <documentation>SAPUI5 Horizon theme library.</documentation>
12
12
 
@@ -6,7 +6,7 @@
6
6
  <copyright>OpenUI5
7
7
  * (c) Copyright 2009-2025 SAP SE or an SAP affiliate company.
8
8
  * Licensed under the Apache License, Version 2.0 - see LICENSE.txt.</copyright>
9
- <version>1.133.0</version>
9
+ <version>1.134.0</version>
10
10
 
11
11
  <documentation>SAPUI5 Evening Horizon theme library.</documentation>
12
12