@openui5/themelib_sap_horizon 1.116.0 → 1.117.1
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.
- package/package.json +18 -18
- package/src/sap/m/themes/sap_horizon/Avatar.less +12 -2
- package/src/sap/m/themes/sap_horizon/IconTabBar.less +223 -62
- package/src/sap/m/themes/sap_horizon/InputBase.less +3 -5
- package/src/sap/m/themes/sap_horizon/Link.less +27 -13
- package/src/sap/m/themes/sap_horizon/Panel.less +13 -3
- package/src/sap/m/themes/sap_horizon/Token.less +44 -37
- package/src/sap/m/themes/sap_horizon/Tokenizer.less +7 -0
- package/src/sap/m/themes/sap_horizon_dark/Avatar.less +12 -2
- package/src/sap/m/themes/sap_horizon_dark/IconTabBar.less +204 -40
- package/src/sap/m/themes/sap_horizon_dark/InputBase.less +3 -5
- package/src/sap/m/themes/sap_horizon_dark/Link.less +27 -13
- package/src/sap/m/themes/sap_horizon_dark/Panel.less +12 -3
- package/src/sap/m/themes/sap_horizon_dark/Popover.less +13 -0
- package/src/sap/m/themes/sap_horizon_dark/Token.less +44 -37
- package/src/sap/m/themes/sap_horizon_dark/Tokenizer.less +7 -0
- package/src/sap/m/themes/sap_horizon_hcb/Avatar.less +6 -2
- package/src/sap/m/themes/sap_horizon_hcb/GroupHeaderListItem.less +8 -0
- package/src/sap/m/themes/sap_horizon_hcb/IconTabBar.less +8 -0
- package/src/sap/m/themes/sap_horizon_hcb/Link.less +23 -9
- package/src/sap/m/themes/sap_horizon_hcb/ListItemBase.less +0 -4
- package/src/sap/m/themes/sap_horizon_hcb/Panel.less +12 -3
- package/src/sap/m/themes/sap_horizon_hcb/Popover.less +6 -0
- package/src/sap/m/themes/sap_horizon_hcb/Token.less +20 -13
- package/src/sap/m/themes/sap_horizon_hcb/Tokenizer.less +7 -0
- package/src/sap/m/themes/sap_horizon_hcw/Avatar.less +6 -2
- package/src/sap/m/themes/sap_horizon_hcw/GroupHeaderListItem.less +8 -0
- package/src/sap/m/themes/sap_horizon_hcw/IconTabBar.less +8 -0
- package/src/sap/m/themes/sap_horizon_hcw/Link.less +23 -9
- package/src/sap/m/themes/sap_horizon_hcw/ListItemBase.less +0 -4
- package/src/sap/m/themes/sap_horizon_hcw/Panel.less +12 -4
- package/src/sap/m/themes/sap_horizon_hcw/Popover.less +6 -0
- package/src/sap/m/themes/sap_horizon_hcw/Token.less +21 -13
- package/src/sap/m/themes/sap_horizon_hcw/Tokenizer.less +7 -0
- package/src/sap/tnt/themes/sap_horizon/NavigationList.less +9 -1
- package/src/sap/tnt/themes/sap_horizon/SideNavigation.less +2 -1
- package/src/sap/tnt/themes/sap_horizon/ToolHeader.less +53 -23
- package/src/sap/tnt/themes/sap_horizon_dark/NavigationList.less +9 -1
- package/src/sap/tnt/themes/sap_horizon_dark/SideNavigation.less +2 -1
- package/src/sap/tnt/themes/sap_horizon_dark/ToolHeader.less +53 -23
- package/src/sap/tnt/themes/sap_horizon_hcb/NavigationList.less +11 -1
- package/src/sap/tnt/themes/sap_horizon_hcb/SideNavigation.less +2 -1
- package/src/sap/tnt/themes/sap_horizon_hcb/ToolHeader.less +50 -29
- package/src/sap/tnt/themes/sap_horizon_hcw/NavigationList.less +12 -2
- package/src/sap/tnt/themes/sap_horizon_hcw/SideNavigation.less +2 -1
- package/src/sap/tnt/themes/sap_horizon_hcw/ToolHeader.less +51 -30
- package/src/sap/ui/core/themes/sap_horizon/.theme +1 -1
- package/src/sap/ui/core/themes/sap_horizon_dark/.theme +1 -1
- package/src/sap/ui/core/themes/sap_horizon_hcb/.theme +1 -1
- package/src/sap/ui/core/themes/sap_horizon_hcw/.theme +1 -1
- package/src/sap/ui/unified/themes/sap_horizon/Calendar.less +4 -0
- package/src/sap/ui/unified/themes/sap_horizon_dark/Calendar.less +4 -1
- package/src/sap/ui/unified/themes/sap_horizon_hcb/CalendarRow.less +1 -1
- package/src/sap/ui/unified/themes/sap_horizon_hcw/CalendarRow.less +1 -1
- package/ui5.yaml +1 -1
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@openui5/themelib_sap_horizon",
|
|
3
|
-
"version": "1.
|
|
3
|
+
"version": "1.117.1",
|
|
4
4
|
"description": "OpenUI5 Theme Library sap_horizon",
|
|
5
5
|
"author": "SAP SE (https://www.sap.com)",
|
|
6
6
|
"license": "Apache-2.0",
|
|
@@ -14,22 +14,22 @@
|
|
|
14
14
|
"url": "https://github.com/SAP/openui5.git"
|
|
15
15
|
},
|
|
16
16
|
"devDependencies": {
|
|
17
|
-
"@openui5/sap.f": "1.
|
|
18
|
-
"@openui5/sap.m": "1.
|
|
19
|
-
"@openui5/sap.tnt": "1.
|
|
20
|
-
"@openui5/sap.ui.codeeditor": "1.
|
|
21
|
-
"@openui5/sap.ui.commons": "1.
|
|
22
|
-
"@openui5/sap.ui.core": "1.
|
|
23
|
-
"@openui5/sap.ui.dt": "1.
|
|
24
|
-
"@openui5/sap.ui.fl": "1.
|
|
25
|
-
"@openui5/sap.ui.mdc": "1.
|
|
26
|
-
"@openui5/sap.ui.integration": "1.
|
|
27
|
-
"@openui5/sap.ui.layout": "1.
|
|
28
|
-
"@openui5/sap.ui.rta": "1.
|
|
29
|
-
"@openui5/sap.ui.suite": "1.
|
|
30
|
-
"@openui5/sap.ui.table": "1.
|
|
31
|
-
"@openui5/sap.ui.unified": "1.
|
|
32
|
-
"@openui5/sap.ui.ux3": "1.
|
|
33
|
-
"@openui5/sap.uxap": "1.
|
|
17
|
+
"@openui5/sap.f": "1.117.1",
|
|
18
|
+
"@openui5/sap.m": "1.117.1",
|
|
19
|
+
"@openui5/sap.tnt": "1.117.1",
|
|
20
|
+
"@openui5/sap.ui.codeeditor": "1.117.1",
|
|
21
|
+
"@openui5/sap.ui.commons": "1.117.1",
|
|
22
|
+
"@openui5/sap.ui.core": "1.117.1",
|
|
23
|
+
"@openui5/sap.ui.dt": "1.117.1",
|
|
24
|
+
"@openui5/sap.ui.fl": "1.117.1",
|
|
25
|
+
"@openui5/sap.ui.mdc": "1.117.1",
|
|
26
|
+
"@openui5/sap.ui.integration": "1.117.1",
|
|
27
|
+
"@openui5/sap.ui.layout": "1.117.1",
|
|
28
|
+
"@openui5/sap.ui.rta": "1.117.1",
|
|
29
|
+
"@openui5/sap.ui.suite": "1.117.1",
|
|
30
|
+
"@openui5/sap.ui.table": "1.117.1",
|
|
31
|
+
"@openui5/sap.ui.unified": "1.117.1",
|
|
32
|
+
"@openui5/sap.ui.ux3": "1.117.1",
|
|
33
|
+
"@openui5/sap.uxap": "1.117.1"
|
|
34
34
|
}
|
|
35
35
|
}
|
|
@@ -21,9 +21,19 @@
|
|
|
21
21
|
font-size: inherit;
|
|
22
22
|
}
|
|
23
23
|
|
|
24
|
-
.sapFAvatarFocusable
|
|
25
|
-
outline: none;
|
|
24
|
+
.sapFAvatarFocusable.sapMAvatarPressed {
|
|
26
25
|
box-shadow: 0px 0px 0px 0.125rem @sapUiContentFocusColor;
|
|
26
|
+
|
|
27
|
+
&:hover {
|
|
28
|
+
box-shadow: 0px 0px 0px 0.125rem @sapUiButtonSelectedHoverBorderColor;
|
|
29
|
+
}
|
|
30
|
+
}
|
|
31
|
+
|
|
32
|
+
.sapFAvatarFocusable:focus {
|
|
33
|
+
outline-offset: .125rem;
|
|
34
|
+
&.sapFAvatarSquare {
|
|
35
|
+
outline-offset: .125rem;
|
|
36
|
+
}
|
|
27
37
|
}
|
|
28
38
|
|
|
29
39
|
.sapFAvatarColorTileIcon {
|
|
@@ -9,10 +9,9 @@
|
|
|
9
9
|
|
|
10
10
|
@_sap_m_IconTabBar_TextColor: @sapTextColor;
|
|
11
11
|
@_sap_m_IconTabBar_TextShadow: none;
|
|
12
|
-
@_sap_m_IconTabBar_Separator_Icon: @sapUiContentNonInteractiveIconColor;
|
|
13
12
|
@_sap_m_IconTabBar_Separator_Font_Size:@sapFontLargeSize;
|
|
14
13
|
@_sap_m_IconTabBar_More_Button_Focus_Offset: -0.3125rem;
|
|
15
|
-
@_sap_m_IconTabBar_Arrow_SubItem_Left_Padding: 0.
|
|
14
|
+
@_sap_m_IconTabBar_Arrow_SubItem_Left_Padding: 0.5rem;
|
|
16
15
|
|
|
17
16
|
|
|
18
17
|
// ==================== Cozy size ====================
|
|
@@ -142,15 +141,17 @@
|
|
|
142
141
|
@_sap_m_IconTabBar_HeaderFocusBorderBottomOffset: -4px;
|
|
143
142
|
@_sap_m_IconTabBar_HeaderFocusBorderRightOffset: -3px;
|
|
144
143
|
@_sap_m_IconTabBar_HeaderFocusBorderLeftOffset: -3px;
|
|
145
|
-
@_sap_m_IconTabBar_HeaderBorderRadius: 0.
|
|
144
|
+
@_sap_m_IconTabBar_HeaderBorderRadius: 0.25rem;
|
|
146
145
|
@_sap_m_IconTab_Bar_Separator_Line: @sapUiGroupTitleBorderColor;
|
|
147
146
|
|
|
148
147
|
// =========== Overflow ===========
|
|
148
|
+
@_sap_m_IconTabBar_Overflow_TextColor: @sapTextColor;
|
|
149
|
+
@_sap_m_IconTabBar_Overflow_Icon_Color: @sapTextColor;
|
|
149
150
|
@_sap_m_IconTabBar_Overflow_BorderColorHover: @sapUiButtonHoverBorderColor;
|
|
150
151
|
@_sap_m_IconTabBar_Overflow_BackgroundColorHover: @sapUiButtonHoverBackground;
|
|
151
|
-
@_sap_m_IconTabBar_Overflow_BoxShadowHover:
|
|
152
|
-
@_sap_m_IconTabBar_Overflow_TextColorHover: @
|
|
153
|
-
@_sap_m_IconTabBar_Overflow_Icon_ColorHover: @
|
|
152
|
+
@_sap_m_IconTabBar_Overflow_BoxShadowHover: none;
|
|
153
|
+
@_sap_m_IconTabBar_Overflow_TextColorHover: @sapTextColor;
|
|
154
|
+
@_sap_m_IconTabBar_Overflow_Icon_ColorHover: @sapTextColor;
|
|
154
155
|
|
|
155
156
|
@_sap_m_IconTabBar_Overflow_BackgroundColorPressed: @sapUiButtonActiveBackground;
|
|
156
157
|
@_sap_m_IconTabBar_Overflow_BorderColorPressed: @sapUiButtonActiveBorderColor;
|
|
@@ -190,24 +191,38 @@
|
|
|
190
191
|
}
|
|
191
192
|
}
|
|
192
193
|
.sapMITBDisabled {
|
|
193
|
-
|
|
194
|
-
|
|
195
|
-
|
|
196
|
-
|
|
197
|
-
|
|
194
|
+
.sapMITHTextContent {
|
|
195
|
+
color: @sapTextColor;
|
|
196
|
+
font-family: @sapFontBoldFamily;
|
|
197
|
+
font-size: @sapFontSize;
|
|
198
|
+
}
|
|
198
199
|
}
|
|
199
200
|
|
|
200
|
-
|
|
201
|
-
|
|
202
|
-
|
|
203
|
-
|
|
204
|
-
|
|
201
|
+
.sapMITBSelected {
|
|
202
|
+
.sapMITBContentArrow::after {
|
|
203
|
+
background: @sapContent_Selected_ForegroundColor;
|
|
204
|
+
}
|
|
205
|
+
}
|
|
206
|
+
|
|
207
|
+
.sapMITBFilterExpandBtnSeparator {
|
|
208
|
+
border-right: 0.0625rem solid;
|
|
209
|
+
margin-left: 0.625rem;
|
|
210
|
+
border-color: @_sap_m_IconTabBar_TextColor;
|
|
211
|
+
height: 1rem;
|
|
212
|
+
margin-top: 0.875rem;
|
|
213
|
+
}
|
|
214
|
+
|
|
215
|
+
.sapMITBFilterExpandBtn:hover .sapMBtnInner {
|
|
216
|
+
border-radius: 0.25rem;
|
|
217
|
+
}
|
|
218
|
+
|
|
219
|
+
|
|
205
220
|
//More Button
|
|
206
221
|
.sapMITHStartOverflow,
|
|
207
222
|
.sapMITHEndOverflow {
|
|
208
223
|
.sapMITBItem {
|
|
209
224
|
color: @sapButton_TextColor;
|
|
210
|
-
background: @
|
|
225
|
+
background: @sapButton_Hover_Background;
|
|
211
226
|
border: 1px solid @sapButton_BorderColor;
|
|
212
227
|
|
|
213
228
|
.sapMITHShowSubItemsIcon {
|
|
@@ -216,16 +231,25 @@
|
|
|
216
231
|
}
|
|
217
232
|
}
|
|
218
233
|
|
|
219
|
-
.sapMITHEndOverflow,
|
|
220
|
-
.sapMITHStartOverflow {
|
|
221
|
-
|
|
222
|
-
|
|
234
|
+
.sapMITHEndOverflow,
|
|
235
|
+
.sapMITHStartOverflow {
|
|
236
|
+
.sapMITBItem:hover {
|
|
237
|
+
background: @sapButton_Background;
|
|
238
|
+
border: 1px solid @_sap_m_IconTabBar_ShellOverflowHoverBorderColor;
|
|
239
|
+
}
|
|
240
|
+
}
|
|
241
|
+
|
|
242
|
+
.sapMITHEndOverflow,
|
|
243
|
+
.sapMITHStartOverflow {
|
|
244
|
+
.sapMITHShowSubItemsIcon {
|
|
245
|
+
padding-left: 0.375rem;
|
|
246
|
+
}
|
|
247
|
+
}
|
|
248
|
+
|
|
249
|
+
//Arrow button
|
|
250
|
+
.sapMITBFilterWithItems .sapMITBFilterExpandBtn .sapMBtnIcon {
|
|
251
|
+
color: @sapButton_TextColor;
|
|
223
252
|
}
|
|
224
|
-
}
|
|
225
|
-
//Arrow button
|
|
226
|
-
.sapMITBFilterWithItems .sapMITBFilterExpandBtn .sapMBtnIcon:hover {
|
|
227
|
-
color: @_sap_m_IconTabBar_TextHoverColor !important;
|
|
228
|
-
}
|
|
229
253
|
}
|
|
230
254
|
|
|
231
255
|
/* Head Container - compact */
|
|
@@ -324,50 +348,113 @@
|
|
|
324
348
|
|
|
325
349
|
/* Tab Filter Item */
|
|
326
350
|
|
|
327
|
-
.sapMITBTextOnly {
|
|
328
|
-
|
|
329
|
-
|
|
330
|
-
color: @_sap_m_IconTabBar_TextHoverColor;
|
|
351
|
+
.sapMITH:not(.sapMITBTextOnly) .sapMITBHorizontal {
|
|
352
|
+
.sapMBtn {
|
|
353
|
+
margin-bottom: 0.9375rem;
|
|
331
354
|
}
|
|
355
|
+
}
|
|
332
356
|
|
|
333
|
-
|
|
334
|
-
|
|
357
|
+
.sapMITH:not(.sapMITBTextOnly):not(.sapMITBNoText) .sapMITBVertical {
|
|
358
|
+
.sapMBtn {
|
|
359
|
+
margin-bottom: 1.875rem;
|
|
335
360
|
}
|
|
361
|
+
}
|
|
336
362
|
|
|
337
|
-
|
|
338
|
-
|
|
363
|
+
.sapMITBNoText.sapMITH {
|
|
364
|
+
.sapMBtn {
|
|
365
|
+
margin-bottom: 0.9375rem;
|
|
339
366
|
}
|
|
367
|
+
}
|
|
340
368
|
|
|
341
|
-
|
|
342
|
-
|
|
369
|
+
.sapMITBNoContentPadding .sapMITBTextOnly {
|
|
370
|
+
.sapMITBFilterExpandBtnSeparator {
|
|
371
|
+
margin-top: 1.125rem;
|
|
343
372
|
}
|
|
344
|
-
|
|
345
|
-
|
|
346
|
-
color: darken(@sapUiNeutralText, 10);
|
|
373
|
+
.sapMBtn {
|
|
374
|
+
margin-top: 0.25rem;
|
|
347
375
|
}
|
|
376
|
+
}
|
|
348
377
|
|
|
349
|
-
|
|
350
|
-
color: @sapUiPositiveText;
|
|
351
|
-
}
|
|
378
|
+
.sapMITBTextOnly {
|
|
352
379
|
|
|
353
|
-
.
|
|
354
|
-
|
|
380
|
+
.sapMITBFilterDefault.sapMITBSelected {
|
|
381
|
+
.sapMITBText {
|
|
382
|
+
color: @sapContent_Selected_ForegroundColor;
|
|
383
|
+
}
|
|
384
|
+
.sapMITBFilterExpandBtnSeparator {
|
|
385
|
+
border-color: @sapContent_Selected_ForegroundColor;
|
|
386
|
+
}
|
|
387
|
+
.sapMBtnIcon {
|
|
388
|
+
color: @_sap_m_IconTabBar_SelectedTextColor;
|
|
389
|
+
}
|
|
355
390
|
}
|
|
356
391
|
|
|
357
|
-
.
|
|
358
|
-
|
|
392
|
+
.sapMITBFilterNeutral {
|
|
393
|
+
.sapMITBText {
|
|
394
|
+
color: @sapUiNeutralText;
|
|
395
|
+
}
|
|
396
|
+
.sapMITBFilterWrapper:hover .sapMITBText {
|
|
397
|
+
color: @sapUiNeutralText;
|
|
398
|
+
}
|
|
399
|
+
.sapMITBFilterExpandBtn:hover{
|
|
400
|
+
.sapMBtnIcon {
|
|
401
|
+
color: @sapUiNeutralText;
|
|
402
|
+
}
|
|
403
|
+
}
|
|
404
|
+
&.sapMITBSelected .sapMITBFilterExpandBtnSeparator {
|
|
405
|
+
border-color: @sapUiNeutralText;
|
|
406
|
+
}
|
|
359
407
|
}
|
|
360
408
|
|
|
361
|
-
.
|
|
362
|
-
|
|
409
|
+
.sapMITBFilterPositive {
|
|
410
|
+
.sapMITBText {
|
|
411
|
+
color: @sapUiPositiveText;
|
|
412
|
+
}
|
|
413
|
+
.sapMITBFilterWrapper:hover .sapMITBText {
|
|
414
|
+
color: @sapUiPositiveText;
|
|
415
|
+
}
|
|
416
|
+
.sapMITBFilterExpandBtn:hover{
|
|
417
|
+
.sapMBtnIcon {
|
|
418
|
+
color: @sapUiPositiveText !important;
|
|
419
|
+
}
|
|
420
|
+
}
|
|
421
|
+
&.sapMITBSelected .sapMITBFilterExpandBtnSeparator {
|
|
422
|
+
border-color: @sapUiPositiveText;
|
|
423
|
+
}
|
|
363
424
|
}
|
|
364
425
|
|
|
365
|
-
.
|
|
366
|
-
|
|
426
|
+
.sapMITBFilterNegative {
|
|
427
|
+
.sapMITBText {
|
|
428
|
+
color: @sapUiNegativeText;
|
|
429
|
+
}
|
|
430
|
+
.sapMITBFilterWrapper:hover .sapMITBText {
|
|
431
|
+
color: @sapUiNegativeText;
|
|
432
|
+
}
|
|
433
|
+
.sapMITBFilterExpandBtn:hover{
|
|
434
|
+
.sapMBtnIcon {
|
|
435
|
+
color: @sapUiNegativeText;
|
|
436
|
+
}
|
|
437
|
+
}
|
|
438
|
+
&.sapMITBSelected .sapMITBFilterExpandBtnSeparator {
|
|
439
|
+
border-color: @sapUiNegativeText;
|
|
440
|
+
}
|
|
367
441
|
}
|
|
368
442
|
|
|
369
|
-
.sapMITBFilterCritical
|
|
370
|
-
|
|
443
|
+
.sapMITBFilterCritical {
|
|
444
|
+
.sapMITBText {
|
|
445
|
+
color: @sapUiCriticalText;
|
|
446
|
+
}
|
|
447
|
+
.sapMITBFilterWrapper:hover .sapMITBText {
|
|
448
|
+
color: @sapUiCriticalText;
|
|
449
|
+
}
|
|
450
|
+
.sapMITBFilterExpandBtn:hover{
|
|
451
|
+
.sapMBtnIcon {
|
|
452
|
+
color: @sapUiCriticalText;
|
|
453
|
+
}
|
|
454
|
+
}
|
|
455
|
+
&.sapMITBSelected .sapMITBFilterExpandBtnSeparator {
|
|
456
|
+
border-color: @sapUiCriticalText;
|
|
457
|
+
}
|
|
371
458
|
}
|
|
372
459
|
}
|
|
373
460
|
|
|
@@ -376,28 +463,97 @@
|
|
|
376
463
|
}
|
|
377
464
|
|
|
378
465
|
.sapMITBFilterDefault {
|
|
379
|
-
|
|
466
|
+
border-color: @sapUiContentSelectedForegroundColor;
|
|
380
467
|
color: @sapUiContentSelectedForegroundColor;
|
|
381
468
|
}
|
|
382
469
|
|
|
383
470
|
.sapMITBFilterNeutral {
|
|
384
|
-
color: @
|
|
471
|
+
color: @sapUiNeutralElement;
|
|
385
472
|
border-color: @sapUiNeutralElement;
|
|
473
|
+
|
|
474
|
+
.sapMITBFilterExpandBtnSeparator {
|
|
475
|
+
border-color: @sapUiNeutralText;
|
|
476
|
+
}
|
|
477
|
+
|
|
478
|
+
.sapMBtnIcon {
|
|
479
|
+
color: @sapUiNeutralText !important;
|
|
480
|
+
}
|
|
386
481
|
}
|
|
387
482
|
|
|
388
483
|
.sapMITBFilterPositive {
|
|
389
|
-
color: @
|
|
484
|
+
color: @sapUiPositiveElement;
|
|
390
485
|
border-color: @sapUiPositiveElement;
|
|
486
|
+
|
|
487
|
+
.sapMITBFilterExpandBtnSeparator {
|
|
488
|
+
border-color: @sapUiPositiveText;
|
|
489
|
+
}
|
|
490
|
+
|
|
491
|
+
.sapMBtnIcon {
|
|
492
|
+
color: @sapUiPositiveText !important;
|
|
493
|
+
}
|
|
391
494
|
}
|
|
392
495
|
|
|
393
|
-
.sapMITBFilterNegative {
|
|
394
|
-
color: @
|
|
496
|
+
.sapMITBFilterNegative:not(.sapMITBTextOnly) {
|
|
497
|
+
color: @sapUiNegativeElement;
|
|
395
498
|
border-color: @sapUiNegativeElement;
|
|
499
|
+
|
|
500
|
+
.sapMITBFilterExpandBtnSeparator {
|
|
501
|
+
border-color: @sapUiNegativeText;
|
|
502
|
+
}
|
|
503
|
+
|
|
504
|
+
.sapMBtnIcon {
|
|
505
|
+
color: @sapUiNegativeText !important;
|
|
506
|
+
}
|
|
396
507
|
}
|
|
397
508
|
|
|
398
509
|
.sapMITBFilterCritical {
|
|
399
|
-
color: @
|
|
510
|
+
color: @sapUiCriticalElement;
|
|
400
511
|
border-color: @sapUiCriticalElement;
|
|
512
|
+
|
|
513
|
+
.sapMITBFilterExpandBtnSeparator {
|
|
514
|
+
border-color: @sapUiCriticalText;
|
|
515
|
+
}
|
|
516
|
+
|
|
517
|
+
.sapMBtnIcon {
|
|
518
|
+
color: @sapUiCriticalText !important;
|
|
519
|
+
}
|
|
520
|
+
}
|
|
521
|
+
.sapMITH:not(.sapMITBTextOnly) {
|
|
522
|
+
|
|
523
|
+
.sapMITBFilterNeutral {
|
|
524
|
+
.sapMITBFilterExpandBtnSeparator {
|
|
525
|
+
border-color: @sapUiNeutralElement;
|
|
526
|
+
}
|
|
527
|
+
.sapMBtnIcon {
|
|
528
|
+
color: @sapUiNeutralElement !important;
|
|
529
|
+
}
|
|
530
|
+
}
|
|
531
|
+
|
|
532
|
+
.sapMITBFilterPositive {
|
|
533
|
+
.sapMITBFilterExpandBtnSeparator {
|
|
534
|
+
border-color: @sapUiPositiveElement;
|
|
535
|
+
}
|
|
536
|
+
.sapMBtnIcon {
|
|
537
|
+
color: @sapUiPositiveElement !important;
|
|
538
|
+
}
|
|
539
|
+
}
|
|
540
|
+
|
|
541
|
+
.sapMITBFilterNegative {
|
|
542
|
+
.sapMITBFilterExpandBtnSeparator {
|
|
543
|
+
border-color: @sapUiNegativeElement;
|
|
544
|
+
}
|
|
545
|
+
.sapMBtnIcon {
|
|
546
|
+
color: @sapUiNegativeElement !important;
|
|
547
|
+
}
|
|
548
|
+
}
|
|
549
|
+
.sapMITBFilterCritical {
|
|
550
|
+
.sapMITBFilterExpandBtnSeparator {
|
|
551
|
+
border-color: @sapUiCriticalElement;
|
|
552
|
+
}
|
|
553
|
+
.sapMBtnIcon {
|
|
554
|
+
color: @sapUiCriticalElement !important;
|
|
555
|
+
}
|
|
556
|
+
}
|
|
401
557
|
}
|
|
402
558
|
|
|
403
559
|
.sapMITBSelected {
|
|
@@ -573,6 +729,9 @@ html.sap-desktop {
|
|
|
573
729
|
.sapMITHStartOverflow,
|
|
574
730
|
.sapMITHEndOverflow {
|
|
575
731
|
.sapMITBItem {
|
|
732
|
+
&:active{
|
|
733
|
+
background-color: @_sap_m_IconTabBar_Overflow_BackgroundColorPressed;
|
|
734
|
+
}
|
|
576
735
|
&:active::after {
|
|
577
736
|
// when overflow is pressed, make the focus white
|
|
578
737
|
border-color: @_sap_m_IconTabBar_Overflow_TextColorPressed;
|
|
@@ -689,11 +848,13 @@ html.sap-desktop {
|
|
|
689
848
|
.sapMITH,
|
|
690
849
|
.sapMITBFilterPopover {
|
|
691
850
|
|
|
692
|
-
.sapMITBText .sapMBadgeAttention {
|
|
693
|
-
right: -0.75rem;
|
|
694
|
-
}
|
|
695
|
-
|
|
696
851
|
.sapMITFExpandButtonBadge {
|
|
697
852
|
left: 0.5rem;
|
|
698
853
|
}
|
|
854
|
+
}
|
|
855
|
+
|
|
856
|
+
.sapMITH {
|
|
857
|
+
.sapMITBFilterWithItems .sapMITBFilterExpandBtn {
|
|
858
|
+
margin-left: -1px; // to hide the separator on hover over the button
|
|
859
|
+
}
|
|
699
860
|
}
|
|
@@ -19,11 +19,6 @@
|
|
|
19
19
|
@_sap_m_InputBase_FocusOffset_Busy: @_sap_m_InputBase_FocusOffset;
|
|
20
20
|
@_sap_m_InputBase_FocusBorderRadius: 0.25rem;
|
|
21
21
|
|
|
22
|
-
.sapMILI-CTX .sapMInputBaseContentWrapperError,
|
|
23
|
-
.sapMInputBaseContentWrapper {
|
|
24
|
-
border: none;
|
|
25
|
-
}
|
|
26
|
-
|
|
27
22
|
.sapMInputBase:not(.sapMInputBaseReadonly) .sapMInputBaseIconContainer .sapMInputBaseIcon {
|
|
28
23
|
width: @_sap_m_InputBase_IconWidth;
|
|
29
24
|
height: 2.1875rem;
|
|
@@ -119,6 +114,9 @@
|
|
|
119
114
|
.sapMInputBase .sapMInputBaseContentWrapperState:not(.sapMInputBaseContentWrapperSuccess) .sapMInputBaseIconContainer .sapMInputBaseIcon {
|
|
120
115
|
height: 1.25rem;
|
|
121
116
|
}
|
|
117
|
+
.sapMInputBase {
|
|
118
|
+
line-height: 1.25rem;
|
|
119
|
+
}
|
|
122
120
|
}
|
|
123
121
|
|
|
124
122
|
/* List specific styles */
|
|
@@ -21,6 +21,33 @@
|
|
|
21
21
|
.sapMLnk.sapMLnkSubtle {
|
|
22
22
|
color: @sapUiLinkSubtleColor;
|
|
23
23
|
text-decoration: underline;
|
|
24
|
+
|
|
25
|
+
&:not(.sapMLnkDsbl) {
|
|
26
|
+
&:active {
|
|
27
|
+
color: @sapUiLinkSubtleColor;
|
|
28
|
+
}
|
|
29
|
+
}
|
|
30
|
+
}
|
|
31
|
+
|
|
32
|
+
html.sap-desktop .sapMLnk:not(.sapMLnkDsbl) {
|
|
33
|
+
&:focus {
|
|
34
|
+
border-radius: 0.125rem;
|
|
35
|
+
background-color: @sapUiContentFocusColor;
|
|
36
|
+
color: @sapUiContentContrastTextColor;
|
|
37
|
+
text-shadow: none;
|
|
38
|
+
outline: none;
|
|
39
|
+
|
|
40
|
+
&:hover:not(:active) {
|
|
41
|
+
text-decoration: none;
|
|
42
|
+
}
|
|
43
|
+
}
|
|
44
|
+
|
|
45
|
+
&.sapMLnkSubtle {
|
|
46
|
+
&:hover:not(:active):not(:focus) {
|
|
47
|
+
color: @sapUiLinkSubtleColor;
|
|
48
|
+
text-decoration: none;
|
|
49
|
+
}
|
|
50
|
+
}
|
|
24
51
|
}
|
|
25
52
|
|
|
26
53
|
.sapMLnk:not(.sapMLnkDsbl) {
|
|
@@ -35,17 +62,4 @@
|
|
|
35
62
|
|
|
36
63
|
.sapMListTblRow.sapMLIBSelected .sapMLnk:not(.sapMLnkDsbl) {
|
|
37
64
|
text-shadow: @sapUiContentTextShadow;
|
|
38
|
-
}
|
|
39
|
-
|
|
40
|
-
html.sap-desktop .sapMLnk:focus:not(.sapMLnkDsbl) {
|
|
41
|
-
border-radius: 0.125rem;
|
|
42
|
-
background-color: @sapUiContentFocusColor;
|
|
43
|
-
color: @sapUiContentContrastTextColor;
|
|
44
|
-
text-shadow: none;
|
|
45
|
-
outline: none;
|
|
46
|
-
}
|
|
47
|
-
|
|
48
|
-
html.sap-desktop .sapMLnk:hover:not(:active):not(.sapMLnkDsbl).sapMLnkSubtle,
|
|
49
|
-
html.sap-desktop .sapMLnk:focus:hover:not(:active):not(.sapMLnkDsbl) {
|
|
50
|
-
text-decoration: none;
|
|
51
65
|
}
|
|
@@ -4,7 +4,7 @@
|
|
|
4
4
|
/* ================================== */
|
|
5
5
|
|
|
6
6
|
.sapMPanel {
|
|
7
|
-
min-height: 2.
|
|
7
|
+
min-height: 2.75rem;
|
|
8
8
|
border-radius: @sapElement_BorderCornerRadius;
|
|
9
9
|
|
|
10
10
|
.sapMPanelWrappingDiv:not(.sapMPanelWrappingDivExpanded),
|
|
@@ -75,9 +75,15 @@
|
|
|
75
75
|
width: 2.25rem;
|
|
76
76
|
}
|
|
77
77
|
|
|
78
|
-
.sapUiSizeCompact
|
|
79
|
-
|
|
78
|
+
.sapUiSizeCompact {
|
|
79
|
+
.sapMPanel {
|
|
80
|
+
min-height: 2.5rem;
|
|
81
|
+
}
|
|
82
|
+
.sapMPanelWrappingDiv .sapUiIcon {
|
|
83
|
+
width: 2rem;
|
|
84
|
+
}
|
|
80
85
|
}
|
|
86
|
+
|
|
81
87
|
.sapMPanel.sapMPanelExpandable .sapMPanelWrappingDivTb {
|
|
82
88
|
& .sapMPanelHeaderTB {
|
|
83
89
|
border-top-left-radius: 0;
|
|
@@ -98,4 +104,8 @@
|
|
|
98
104
|
|
|
99
105
|
.sapMPanelWrappingDiv .sapUiIcon {
|
|
100
106
|
color: @sapButton_Lite_TextColor;
|
|
107
|
+
}
|
|
108
|
+
|
|
109
|
+
.sapMPanelStickyHeadingDiv {
|
|
110
|
+
background-color: @sapUiGroupTitleBackground;
|
|
101
111
|
}
|
|
@@ -10,68 +10,75 @@
|
|
|
10
10
|
@_sap_m_Token_TokenCompactSize: @sapMFontSmallSize + @_sap_m_Token_TokenCompactPadding;
|
|
11
11
|
|
|
12
12
|
.sapMToken {
|
|
13
|
-
overflow: visible;
|
|
14
13
|
padding-left: @_sap_m_Token_LeftPadding;
|
|
14
|
+
border-radius: 0.375rem;
|
|
15
|
+
color: @sapTextColor;
|
|
16
|
+
font-size: @sapFontSize;
|
|
15
17
|
}
|
|
16
18
|
|
|
17
|
-
.sapMTokenSelected
|
|
19
|
+
.sapMTokenSelected,
|
|
18
20
|
.sapMToken.sapMTokenReadOnly.sapMTokenSelected {
|
|
19
21
|
background: @sapUiButtonSelectedBackground;
|
|
20
22
|
border: @sapUiButtonBorderWidth solid @sapUiButtonSelectedBorderColor;
|
|
21
|
-
border-radius:
|
|
23
|
+
border-radius: 0.375rem;
|
|
24
|
+
font-family: @sapFontSemiboldDuplexFamily;
|
|
25
|
+
}
|
|
26
|
+
|
|
27
|
+
.sapMToken.sapMTokenSelected::before {
|
|
28
|
+
content: '';
|
|
29
|
+
position: absolute;
|
|
30
|
+
pointer-events: none;
|
|
31
|
+
z-index: 2;
|
|
32
|
+
bottom: 0;
|
|
33
|
+
left: 0;
|
|
34
|
+
right: 0;
|
|
35
|
+
height: 2px;
|
|
36
|
+
background-color: @sapUiButtonSelectedBorderColor;
|
|
22
37
|
}
|
|
23
38
|
|
|
24
39
|
html.sap-desktop .sapMToken:not(.sapMTokenSelected):not(.sapMTokenReadOnly):not(:focus):hover {
|
|
25
|
-
background: @
|
|
26
|
-
border:
|
|
27
|
-
border-radius:
|
|
28
|
-
box-shadow: @sapUiContentInteractionShadow;
|
|
40
|
+
background: @sapUiButtonHoverBackground;
|
|
41
|
+
border: @sapUiButtonBorderWidth solid @sapUiButtonTokenBorderColor;
|
|
42
|
+
border-radius: 0.375rem;
|
|
29
43
|
}
|
|
30
44
|
|
|
31
45
|
html.sap-desktop .sapMToken.sapMTokenSelected:not(.sapMTokenReadOnly):hover {
|
|
32
|
-
background: @
|
|
46
|
+
background: @sapUiButtonSelectedHoverBackground;
|
|
33
47
|
border: @sapUiButtonBorderWidth solid @sapUiButtonSelectedBorderColor;
|
|
34
|
-
border-radius: @sapUiButtonBorderCornerRadius;
|
|
35
48
|
}
|
|
36
49
|
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
}
|
|
40
|
-
|
|
41
|
-
.sapMToken.sapMTokenReadOnly,
|
|
42
|
-
.sapMToken.sapMTokenReadOnly.sapMTokenSelected {
|
|
50
|
+
.sapMToken.sapMTokenReadOnly {
|
|
51
|
+
padding: 0.25rem 0.3125rem;
|
|
43
52
|
color: @sapUiContentLabelColor;
|
|
44
|
-
}
|
|
45
53
|
|
|
46
|
-
|
|
47
|
-
|
|
54
|
+
.sapMTokenText {
|
|
55
|
+
line-height: 1rem;
|
|
56
|
+
}
|
|
48
57
|
}
|
|
49
58
|
|
|
50
|
-
html.sap-desktop .sapMToken:focus
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
z-index: 2;
|
|
55
|
-
border: @sapUiContentFocusWidth @sapUiContentFocusStyle @sapUiFieldActiveBorderColor;
|
|
56
|
-
border-radius: 0.625rem;
|
|
57
|
-
top: -0.25rem;
|
|
58
|
-
bottom: -0.25rem;
|
|
59
|
-
left: -0.25rem;
|
|
60
|
-
right: -0.25rem;
|
|
59
|
+
html.sap-desktop .sapMToken:focus {
|
|
60
|
+
outline: @sapUiContentFocusWidth @sapUiContentFocusStyle @sapUiContentFocusColor;
|
|
61
|
+
border-radius: 0.5rem;
|
|
62
|
+
outline-offset: 0.0625rem;
|
|
61
63
|
}
|
|
62
64
|
|
|
63
65
|
html.sap-desktop .sapMToken:not(.sapMTokenSelected):not(.sapMTokenReadOnly):focus:hover {
|
|
64
66
|
border: @sapUiButtonBorderWidth solid @sapUiButtonTokenBorderColor;
|
|
65
67
|
}
|
|
66
68
|
|
|
67
|
-
html.sap-desktop .sapUiSizeCompact .sapMToken:focus
|
|
68
|
-
html.sap-desktop .sapUiSizeCondensed .sapMToken:focus
|
|
69
|
-
|
|
70
|
-
bottom: -0.125rem;
|
|
71
|
-
left: -0.125rem;
|
|
72
|
-
right: -0.125rem;
|
|
69
|
+
html.sap-desktop .sapUiSizeCompact .sapMToken:focus,
|
|
70
|
+
html.sap-desktop .sapUiSizeCondensed .sapMToken:focus {
|
|
71
|
+
outline-offset: 0;
|
|
73
72
|
}
|
|
74
73
|
|
|
75
|
-
html.sap-desktop .sapMToken
|
|
76
|
-
|
|
74
|
+
html.sap-desktop .sapUiSizeCondensed .sapMToken:focus {
|
|
75
|
+
outline-width: 1px;
|
|
76
|
+
}
|
|
77
|
+
|
|
78
|
+
.sapUiSizeCompact .sapMToken.sapMTokenReadOnly {
|
|
79
|
+
padding: 0.125rem 0.25rem;
|
|
80
|
+
|
|
81
|
+
.sapMTokenText {
|
|
82
|
+
line-height: 0.875rem;
|
|
83
|
+
}
|
|
77
84
|
}
|
|
@@ -31,9 +31,16 @@ html.sap-desktop .sapMTokenizer:focus {
|
|
|
31
31
|
color: @sapUiContentLabelColor;
|
|
32
32
|
}
|
|
33
33
|
|
|
34
|
+
.sapMTokenizer.sapMTokenizerReadonly .sapMToken.sapMTokenReadOnly {
|
|
35
|
+
padding: 0.25rem 0.3125rem;
|
|
36
|
+
}
|
|
37
|
+
|
|
34
38
|
.sapUiSizeCompact {
|
|
35
39
|
.sapMTokenizer {
|
|
36
40
|
padding-left: 0.25rem;
|
|
41
|
+
&.sapMTokenizerReadonly .sapMToken.sapMTokenReadOnly {
|
|
42
|
+
padding: 0.125rem 0.25rem;
|
|
43
|
+
}
|
|
37
44
|
.sapMToken {
|
|
38
45
|
margin-right: 0.25rem;
|
|
39
46
|
}
|