@openui5/themelib_sap_horizon 1.130.0 → 1.131.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 (138) hide show
  1. package/THIRDPARTY.txt +1 -1
  2. package/package.json +18 -18
  3. package/src/sap/f/themes/sap_horizon/Card.less +0 -4
  4. package/src/sap/f/themes/sap_horizon/DynamicPageTitle.less +0 -7
  5. package/src/sap/f/themes/sap_horizon_dark/DynamicPageTitle.less +0 -7
  6. package/src/sap/m/themes/sap_horizon/Breadcrumbs.less +4 -0
  7. package/src/sap/m/themes/sap_horizon/Carousel.less +0 -1
  8. package/src/sap/m/themes/sap_horizon/CheckBox.less +54 -46
  9. package/src/sap/m/themes/sap_horizon/CustomTile.less +1 -1
  10. package/src/sap/m/themes/sap_horizon/FeedInput.less +2 -2
  11. package/src/sap/m/themes/sap_horizon/GenericTag.less +37 -37
  12. package/src/sap/m/themes/sap_horizon/GenericTile.less +201 -130
  13. package/src/sap/m/themes/sap_horizon/HeaderContainer.less +3 -3
  14. package/src/sap/m/themes/sap_horizon/IconTabBar.less +1 -1
  15. package/src/sap/m/themes/sap_horizon/InputBase.less +25 -23
  16. package/src/sap/m/themes/sap_horizon/Label.less +2 -2
  17. package/src/sap/m/themes/sap_horizon/LightBox.less +2 -3
  18. package/src/sap/m/themes/sap_horizon/ListBase.less +7 -7
  19. package/src/sap/m/themes/sap_horizon/ListItemBase.less +1 -1
  20. package/src/sap/m/themes/sap_horizon/MenuButton.less +21 -14
  21. package/src/sap/m/themes/sap_horizon/MessageBox.less +8 -8
  22. package/src/sap/m/themes/sap_horizon/NotificationListGroup.less +1 -1
  23. package/src/sap/m/themes/sap_horizon/ObjectAttribute.less +3 -3
  24. package/src/sap/m/themes/sap_horizon/ObjectListItem.less +3 -3
  25. package/src/sap/m/themes/sap_horizon/ObjectMarker.less +4 -2
  26. package/src/sap/m/themes/sap_horizon/ObjectNumber.less +71 -63
  27. package/src/sap/m/themes/sap_horizon/ObjectStatus.less +141 -116
  28. package/src/sap/m/themes/sap_horizon/OverflowToolbarAssociativePopover.less +12 -9
  29. package/src/sap/m/themes/sap_horizon/ProgressIndicator.less +2 -2
  30. package/src/sap/m/themes/sap_horizon_dark/Breadcrumbs.less +4 -0
  31. package/src/sap/m/themes/sap_horizon_dark/Carousel.less +0 -1
  32. package/src/sap/m/themes/sap_horizon_dark/CheckBox.less +54 -46
  33. package/src/sap/m/themes/sap_horizon_dark/CustomTile.less +1 -1
  34. package/src/sap/m/themes/sap_horizon_dark/FeedInput.less +2 -2
  35. package/src/sap/m/themes/sap_horizon_dark/GenericTag.less +36 -36
  36. package/src/sap/m/themes/sap_horizon_dark/GenericTile.less +191 -124
  37. package/src/sap/m/themes/sap_horizon_dark/HeaderContainer.less +3 -3
  38. package/src/sap/m/themes/sap_horizon_dark/IconTabBar.less +1 -1
  39. package/src/sap/m/themes/sap_horizon_dark/InputBase.less +26 -24
  40. package/src/sap/m/themes/sap_horizon_dark/Label.less +2 -2
  41. package/src/sap/m/themes/sap_horizon_dark/LightBox.less +2 -3
  42. package/src/sap/m/themes/sap_horizon_dark/ListBase.less +7 -7
  43. package/src/sap/m/themes/sap_horizon_dark/ListItemBase.less +1 -1
  44. package/src/sap/m/themes/sap_horizon_dark/MenuButton.less +16 -10
  45. package/src/sap/m/themes/sap_horizon_dark/MessageBox.less +8 -8
  46. package/src/sap/m/themes/sap_horizon_dark/NotificationListGroup.less +1 -1
  47. package/src/sap/m/themes/sap_horizon_dark/ObjectAttribute.less +3 -3
  48. package/src/sap/m/themes/sap_horizon_dark/ObjectListItem.less +3 -3
  49. package/src/sap/m/themes/sap_horizon_dark/ObjectMarker.less +3 -1
  50. package/src/sap/m/themes/sap_horizon_dark/ObjectNumber.less +71 -63
  51. package/src/sap/m/themes/sap_horizon_dark/ObjectStatus.less +142 -118
  52. package/src/sap/m/themes/sap_horizon_dark/OverflowToolbarAssociativePopover.less +12 -9
  53. package/src/sap/m/themes/sap_horizon_dark/ProgressIndicator.less +2 -2
  54. package/src/sap/m/themes/sap_horizon_dark/Table.less +0 -12
  55. package/src/sap/m/themes/sap_horizon_hcb/Carousel.less +0 -1
  56. package/src/sap/m/themes/sap_horizon_hcb/CheckBox.less +55 -47
  57. package/src/sap/m/themes/sap_horizon_hcb/CustomTile.less +1 -1
  58. package/src/sap/m/themes/sap_horizon_hcb/FeedInput.less +20 -17
  59. package/src/sap/m/themes/sap_horizon_hcb/FeedListItem.less +3 -2
  60. package/src/sap/m/themes/sap_horizon_hcb/GenericTag.less +40 -40
  61. package/src/sap/m/themes/sap_horizon_hcb/GenericTile.less +98 -55
  62. package/src/sap/m/themes/sap_horizon_hcb/HeaderContainer.less +6 -6
  63. package/src/sap/m/themes/sap_horizon_hcb/IconTabBar.less +4 -0
  64. package/src/sap/m/themes/sap_horizon_hcb/InputBase.less +23 -20
  65. package/src/sap/m/themes/sap_horizon_hcb/Label.less +1 -1
  66. package/src/sap/m/themes/sap_horizon_hcb/LightBox.less +3 -2
  67. package/src/sap/m/themes/sap_horizon_hcb/ListBase.less +12 -12
  68. package/src/sap/m/themes/sap_horizon_hcb/ListItemBase.less +3 -3
  69. package/src/sap/m/themes/sap_horizon_hcb/MenuButton.less +9 -5
  70. package/src/sap/m/themes/sap_horizon_hcb/MenuListItem.less +1 -1
  71. package/src/sap/m/themes/sap_horizon_hcb/MessageBox.less +1 -1
  72. package/src/sap/m/themes/sap_horizon_hcb/NotificationListGroup.less +1 -1
  73. package/src/sap/m/themes/sap_horizon_hcb/ObjectAttribute.less +3 -3
  74. package/src/sap/m/themes/sap_horizon_hcb/ObjectListItem.less +4 -4
  75. package/src/sap/m/themes/sap_horizon_hcb/ObjectNumber.less +8 -8
  76. package/src/sap/m/themes/sap_horizon_hcb/ObjectStatus.less +140 -129
  77. package/src/sap/m/themes/sap_horizon_hcb/OverflowToolbarAssociativePopover.less +5 -2
  78. package/src/sap/m/themes/sap_horizon_hcb/ProgressIndicator.less +2 -2
  79. package/src/sap/m/themes/sap_horizon_hcw/Carousel.less +0 -1
  80. package/src/sap/m/themes/sap_horizon_hcw/CheckBox.less +55 -47
  81. package/src/sap/m/themes/sap_horizon_hcw/CustomTile.less +1 -1
  82. package/src/sap/m/themes/sap_horizon_hcw/FeedInput.less +17 -15
  83. package/src/sap/m/themes/sap_horizon_hcw/FeedListItem.less +3 -2
  84. package/src/sap/m/themes/sap_horizon_hcw/GenericTag.less +41 -41
  85. package/src/sap/m/themes/sap_horizon_hcw/GenericTile.less +100 -57
  86. package/src/sap/m/themes/sap_horizon_hcw/HeaderContainer.less +6 -6
  87. package/src/sap/m/themes/sap_horizon_hcw/IconTabBar.less +4 -0
  88. package/src/sap/m/themes/sap_horizon_hcw/InputBase.less +22 -20
  89. package/src/sap/m/themes/sap_horizon_hcw/Label.less +1 -1
  90. package/src/sap/m/themes/sap_horizon_hcw/LightBox.less +3 -4
  91. package/src/sap/m/themes/sap_horizon_hcw/ListBase.less +12 -12
  92. package/src/sap/m/themes/sap_horizon_hcw/ListItemBase.less +3 -3
  93. package/src/sap/m/themes/sap_horizon_hcw/MenuButton.less +9 -5
  94. package/src/sap/m/themes/sap_horizon_hcw/MenuListItem.less +1 -1
  95. package/src/sap/m/themes/sap_horizon_hcw/MessageBox.less +1 -1
  96. package/src/sap/m/themes/sap_horizon_hcw/NotificationListGroup.less +1 -1
  97. package/src/sap/m/themes/sap_horizon_hcw/ObjectAttribute.less +3 -3
  98. package/src/sap/m/themes/sap_horizon_hcw/ObjectListItem.less +4 -4
  99. package/src/sap/m/themes/sap_horizon_hcw/ObjectNumber.less +9 -8
  100. package/src/sap/m/themes/sap_horizon_hcw/ObjectStatus.less +141 -131
  101. package/src/sap/m/themes/sap_horizon_hcw/OverflowToolbarAssociativePopover.less +5 -2
  102. package/src/sap/m/themes/sap_horizon_hcw/ProgressIndicator.less +2 -2
  103. package/src/sap/tnt/themes/sap_horizon/SideNavigation.less +1 -3
  104. package/src/sap/tnt/themes/sap_horizon/ToolHeader.less +0 -21
  105. package/src/sap/tnt/themes/sap_horizon/ToolPage.less +2 -11
  106. package/src/sap/tnt/themes/sap_horizon_dark/SideNavigation.less +1 -3
  107. package/src/sap/tnt/themes/sap_horizon_dark/ToolHeader.less +0 -21
  108. package/src/sap/tnt/themes/sap_horizon_dark/ToolPage.less +2 -11
  109. package/src/sap/tnt/themes/sap_horizon_hcb/SideNavigation.less +1 -3
  110. package/src/sap/tnt/themes/sap_horizon_hcb/ToolHeader.less +0 -18
  111. package/src/sap/tnt/themes/sap_horizon_hcb/ToolPage.less +0 -10
  112. package/src/sap/tnt/themes/sap_horizon_hcw/SideNavigation.less +1 -3
  113. package/src/sap/tnt/themes/sap_horizon_hcw/ToolHeader.less +0 -18
  114. package/src/sap/tnt/themes/sap_horizon_hcw/ToolPage.less +0 -10
  115. package/src/sap/ui/core/themes/sap_horizon/.theme +1 -1
  116. package/src/sap/ui/core/themes/sap_horizon/base.less +414 -18
  117. package/src/sap/ui/core/themes/sap_horizon/fonts/SAP-icons.ttf +0 -0
  118. package/src/sap/ui/core/themes/sap_horizon/fonts/SAP-icons.woff2 +0 -0
  119. package/src/sap/ui/core/themes/sap_horizon/global.less +32 -0
  120. package/src/sap/ui/core/themes/sap_horizon_dark/.theme +1 -1
  121. package/src/sap/ui/core/themes/sap_horizon_dark/base.less +412 -16
  122. package/src/sap/ui/core/themes/sap_horizon_dark/fonts/SAP-icons.ttf +0 -0
  123. package/src/sap/ui/core/themes/sap_horizon_dark/fonts/SAP-icons.woff2 +0 -0
  124. package/src/sap/ui/core/themes/sap_horizon_dark/global.less +32 -0
  125. package/src/sap/ui/core/themes/sap_horizon_hcb/.theme +1 -1
  126. package/src/sap/ui/core/themes/sap_horizon_hcb/base.less +421 -25
  127. package/src/sap/ui/core/themes/sap_horizon_hcb/fonts/SAP-icons.ttf +0 -0
  128. package/src/sap/ui/core/themes/sap_horizon_hcb/fonts/SAP-icons.woff2 +0 -0
  129. package/src/sap/ui/core/themes/sap_horizon_hcb/global.less +32 -0
  130. package/src/sap/ui/core/themes/sap_horizon_hcw/.theme +1 -1
  131. package/src/sap/ui/core/themes/sap_horizon_hcw/base.less +420 -24
  132. package/src/sap/ui/core/themes/sap_horizon_hcw/fonts/SAP-icons.ttf +0 -0
  133. package/src/sap/ui/core/themes/sap_horizon_hcw/fonts/SAP-icons.woff2 +0 -0
  134. package/src/sap/ui/core/themes/sap_horizon_hcw/global.less +32 -0
  135. package/src/sap/ui/unified/themes/sap_horizon/Menu.less +1 -1
  136. package/src/sap/ui/unified/themes/sap_horizon_dark/Menu.less +1 -1
  137. package/src/sap/uxap/themes/sap_horizon/ObjectPageSubSection.less +0 -5
  138. package/src/sap/uxap/themes/sap_horizon_dark/ObjectPageSubSection.less +0 -5
@@ -21,51 +21,60 @@
21
21
  background-color: fade(@sapUiBlockLayerBackground, 70);
22
22
  }
23
23
 
24
- .sapMGT.sapMGTScopeActions .sapMGTRemoveButton, .sapMGT.sapMGTScopeSingleAction .sapMGTRemoveButton{
25
- .sapMBtnInner{
26
- border-color: @sapButton_BorderColor;
24
+ .sapMGT.sapMGTScopeActions .sapMGTRemoveButton,
25
+ .sapMGT.sapMGTScopeSingleAction .sapMGTRemoveButton {
26
+
27
+ .sapMBtnInner {
28
+ border-color: var(--sapButton_BorderColor);
27
29
  }
30
+
28
31
  .sapMBtnIcon {
29
- color: @sapButton_TextColor;
32
+ color: var(--sapButton_TextColor);
30
33
  }
31
34
  }
32
- /************************ LINE MODE LIST VIEW ********************/
35
+ /* LINE MODE LIST VIEW */
33
36
 
34
37
  .sapMGT.sapMGTLineMode {
35
- border: 0.0625rem solid @sapUiTileBorderColor;
38
+ border: 0.0625rem solid var(--sapTile_BorderColor);
39
+
36
40
  .sapMGTHdrTxt {
37
41
  font-weight: bold;
38
42
  }
39
43
  }
40
44
 
41
- .sapMGTLineMode.sapMGTFailed, .sapMGTLineMode.sapMGTDisabled {
45
+ .sapMGTLineMode.sapMGTFailed,
46
+ .sapMGTLineMode.sapMGTDisabled {
42
47
  border-color: @sapUiHcReducedForeground;
43
- .sapMGTHdrTxt, .sapMGTSubHdrTxt {
44
- color: @sapUiContentDisabledTextColor;
48
+
49
+ .sapMGTHdrTxt,
50
+ .sapMGTSubHdrTxt {
51
+ color: var(--sapContent_DisabledTextColor);
45
52
  }
46
53
  }
47
54
 
48
- /************************ LINE MODE FLOATING VIEW *****************/
55
+ /* LINE MODE FLOATING VIEW */
49
56
 
50
57
  .sapUiMedia-GenericTileDeviceSet-large {
58
+
51
59
  .sapMGT.sapMGTLineMode {
52
60
  font-size: @sapMFontMediumSize;
53
61
  border: none;
54
62
 
55
63
  .sapMGTHdrTxt {
56
- color: @sapUiTileTitleTextColor;
64
+ color: var(--sapTile_TitleTextColor);
57
65
  font-weight: bold;
58
66
  font-size: @sapMFontMediumSize;
59
- font-family: @sapUiFontFamily;
67
+ font-family: var(--sapFontFamily);
60
68
  }
61
69
 
62
70
  .sapMGTLineModeFailedIcon {
63
71
  cursor: pointer;
64
- color: @sapUiTileTextColor;
72
+ color: var(--sapTile_TextColor);
65
73
  border-right: 0.25rem solid transparent;
66
74
  }
67
75
 
68
76
  .sapMGTLineStyleHelper {
77
+
69
78
  .sapMGTLineStyleHelperInner {
70
79
  box-shadow: @sapUiShadowLevel0;
71
80
  bottom: 1px;
@@ -78,6 +87,7 @@
78
87
  &:not(:first-child) .sapMGTLineStyleHelperInner {
79
88
  margin: 0 0.125rem;
80
89
  }
90
+
81
91
  &:last-child .sapMGTLineStyleHelperInner {
82
92
  margin-right: 0;
83
93
  }
@@ -93,12 +103,16 @@
93
103
  }
94
104
  }
95
105
 
96
- &.sapMGTFailed, &.sapMGTDisabled {
106
+ &.sapMGTFailed,
107
+ &.sapMGTDisabled {
108
+
97
109
  .sapMGTLineStyleHelperInner {
98
110
  box-shadow: 0 0 0 1px @sapUiHcReducedForeground;
99
111
  }
100
- .sapMGTHdrTxt, .sapMGTSubHdrTxt {
101
- color: @sapUiContentDisabledTextColor;
112
+
113
+ .sapMGTHdrTxt,
114
+ .sapMGTSubHdrTxt {
115
+ color: var(--sapContent_DisabledTextColor);
102
116
  }
103
117
  }
104
118
  }
@@ -107,37 +121,37 @@
107
121
  .sapUiMedia-GenericTileDeviceSet-large .sapMGT.sapMGTLineMode {
108
122
 
109
123
  &:not(.sapMGTDisabled):not(.sapMGTFailed):hover .sapMGTLineStyleHelperInner {
110
- box-shadow: 0 0 0 0.1875rem @sapUiContentShadowColor;
124
+ box-shadow: 0 0 0 0.1875rem var(--sapContent_ShadowColor);
111
125
  margin-top: 1px;
112
126
  margin-bottom: 1px;
113
127
  }
114
128
 
115
- // &:focus {
116
- // border: 0.125rem dotted @sapUiContentFocusColor;
117
- // }
129
+ /* &:focus { */
130
+ /* border: 0.125rem dotted @sapUiContentFocusColor; */
131
+ /* } */
118
132
 
119
- &:focus .sapMGTLineStyleHelperInner:before {
120
- content: "";
133
+ &:focus .sapMGTLineStyleHelperInner::before {
134
+ content: '';
121
135
  position: absolute;
122
136
  top: 1px;
123
137
  left: 1px;
124
138
  bottom: 1px;
125
139
  right: 1px;
126
140
  box-sizing: border-box;
127
- border: 0.125rem dotted @sapUiContentFocusColor;
141
+ border: 0.125rem dotted var(--sapContent_FocusColor);
128
142
  }
129
143
  }
130
144
 
131
145
  .sapMGTHdrContent {
132
- color: @sapUiTileTextColor;
146
+ color: var(--sapTile_TextColor);
133
147
  }
134
148
 
135
-
136
149
  .sapMGTOverlay {
137
150
  opacity: 1;
138
151
  }
139
152
 
140
153
  .sapMGT.sapMGTBackgroundImage {
154
+
141
155
  .sapMGTOverlay {
142
156
  border-radius: 0.08rem;
143
157
  }
@@ -153,10 +167,11 @@ html.sap-phone .sapMGTHvrOutln:not(.sapMGTStateDisabled):active,
153
167
  html.sap-tablet .sapMGTHvrOutln:not(.sapMGTStateDisabled):active,
154
168
  html.sap-phone .sapMGTBackgroundHvrOutln:not(.sapMGTStateDisabled):active,
155
169
  html.sap-tablet .sapMGTBackgroundHvrOutln:not(.sapMGTStateDisabled):active {
156
- box-shadow: 0 0 0 0.125rem @sapUiContentShadowColor;
170
+ box-shadow: 0 0 0 0.125rem var(--sapContent_ShadowColor);
157
171
  }
158
172
 
159
173
  .sapMGT.sapMGTLineMode:hover {
174
+
160
175
  &.sapMGTLineModePress {
161
176
  box-shadow: none;
162
177
  }
@@ -166,53 +181,60 @@ html.sap-tablet .sapMGTBackgroundHvrOutln:not(.sapMGTStateDisabled):active {
166
181
  .sapMGT:not(.sapMGTStateDisabled,.sapMGTLineMode,.TwoByHalf.sapMGTIconMode):active {
167
182
  box-shadow: none;
168
183
  border-color: transparent !important;
169
- .sapMGTFocusDiv{
170
- outline:solid 0.1875rem @sapTile_Interactive_BorderColor;
184
+
185
+ .sapMGTFocusDiv {
186
+ outline:solid 0.1875rem var(--sapTile_Interactive_BorderColor);
171
187
  border-radius: inherit;
172
188
  }
173
189
  }
174
190
 
175
191
  .TwoByOne.sapMGTActionMode {
176
192
  border-radius: 1.25rem;
193
+
177
194
  .sapMGTFocusDiv {
178
195
  border-radius: 1.25rem !important;
179
196
  }
180
197
  }
181
198
 
182
- .sapMGT.sapMGTLineMode:hover{
199
+ .sapMGT.sapMGTLineMode:hover {
183
200
  box-shadow: none !important;
184
201
  border: none !important;
202
+
185
203
  .sapMGTFocusDiv {
186
- border: 0.1875rem solid @sapTile_Interactive_BorderColor;
204
+ border: 0.1875rem solid var(--sapTile_Interactive_BorderColor);
187
205
  inset: -2px;
188
206
  }
189
207
  }
190
208
 
191
- .sapMGT.sapMGTLineMode:active{
192
- background-color: @sapTile_Active_Background;
193
- outline: 2px solid @sapContent_FocusColor !important;
209
+ .sapMGT.sapMGTLineMode:active {
210
+ background-color: var(--sapTile_Active_Background);
211
+ outline: 2px solid var(--sapContent_FocusColor) !important;
194
212
  outline-offset: -0.125rem;
195
213
  border: none !important;
196
- .sapMGTFocusDiv{
214
+
215
+ .sapMGTFocusDiv {
197
216
  border: none !important;
198
217
  box-shadow: none !important;
199
218
  }
200
219
  }
201
220
 
202
-
203
221
  .sapMGT.sapMGTScopeActions.sapMGTIconMode .sapMBtnBase.sapMGTMoreIcon .sapMBtnIcon {
204
222
  line-height: 2.125rem !important;
205
223
  border: none;
206
224
  }
207
- .sapUiSizeCompact{
225
+ .sapUiSizeCompact {
226
+
208
227
  .sapMGT.sapMGTScopeActions.sapMGTIconMode .sapMBtnBase.sapMGTMoreIcon .sapMBtnIcon {
209
228
  line-height: 1.5rem !important;
210
229
  }
211
230
  }
212
231
 
213
- .sapMGT.sapMGTScopeActions, .sapMGT.sapMGTScopeSingleAction{
214
- .sapMBtnBase.sapMGTMoreIcon{
215
- .sapMBtnIcon{
232
+ .sapMGT.sapMGTScopeActions,
233
+ .sapMGT.sapMGTScopeSingleAction {
234
+
235
+ .sapMBtnBase.sapMGTMoreIcon {
236
+
237
+ .sapMBtnIcon {
216
238
  border: 0.01rem solid;
217
239
  border-radius: 0.5rem;
218
240
  line-height: 1.7;
@@ -220,10 +242,14 @@ html.sap-tablet .sapMGTBackgroundHvrOutln:not(.sapMGTStateDisabled):active {
220
242
  }
221
243
  }
222
244
 
223
- .sapUiSizeCompact{
224
- .sapMGT.sapMGTScopeActions:not(.sapMGTIconMode.TwoByHalf), .sapMGT.sapMGTScopeSingleAction:not(.sapMGTIconMode.TwoByHalf){
225
- .sapMBtnBase.sapMGTMoreIcon{
226
- .sapMBtnIcon{
245
+ .sapUiSizeCompact {
246
+
247
+ .sapMGT.sapMGTScopeActions:not(.sapMGTIconMode.TwoByHalf),
248
+ .sapMGT.sapMGTScopeSingleAction:not(.sapMGTIconMode.TwoByHalf) {
249
+
250
+ .sapMBtnBase.sapMGTMoreIcon {
251
+
252
+ .sapMBtnIcon {
227
253
  padding-left: 0.5rem;
228
254
  padding-right: 0.5rem;
229
255
  line-height: 1.5rem;
@@ -232,19 +258,27 @@ html.sap-tablet .sapMGTBackgroundHvrOutln:not(.sapMGTStateDisabled):active {
232
258
  }
233
259
  }
234
260
  }
235
- .sapMGTLineMode .sapMGTActionsContainer, .sapMGTLineMode .sapMGTScopeSingleActionContainer{
236
- .sapMGTMoreIcon.sapMBtnBase{
237
- .sapMBtnIcon{
261
+
262
+ .sapMGTLineMode .sapMGTActionsContainer,
263
+ .sapMGTLineMode .sapMGTScopeSingleActionContainer {
264
+
265
+ .sapMGTMoreIcon.sapMBtnBase {
266
+
267
+ .sapMBtnIcon {
238
268
  bottom: 0.5rem;
239
269
  left: -1.5rem;
240
270
  }
241
271
  }
242
272
  }
243
273
 
244
- .sapUiSizeCompact{
245
- .sapMGT.sapMGTLineMode.sapMGTScopeSingleAction:not(.sapMGTIconMode.TwoByHalf), .sapMGT.sapMGTLineMode.sapMGTScopeActions:not(.sapMGTIconMode.TwoByHalf){
246
- .sapMGTMoreIcon.sapMBtnBase{
247
- .sapMBtnIcon{
274
+ .sapUiSizeCompact {
275
+
276
+ .sapMGT.sapMGTLineMode.sapMGTScopeSingleAction:not(.sapMGTIconMode.TwoByHalf),
277
+ .sapMGT.sapMGTLineMode.sapMGTScopeActions:not(.sapMGTIconMode.TwoByHalf) {
278
+
279
+ .sapMGTMoreIcon.sapMBtnBase {
280
+
281
+ .sapMBtnIcon {
248
282
  bottom: 0.4rem;
249
283
  left: -1.7rem
250
284
  }
@@ -252,26 +286,35 @@ html.sap-tablet .sapMGTBackgroundHvrOutln:not(.sapMGTStateDisabled):active {
252
286
  }
253
287
  }
254
288
 
255
- .sapUiMedia-GenericTileDeviceSet-large{
289
+ .sapUiMedia-GenericTileDeviceSet-large {
290
+
256
291
  .sapMGTLineMode.sapMGTScopeSingleAction {
257
- .sapMGTHdrTxt:last-of-type, .sapMGTSubHdrTxt {
292
+
293
+ .sapMGTHdrTxt:last-of-type,
294
+ .sapMGTSubHdrTxt {
258
295
  padding-right: 3rem;
259
296
  }
260
297
  }
261
298
  }
262
299
 
263
- .sapUiMedia-GenericTileDeviceSet-large{
300
+ .sapUiMedia-GenericTileDeviceSet-large {
301
+
264
302
  .sapMGTLineMode.sapMGTScopeSingleAction.sapMGTAcionRemove {
265
- .sapMGTHdrTxt:last-of-type, .sapMGTSubHdrTxt {
303
+
304
+ .sapMGTHdrTxt:last-of-type,
305
+ .sapMGTSubHdrTxt {
266
306
  padding-right: 1rem;
267
307
  }
268
308
  }
269
309
  }
270
310
 
271
- .sapUiMedia-GenericTileDeviceSet-large{
311
+ .sapUiMedia-GenericTileDeviceSet-large {
312
+
272
313
  .sapMGTLineMode.sapMGTScopeActions {
273
- .sapMGTHdrTxt:last-of-type, .sapMGTSubHdrTxt {
314
+
315
+ .sapMGTHdrTxt:last-of-type,
316
+ .sapMGTSubHdrTxt {
274
317
  padding-right: 4.5rem;
275
318
  }
276
319
  }
277
- }
320
+ }
@@ -8,28 +8,28 @@
8
8
  }
9
9
 
10
10
  .sapMHdrCntrBtn .sapMBtnIcon {
11
- color: @sapUiContentIconColor;
11
+ color: var(--sapContent_IconColor);
12
12
  font-size: 22px;
13
13
  }
14
14
 
15
- .sapMHrdrCntrInner:focus:not ([tabindex]) {
15
+ .sapMHrdrCntrInner:focus:not([tabindex]) {
16
16
  outline: none;
17
17
  }
18
18
 
19
19
  .sapMHrdrCntrInner {
20
- border: 2px solid transparent;
20
+ border: 2px solid transparent;
21
21
  }
22
22
 
23
23
  .sapMHdrCntrBtnIcon{
24
- color: @sapContent_NonInteractiveIconColor;
24
+ color: var(--sapContent_NonInteractiveIconColor);
25
25
  }
26
26
 
27
27
  .sapMHrdrCntrDvdrs.Horizontal .sapMHrdrCntrInner::after {
28
- border-left: 1px solid @sapList_BorderColor;
28
+ border-left: 1px solid var(--sapList_BorderColor);
29
29
  }
30
30
 
31
31
  .sapMHrdrCntrDvdrs.Vertical .sapMHrdrCntrInner::after {
32
- border-top: 1px solid @sapList_BorderColor;
32
+ border-top: 1px solid var(--sapList_BorderColor);
33
33
  }
34
34
 
35
35
  .sapMHdrCntrBGTransparent {
@@ -272,6 +272,10 @@
272
272
  border: 0.125rem solid var(--sapObjectHeader_BorderColor);
273
273
  }
274
274
 
275
+ .sapMITBBackgroundDesignTransparent > .sapMITBContainerContent > .sapMITBContent {
276
+ border: none;
277
+ }
278
+
275
279
  .sapMITBContainerContent {
276
280
 
277
281
  &.sapMITBContentClosed {
@@ -3,52 +3,54 @@
3
3
  /* Horizon High Contrast White theme */
4
4
  /* ================================== */
5
5
 
6
- // ==========================================================================
7
- // Variables overriding
8
- // ==========================================================================
6
+ /* ========================================================================== */
7
+ /* Variables overriding */
8
+ /* ========================================================================== */
9
9
 
10
10
  @_sap_m_InputBase_InnerMinWidth: 2.75rem;
11
11
  @_sap_m_InputBase_InnerPadding: 0 0.625rem;
12
- @_sap_m_InputBase_DisabledOpacity: @sapUiContentDisabledOpacity;
12
+ @_sap_m_InputBase_DisabledOpacity: var(--sapContent_DisabledOpacity);
13
13
  @_sap_m_InputBase_IconLineHeight: 2.125rem;
14
14
  @_sap_m_InputBase_IconWidth: 2.25rem;
15
15
  @_sap_m_InputBase_IconMinWidth: 2.25rem;
16
16
  @_sap_m_InputBase_FocusOffset_Busy: 3px;
17
17
 
18
18
  .sapMInputBaseContentWrapper:not(.sapMInputBaseContentWrapperError):not(.sapMInputBaseContentWrapperWarning):not(.sapMInputBaseContentWrapperInformation):not(.sapMInputBaseDisabledWrapper) {
19
- border: @sapUiContentFocusWidth @sapUiFieldBorderStyle @sapUiFieldBorderColor;
19
+ border: var(--sapContent_FocusWidth) var(--sapField_BorderStyle) var(--sapField_BorderColor);
20
20
  }
21
21
 
22
22
  .sapMInputBase:not(.sapMInputBaseDisabled):not(.sapMInputBaseIconPressed) .sapMInputBaseIconContainer .sapMInputBaseIcon {
23
23
  box-sizing: border-box;
24
- color: @sapUiContentIconColor;
24
+ color: var(--sapContent_IconColor);
25
25
 
26
26
  &:hover {
27
- background: @sapUiButtonLiteHoverBackground;
28
- border-left: 1px solid @sapUiListSelectionBorderColor;
27
+ background: var(--sapButton_Lite_Hover_Background);
28
+ border-left: 1px solid var(--sapList_SelectionBorderColor);
29
29
  }
30
30
 
31
31
  &:active {
32
- background-color: @sapUiButtonLiteActiveBackground;
33
- color: @sapUiButtonActiveTextColor;
34
- border-left: 1px solid @sapUiListSelectionBorderColor;
32
+ background-color: var(--sapButton_Lite_Active_Background);
33
+ color: var(--sapButton_Active_TextColor);
34
+ border-left: 1px solid var(--sapList_SelectionBorderColor);
35
35
  }
36
36
  }
37
37
 
38
38
  .sapMInputBaseIconPressed .sapMInputBaseIcon {
39
- background: @sapUiButtonSelectedBackground;
40
- border-left: 1px solid @sapUiListSelectionBorderColor;
39
+ background: var(--sapButton_Selected_Background);
40
+ border-left: 1px solid var(--sapList_SelectionBorderColor);
41
41
  }
42
42
 
43
43
  .sapMInputBaseDisabledWrapper .sapMInputBaseIcon {
44
- color: @sapUiContentIconColor;
44
+ color: var(--sapContent_IconColor);
45
45
 
46
46
  &:hover {
47
47
  background: transparent;
48
48
  }
49
49
  }
50
50
 
51
- .sapMInputBaseContentWrapperWarning, .sapMInputBaseContentWrapperError {
51
+ .sapMInputBaseContentWrapperWarning,
52
+ .sapMInputBaseContentWrapperError {
53
+
52
54
  .sapMInputBaseInner {
53
55
  font-style: italic;
54
56
  font-weight: bold;
@@ -66,12 +68,12 @@
66
68
  }
67
69
 
68
70
  .sapMInputBaseContentWrapperError .sapMInputBaseInner::-webkit-input-placeholder {
69
- color: @sapUiFieldTextColor;
71
+ color: var(--sapField_TextColor);
70
72
  font-weight: bold;
71
73
  }
72
74
 
73
75
  .sapMInputBaseContentWrapperError .sapMInputBaseInner::-moz-placeholder {
74
- color: @sapUiFieldTextColor;
76
+ color: var(--sapField_TextColor);
75
77
  font-weight: bold;
76
78
  }
77
79
 
@@ -102,17 +104,17 @@
102
104
  .sapMLIBActive {
103
105
  .sapMInputBaseInner,
104
106
  .sapMInputBaseContentWrapper {
105
- color: @sapUiListActiveTextColor;
107
+ color: var(--sapList_Active_TextColor);
106
108
  background: transparent;
107
109
  }
108
110
 
109
111
  .sapMInputDescriptionText {
110
- color: @sapUiListActiveTextColor;
112
+ color: var(--sapList_Active_TextColor);
111
113
  }
112
114
  }
113
115
 
114
116
  .sapMLIBActive .sapMInputBaseInner::-webkit-input-placeholder {
115
- color: @sapUiListActiveTextColor;
117
+ color: var(--sapList_Active_TextColor);
116
118
  }
117
119
 
118
120
  .sapUiSizeCondensed .sapUiTableDataCell .sapMInputBase .sapMInputBaseContentWrapper:not(.sapMInputBaseContentWrapperState) {
@@ -6,7 +6,7 @@
6
6
  .sapMTB-Info-CTX > .sapMLabel {
7
7
  font-style: italic;
8
8
 
9
- & > .sapMLabelTextWrapper{
9
+ & > .sapMLabelTextWrapper {
10
10
  padding-right: 5px;
11
11
  }
12
12
  }
@@ -7,10 +7,10 @@
7
7
  /* Variables overriding */
8
8
  /* ------------------------------- */
9
9
 
10
- @_sap_m_LightBox_ContainerBackground: @sapUiGroupContentBackground;
10
+ @_sap_m_LightBox_ContainerBackground: var(--sapGroup_ContentBackground);
11
11
  @_sap_m_LightBox_SubtitleMarginTop: 0.25rem;
12
12
  @_sap_m_LightBox_OverlayOpacity: 0.3;
13
- @_sap_m_LightBox_FontFamily: @sapUiFontHeaderFamily;
13
+ @_sap_m_LightBox_FontFamily: var(--sapFontHeaderFamily);
14
14
 
15
15
  /* ------------------------------- */
16
16
  /* Footer */
@@ -39,5 +39,4 @@
39
39
  margin-bottom: 0;
40
40
  }
41
41
  }
42
-
43
- }
42
+ }
@@ -4,42 +4,42 @@
4
4
  /* ================================== */
5
5
 
6
6
  .sapMListHdrText {
7
- border-bottom: 0.188rem solid @sapUiGroupTitleBorderColor;
8
- font-size: @sapUiGroupTitleFontSize;
7
+ border-bottom: 0.188rem solid var(--sapGroup_TitleBorderColor);
8
+ font-size: var(--sapGroup_Title_FontSize);
9
9
  }
10
10
 
11
- /*Growing feature*/
11
+ /* Growing feature */
12
12
 
13
- /*HCB additional styles for Growing feature*/
13
+ /* HCB additional styles for Growing feature */
14
14
  .sapMLIBContent > .sapMGrowingListTrigger {
15
15
  box-sizing: border-box;
16
16
  border-radius: 0.375rem;
17
- background: @sapUiButtonBackground;
18
- border: @sapUiListBorderWidth solid @sapUiButtonBorderColor;
17
+ background: var(--sapButton_Background);
18
+ border: var(--sapList_BorderWidth) solid var(--sapButton_BorderColor);
19
19
  }
20
20
 
21
21
  html.sap-desktop .sapMLIBContent > .sapMGrowingListTrigger:hover {
22
- background: @sapUiButtonHoverBackground;
22
+ background: var(--sapButton_Hover_Background);
23
23
  }
24
24
 
25
25
  html.sap-desktop .sapMGrowingList > .sapMCLI:hover {
26
- background: @sapUiListBackground !important;
26
+ background: var(--sapList_Background) !important;
27
27
  }
28
28
 
29
- //Needed to fix the margin collapsing behaviour on safari
29
+ /*Needed to fix the margin collapsing behaviour on safari */
30
30
  html.sap-desktop .sapMGrowingList > .sapMCLI {
31
31
  padding: 0.25rem;
32
32
  }
33
33
 
34
- html.sap-desktop .sapMGrowingList .sapMCLI.sapMLIB.sapMLIB-CTX:focus{
34
+ html.sap-desktop .sapMGrowingList .sapMCLI.sapMLIB.sapMLIB-CTX:focus {
35
35
  outline:none;
36
36
  }
37
37
 
38
38
  html.sap-desktop .sapMLIB-CTX:focus .sapMGrowingListTrigger {
39
- border: 0.125rem dotted @sapUiContentFocusColor;
39
+ border: 0.125rem dotted var(--sapContent_FocusColor);
40
40
  border-radius: 0;
41
41
  }
42
42
 
43
43
  .sapMGrowingListDummyColumn {
44
- border-right: 1px solid @sapUiListTableFixedBorderColor;
44
+ border-right: 1px solid var(--sapList_TableFixedBorderColor);
45
45
  }
@@ -3,13 +3,13 @@
3
3
  /* Horizon High Contrast White theme */
4
4
  /* =================================== */
5
5
 
6
- @_sap_m_ListItemBase_Highlight_InformationColor: @sapUiAccent6;
7
- @_sap_m_ListItemBase_Navigated: @sapUiListSelectionBorderColor;
6
+ @_sap_m_ListItemBase_Highlight_InformationColor: var(--sapAccentColor6);
7
+ @_sap_m_ListItemBase_Navigated: var(--sapList_SelectionBorderColor);
8
8
  @_sap_m_ListItemBase_Detail_Delete_MarginLeft: 0.25rem;
9
9
  @_sap_m_ListItemBase_DeleteIcon: decline;
10
10
 
11
11
  .sapMLIB.sapMLIBSelected {
12
- border-bottom: 0.0625rem solid @sapUiListSelectionBorderColor;
12
+ border-bottom: 0.0625rem solid var(--sapList_SelectionBorderColor);
13
13
  }
14
14
 
15
15
  .sapMLIBFocusable:focus {
@@ -5,12 +5,15 @@
5
5
 
6
6
  /* Compact size */
7
7
  .sapUiSizeCompact {
8
+
8
9
  .sapMMenuBtn {
10
+
9
11
  .sapMBtnInner.sapMBtnText .sapMBtnIcon {
10
12
  margin-left: 0;
11
13
  margin-right: 0;
12
14
  }
13
15
  }
16
+
14
17
  .sapMMenuBtn .sapMBtnIcon {
15
18
  margin-left: 0.4375rem;
16
19
  margin-right: 0.4375rem;
@@ -18,14 +21,15 @@
18
21
  }
19
22
 
20
23
  .sapMMenuBtn {
24
+
21
25
  .sapMBtn:hover > .sapMBtnHoverable.sapMBtnEmphasized,
22
26
  span.sapMBtnInner.sapMBtnEmphasized {
23
- border-left-color: @sapUiButtonEmphasizedTextColor;
27
+ border-left-color: var(--sapButton_Emphasized_TextColor);
24
28
  }
25
29
  }
26
30
 
27
31
  .sapMMenuBtn.sapMMenuBtnSplit .sapMSBActive:not(.sapMBtnDisabled) > span.sapMBtnInner.sapMBtnEmphasized {
28
- border-left-color: @sapUiButtonEmphasizedTextColor;
32
+ border-left-color: var(--sapButton_Emphasized_TextColor);
29
33
  }
30
34
 
31
35
  .sapMMenuBtn.sapMMenuBtnRegular .sapMBtnInner::after {
@@ -33,13 +37,13 @@
33
37
  }
34
38
 
35
39
  .sapMMenuBtn.sapMMenuBtnRegular .sapMBtnInner:not(.sapMBtnText) {
36
- padding-left: 0rem;
40
+ padding-left: 0;
37
41
  }
38
42
 
39
43
  .sapMMenuBtn .sapMBtn:not(.sapMSBArrow) .sapMBtnInner.sapMBtnIconFirst:not(.sapMBtnText) .sapMBtnIcon {
40
- padding-right: 0rem;
44
+ padding-right: 0;
41
45
  }
42
46
 
43
47
  .sapMMenuBtn.sapMMenuBtnSplit .sapMSBActive:not(.sapMBtnDisabled) > .sapMBtnInner {
44
- background-color: @sapUiButtonSelectedBackground;
48
+ background-color: var(--sapButton_Selected_Background);
45
49
  }
@@ -4,5 +4,5 @@
4
4
  /* =================================== */
5
5
 
6
6
  .sapMRespMenuDialog .sapMLIB {
7
- border-bottom: 1px solid;
7
+ border-bottom: 1px solid;
8
8
  }
@@ -4,7 +4,7 @@
4
4
  /* ================================== */
5
5
 
6
6
  .sapMDialog.sapMMessageBoxInfo .sapMDialogIcon.sapUiIcon {
7
- color: @sapUiInformativeElement;
7
+ color: var(--sapInformativeElementColor);
8
8
  }
9
9
 
10
10
  .sapMMessageBox .sapMDialogFooter .sapMBtn {
@@ -3,4 +3,4 @@
3
3
  /* Horizon High Contrast White theme */
4
4
  /* ============================================ */
5
5
 
6
- @_sap_m_NotificationListGroup_Background: @sapUiListGroupHeaderBackground;
6
+ @_sap_m_NotificationListGroup_Background: var(--sapList_GroupHeaderBackground);
@@ -18,13 +18,13 @@
18
18
  .sapMObjectAttributeActive .sapMObjectAttributeText:focus::after {
19
19
  pointer-events: none;
20
20
  display: block;
21
- content: "";
21
+ content: '';
22
22
  position: absolute;
23
23
  top: 2px;
24
24
  left: 1px;
25
25
  bottom: 2px;
26
26
  right: 1px;
27
- outline: 2px dotted @sapUiContentFocusColor;
27
+ outline: 2px dotted var(--sapContent_FocusColor);
28
28
  }
29
29
 
30
30
  .sapMObjectAttributeActive .sapMObjectAttributeText:active,
@@ -40,7 +40,7 @@
40
40
  .sapMOHR .sapMObjectAttributeActive .sapMObjectAttributeText:hover,
41
41
  .sapMOHR .sapMObjectAttributeActive .sapMObjectAttributeText:focus {
42
42
  text-decoration: underline;
43
- color: @sapUiLinkHoverColor;
43
+ color: var(--sapLink_Hover_Color);
44
44
  }
45
45
 
46
46
  /*=========================================== */