@openui5/themelib_sap_belize 1.90.6 → 1.93.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/.reuse/dep5 +41 -0
- package/THIRDPARTY.txt +49 -0
- package/package.json +18 -18
- package/src/sap/m/themes/sap_belize/IconTabBar.less +19 -16
- package/src/sap/m/themes/sap_belize/ProgressIndicator.less +1 -4
- package/src/sap/m/themes/sap_belize/QuickView.less +7 -6
- package/src/sap/m/themes/sap_belize/SelectList.less +0 -5
- package/src/sap/m/themes/sap_belize_hcb/Avatar.less +19 -11
- package/src/sap/m/themes/sap_belize_hcb/IconTabBar.less +4 -4
- package/src/sap/m/themes/sap_belize_hcb/ObjectNumber.less +1 -1
- package/src/sap/m/themes/sap_belize_hcb/ObjectStatus.less +2 -0
- package/src/sap/m/themes/sap_belize_hcb/QuickView.less +3 -2
- package/src/sap/m/themes/sap_belize_hcb/SelectList.less +0 -5
- package/src/sap/m/themes/sap_belize_hcb/SinglePlanningCalendarMonthGrid.less +2 -1
- package/src/sap/m/themes/sap_belize_hcw/Avatar.less +19 -11
- package/src/sap/m/themes/sap_belize_hcw/IconTabBar.less +4 -4
- package/src/sap/m/themes/sap_belize_hcw/ObjectNumber.less +1 -1
- package/src/sap/m/themes/sap_belize_hcw/ObjectStatus.less +2 -0
- package/src/sap/m/themes/sap_belize_hcw/QuickView.less +3 -2
- package/src/sap/m/themes/sap_belize_hcw/SelectList.less +0 -5
- package/src/sap/m/themes/sap_belize_hcw/SinglePlanningCalendarMonthGrid.less +2 -1
- package/src/sap/tnt/themes/sap_belize/ToolHeader.less +33 -1
- package/src/sap/tnt/themes/sap_belize_hcb/ToolHeader.less +4 -0
- package/src/sap/tnt/themes/sap_belize_hcw/ToolHeader.less +5 -1
- package/src/sap/ui/core/themes/sap_belize/.theme +1 -1
- package/src/sap/ui/core/themes/sap_belize/base.less +1040 -742
- package/src/sap/ui/core/themes/sap_belize/global.less +218 -185
- package/src/sap/ui/core/themes/sap_belize/shared.less +0 -3
- package/src/sap/ui/core/themes/sap_belize_hcb/.theme +1 -1
- package/src/sap/ui/core/themes/sap_belize_hcb/base.less +1057 -799
- package/src/sap/ui/core/themes/sap_belize_hcb/global.less +219 -184
- package/src/sap/ui/core/themes/sap_belize_hcw/.theme +1 -1
- package/src/sap/ui/core/themes/sap_belize_hcw/base.less +101 -42
- package/src/sap/ui/core/themes/sap_belize_hcw/global.less +219 -184
- package/src/sap/ui/core/themes/sap_belize_plus/.theme +1 -1
- package/src/sap/ui/core/themes/sap_belize_plus/base.less +3 -9
- package/src/sap/ui/layout/themes/sap_belize/library.source.less +0 -1
- package/src/sap/ui/layout/themes/sap_belize_hcb/library.source.less +0 -1
- package/src/sap/ui/layout/themes/sap_belize_hcw/library.source.less +0 -1
- package/src/sap/ui/rta/themes/sap_belize/ContextMenu.less +1 -2
- package/src/sap/ui/unified/themes/sap_belize/Calendar.less +4 -0
- package/src/sap/uxap/themes/sap_belize/ObjectPageSection.less +1 -2
- package/src/sap/ui/layout/themes/sap_belize/SimpleForm.less +0 -12
- package/src/sap/ui/layout/themes/sap_belize_hcb/SimpleForm.less +0 -9
- package/src/sap/ui/layout/themes/sap_belize_hcw/SimpleForm.less +0 -9
|
@@ -7,13 +7,12 @@
|
|
|
7
7
|
// Theme Specifics/Internals
|
|
8
8
|
// =====================================
|
|
9
9
|
|
|
10
|
-
// [Tags "!Protected"]
|
|
11
|
-
@sapBackgroundColorDefault: @sapHC_StandardBackground;
|
|
12
|
-
|
|
13
10
|
// [Tags "SapInternal", "Base", "Dimension", "Protected"]
|
|
14
11
|
@sapContent_GridSize: 1rem;
|
|
15
12
|
|
|
16
|
-
// [
|
|
13
|
+
// [Label "Shell Background Pattern Color"]
|
|
14
|
+
// [Description "The background pattern color of the shell. To turn off the pattern set the value to 'transparent'."]
|
|
15
|
+
// [Tags "ThemeSpecific", "Base", "Shell", "Color", "Protected"]
|
|
17
16
|
@sapShell_BackgroundPatternColor: @sapBackgroundColor;
|
|
18
17
|
|
|
19
18
|
|
|
@@ -25,47 +24,47 @@
|
|
|
25
24
|
|
|
26
25
|
// [Label "High-Contrast Standard Background"]
|
|
27
26
|
// [Description "The high-contrast reference background color for most backgrounds."]
|
|
28
|
-
// [Tags "
|
|
27
|
+
// [Tags "Base", "Content", "Color", "HighContrast"]
|
|
29
28
|
@sapHC_StandardBackground: #fff;
|
|
30
29
|
|
|
31
30
|
// [Label "High-Contrast Highlight Background"]
|
|
32
31
|
// [Description "The high-contrast reference background color used for hover and active states."]
|
|
33
|
-
// [Tags "
|
|
32
|
+
// [Tags "Base", "Content", "Color", "HighContrast"]
|
|
34
33
|
@sapHC_HighlightBackground: #ec8b46;
|
|
35
34
|
|
|
36
35
|
// [Label "High-Contrast Highlight Alternative Background"]
|
|
37
36
|
// [Description "The high-contrast reference background color used for selection."]
|
|
38
|
-
// [Tags "
|
|
37
|
+
// [Tags "Base", "Content", "Color", "HighContrast"]
|
|
39
38
|
@sapHC_HighlightAltBackground: #8fb5ff;
|
|
40
39
|
|
|
41
40
|
// [Label "High-Contrast Reduced Background"]
|
|
42
41
|
// [Description "The high-contrast reference background color used for read-only and disabled items."]
|
|
43
|
-
// [Tags "
|
|
42
|
+
// [Tags "Base", "Content", "Color", "HighContrast"]
|
|
44
43
|
@sapHC_ReducedBackground: #b3b3b3;
|
|
45
44
|
|
|
46
45
|
// [Label "High-Contrast Reduced Alternative Background"]
|
|
47
46
|
// [Description "The high-contrast reference background color used for read-only and disabled items."]
|
|
48
|
-
// [Tags "
|
|
47
|
+
// [Tags "Base", "Content", "Color", "HighContrast"]
|
|
49
48
|
@sapHC_ReducedAltBackground: #4d4d4d;
|
|
50
49
|
|
|
51
50
|
// [Label "High-Contrast Standard Foreground"]
|
|
52
51
|
// [Description "The high-contrast reference foreground color for elements such as text, icons, and borders."]
|
|
53
|
-
// [Tags "
|
|
52
|
+
// [Tags "Base", "Content", "Color", "HighContrast"]
|
|
54
53
|
@sapHC_StandardForeground: #000;
|
|
55
54
|
|
|
56
55
|
// [Label "High-Contrast Enhanced Foreground"]
|
|
57
56
|
// [Description "The high-contrast reference foreground color for elements such as help borders and help text."]
|
|
58
|
-
// [Tags "
|
|
57
|
+
// [Tags "Base", "Content", "Color", "HighContrast"]
|
|
59
58
|
@sapHC_EnhancedForeground: #006500;
|
|
60
59
|
|
|
61
60
|
// [Label "High-Contrast Reduced Foreground"]
|
|
62
61
|
// [Description "The high-contrast reference foreground color for elements such as disabled text, icons, and borders."]
|
|
63
|
-
// [Tags "
|
|
62
|
+
// [Tags "Base", "Content", "Color", "HighContrast"]
|
|
64
63
|
@sapHC_ReducedForeground: #888;
|
|
65
64
|
|
|
66
65
|
// [Label "High-Contrast Reduced Alternative Foreground"]
|
|
67
66
|
// [Description "The high-contrast reference foreground color for elements such as list borders or read-only borders that are less prominent than standard elements."]
|
|
68
|
-
// [Tags "
|
|
67
|
+
// [Tags "Base", "Content", "Color", "HighContrast"]
|
|
69
68
|
@sapHC_ReducedAltForeground: #585858;
|
|
70
69
|
|
|
71
70
|
// [Label "High-Contrast Negative Color"]
|
|
@@ -110,7 +109,7 @@
|
|
|
110
109
|
@sapBaseColor: @sapHC_StandardBackground;
|
|
111
110
|
|
|
112
111
|
// [Tags "!Protected"]
|
|
113
|
-
@sapShellColor: @
|
|
112
|
+
@sapShellColor: @sapBackgroundColor;
|
|
114
113
|
|
|
115
114
|
// [Tags "!Protected"]
|
|
116
115
|
@sapBackgroundColor: @sapHC_StandardBackground;
|
|
@@ -261,7 +260,7 @@
|
|
|
261
260
|
// [Tags "Protected"]
|
|
262
261
|
@sapElement_BorderWidth: 0.0625 * @sapContent_GridSize;
|
|
263
262
|
|
|
264
|
-
// [Tags "Protected"]
|
|
263
|
+
// [Tags "!Protected"]
|
|
265
264
|
@sapElement_BorderCornerRadius: 0.25 * @sapContent_GridSize;
|
|
266
265
|
|
|
267
266
|
// [Tags "Protected"]
|
|
@@ -314,7 +313,7 @@
|
|
|
314
313
|
@sapContent_ImagePlaceholderBackground: @sapBackgroundColor;
|
|
315
314
|
|
|
316
315
|
// [Tags "!Protected"]
|
|
317
|
-
@sapContent_ImagePlaceholderForegroundColor: @
|
|
316
|
+
@sapContent_ImagePlaceholderForegroundColor: @sapContent_IconColor;
|
|
318
317
|
|
|
319
318
|
// [Tags "!Protected"]
|
|
320
319
|
@sapContent_RatedColor: @sapContent_IconColor;
|
|
@@ -341,20 +340,23 @@
|
|
|
341
340
|
@sapContent_ContrastShadowColor: @sapContent_ShadowColor;
|
|
342
341
|
|
|
343
342
|
// [Tags "!Protected"]
|
|
344
|
-
@sapContent_Shadow0: 0 0
|
|
343
|
+
@sapContent_Shadow0: 0 0 0 0.0625rem @sapContent_ShadowColor;
|
|
345
344
|
|
|
346
345
|
// [Tags "!Protected"]
|
|
347
|
-
@sapContent_Shadow1: 0 0
|
|
346
|
+
@sapContent_Shadow1: 0 0 1rem 0 fade(@sapContent_ContrastShadowColor, 50), 0 0 0 0.125rem @sapContent_ShadowColor;
|
|
348
347
|
|
|
349
348
|
// [Tags "!Protected"]
|
|
350
|
-
@sapContent_Shadow2: 0 0.25rem 2rem 0 fade(@sapContent_ContrastShadowColor, 60), 0 0 0
|
|
349
|
+
@sapContent_Shadow2: 0 0.25rem 2rem 0 fade(@sapContent_ContrastShadowColor, 60), 0 0 0 0.125rem @sapContent_ShadowColor;
|
|
351
350
|
|
|
352
351
|
// [Tags "!Protected"]
|
|
353
|
-
@sapContent_Shadow3: 0 0.625rem 4rem 0 fade(@sapContent_ContrastShadowColor, 80), 0 0 0
|
|
352
|
+
@sapContent_Shadow3: 0 0.625rem 4rem 0 fade(@sapContent_ContrastShadowColor, 80), 0 0 0 0.125rem @sapContent_ShadowColor;
|
|
354
353
|
|
|
355
354
|
// [Tags "!Protected"]
|
|
356
355
|
@sapContent_TextShadow: -1px 0 @sapHC_StandardBackground, 0 1px @sapHC_StandardBackground, 1px 0 @sapHC_StandardBackground, 0 -1px @sapHC_StandardBackground;
|
|
357
356
|
|
|
357
|
+
// [Tags "!Protected"]
|
|
358
|
+
@sapContent_ContrastTextShadow: none;
|
|
359
|
+
|
|
358
360
|
// [Tags "!Protected"]
|
|
359
361
|
@sapContent_HeaderShadow: inset 0 -0.125rem @sapObjectHeader_BorderColor;
|
|
360
362
|
|
|
@@ -380,7 +382,7 @@
|
|
|
380
382
|
@sapContent_DisabledTextColor: @sapHC_ReducedForeground;
|
|
381
383
|
|
|
382
384
|
// [Tags "!Protected"]
|
|
383
|
-
@sapContent_DisabledOpacity: 0.
|
|
385
|
+
@sapContent_DisabledOpacity: 0.4;
|
|
384
386
|
|
|
385
387
|
// [Tags "!Protected"]
|
|
386
388
|
@sapContent_ContrastTextThreshold: 0.65;
|
|
@@ -415,6 +417,9 @@
|
|
|
415
417
|
// [Tags "!Protected"]
|
|
416
418
|
@sapContent_Selected_Hover_Background: @sapHighlightColor;
|
|
417
419
|
|
|
420
|
+
// [Tags "!Protected"]
|
|
421
|
+
@sapContent_Selected_ForegroundColor: @sapHC_StandardForeground;
|
|
422
|
+
|
|
418
423
|
|
|
419
424
|
|
|
420
425
|
|
|
@@ -422,7 +427,7 @@
|
|
|
422
427
|
// Content Illustrative Colors
|
|
423
428
|
// =====================================
|
|
424
429
|
|
|
425
|
-
@sapContent_Illustrative_Color1: #
|
|
430
|
+
@sapContent_Illustrative_Color1: #212628;
|
|
426
431
|
|
|
427
432
|
@sapContent_Illustrative_Color2: #434e56;
|
|
428
433
|
|
|
@@ -432,7 +437,7 @@
|
|
|
432
437
|
|
|
433
438
|
@sapContent_Illustrative_Color5: #9da4aa;
|
|
434
439
|
|
|
435
|
-
@sapContent_Illustrative_Color6: #
|
|
440
|
+
@sapContent_Illustrative_Color6: #c6cace;
|
|
436
441
|
|
|
437
442
|
@sapContent_Illustrative_Color7: #e7e9ea;
|
|
438
443
|
|
|
@@ -452,7 +457,7 @@
|
|
|
452
457
|
@sapFontBoldFamily: "72-Bold", "72-Boldfull", "72", "72full", Arial, Helvetica, sans-serif;
|
|
453
458
|
|
|
454
459
|
// [Tags "!Protected"]
|
|
455
|
-
@sapFontHeaderFamily:
|
|
460
|
+
@sapFontHeaderFamily: @sapFontFamily;
|
|
456
461
|
|
|
457
462
|
// [Tags "!Protected"]
|
|
458
463
|
@sapFontSmallSize: 0.75 * @sapContent_GridSize;
|
|
@@ -553,7 +558,7 @@
|
|
|
553
558
|
@sapShell_Selected_TextColor: contrast(@sapShell_Selected_Background, @sapTextColor, @sapContent_ContrastTextColor, @sapContent_ContrastTextThreshold);
|
|
554
559
|
|
|
555
560
|
// [Tags "!Protected"]
|
|
556
|
-
@sapShell_Selected_Hover_Background: @
|
|
561
|
+
@sapShell_Selected_Hover_Background: @sapHighlightColor;
|
|
557
562
|
|
|
558
563
|
// [Tags "!Protected"]
|
|
559
564
|
@sapShell_Favicon: none;
|
|
@@ -571,7 +576,7 @@
|
|
|
571
576
|
@sapShell_Navigation_Selected_TextColor: @sapShell_InteractiveTextColor;
|
|
572
577
|
|
|
573
578
|
// [Tags "!Protected"]
|
|
574
|
-
@sapShell_Navigation_TextColor: @
|
|
579
|
+
@sapShell_Navigation_TextColor: contrast(@sapShell_Navigation_Background, @sapTextColor, @sapContent_ContrastTextColor, @sapContent_ContrastTextThreshold);
|
|
575
580
|
|
|
576
581
|
// [Tags "!Protected"]
|
|
577
582
|
@sapShell_Navigation_Active_TextColor: contrast(@sapShell_Navigation_Active_Background, @sapTextColor, @sapContent_ContrastTextColor, @sapContent_ContrastTextThreshold);
|
|
@@ -629,7 +634,7 @@
|
|
|
629
634
|
@sapButton_Hover_TextColor: contrast(@sapButton_Hover_Background, @sapTextColor, @sapContent_ContrastTextColor, @sapContent_ContrastTextThreshold);
|
|
630
635
|
|
|
631
636
|
// [Tags "!Protected"]
|
|
632
|
-
@sapButton_IconColor: @
|
|
637
|
+
@sapButton_IconColor: contrast(@sapButton_Background, @sapContent_IconColor, @sapContent_ContrastIconColor, @sapContent_ContrastTextThreshold);
|
|
633
638
|
|
|
634
639
|
// [Tags "!Protected"]
|
|
635
640
|
@sapButton_Active_Background: @sapActiveColor;
|
|
@@ -653,7 +658,7 @@
|
|
|
653
658
|
@sapButton_Emphasized_Hover_Background: @sapButton_Hover_Background;
|
|
654
659
|
|
|
655
660
|
// [Tags "!Protected"]
|
|
656
|
-
@sapButton_Emphasized_Hover_BorderColor: @
|
|
661
|
+
@sapButton_Emphasized_Hover_BorderColor: @sapButton_Emphasized_BorderColor;
|
|
657
662
|
|
|
658
663
|
// [Tags "!Protected"]
|
|
659
664
|
@sapButton_Emphasized_Hover_TextColor: contrast(@sapButton_Emphasized_Hover_Background, @sapTextColor, @sapContent_ContrastTextColor, @sapContent_ContrastTextThreshold);
|
|
@@ -664,6 +669,9 @@
|
|
|
664
669
|
// [Tags "!Protected"]
|
|
665
670
|
@sapButton_Emphasized_Active_BorderColor: @sapButton_Active_BorderColor;
|
|
666
671
|
|
|
672
|
+
// [Tags "!Protected"]
|
|
673
|
+
@sapButton_Emphasized_Active_TextColor: contrast(@sapButton_Emphasized_Active_Background, @sapTextColor, @sapContent_ContrastTextColor, @sapContent_ContrastTextThreshold);
|
|
674
|
+
|
|
667
675
|
// [Tags "!Protected"]
|
|
668
676
|
@sapButton_Emphasized_TextShadow: transparent;
|
|
669
677
|
|
|
@@ -694,6 +702,9 @@
|
|
|
694
702
|
// [Tags "!Protected"]
|
|
695
703
|
@sapButton_Reject_Active_BorderColor: @sapButton_Active_BorderColor;
|
|
696
704
|
|
|
705
|
+
// [Tags "!Protected"]
|
|
706
|
+
@sapButton_Reject_Active_TextColor: contrast(@sapButton_Reject_Active_Background, @sapTextColor, @sapContent_ContrastTextColor, @sapContent_ContrastTextThreshold);
|
|
707
|
+
|
|
697
708
|
// [Tags "!Protected"]
|
|
698
709
|
@sapButton_Reject_Selected_Background: @sapSelectedColor;
|
|
699
710
|
|
|
@@ -733,6 +744,9 @@
|
|
|
733
744
|
// [Tags "!Protected"]
|
|
734
745
|
@sapButton_Accept_Active_BorderColor: @sapButton_Active_BorderColor;
|
|
735
746
|
|
|
747
|
+
// [Tags "!Protected"]
|
|
748
|
+
@sapButton_Accept_Active_TextColor: contrast(@sapButton_Accept_Active_Background, @sapTextColor, @sapContent_ContrastTextColor, @sapContent_ContrastTextThreshold);
|
|
749
|
+
|
|
736
750
|
// [Tags "!Protected"]
|
|
737
751
|
@sapButton_Accept_Selected_Background: @sapSelectedColor;
|
|
738
752
|
|
|
@@ -811,6 +825,9 @@
|
|
|
811
825
|
// [Tags "!Protected"]
|
|
812
826
|
@sapButton_Attention_Active_BorderColor: @sapButton_Active_BorderColor;
|
|
813
827
|
|
|
828
|
+
// [Tags "!Protected"]
|
|
829
|
+
@sapButton_Attention_Active_TextColor: contrast(@sapButton_Attention_Active_Background, @sapTextColor, @sapContent_ContrastTextColor, @sapContent_ContrastTextThreshold);
|
|
830
|
+
|
|
814
831
|
// [Tags "!Protected"]
|
|
815
832
|
@sapButton_Attention_Selected_Background: @sapSelectedColor;
|
|
816
833
|
|
|
@@ -850,6 +867,9 @@
|
|
|
850
867
|
// [Tags "!Protected"]
|
|
851
868
|
@sapButton_Negative_Active_BorderColor: @sapButton_Active_BorderColor;
|
|
852
869
|
|
|
870
|
+
// [Tags "!Protected"]
|
|
871
|
+
@sapButton_Negative_Active_TextColor: contrast(@sapButton_Negative_Active_Background, @sapTextColor, @sapContent_ContrastTextColor, @sapContent_ContrastTextThreshold);
|
|
872
|
+
|
|
853
873
|
// [Tags "!Protected"]
|
|
854
874
|
@sapButton_Critical_Background: @sapButton_Background;
|
|
855
875
|
|
|
@@ -874,6 +894,9 @@
|
|
|
874
894
|
// [Tags "!Protected"]
|
|
875
895
|
@sapButton_Critical_Active_BorderColor: @sapButton_Active_BorderColor;
|
|
876
896
|
|
|
897
|
+
// [Tags "!Protected"]
|
|
898
|
+
@sapButton_Critical_Active_TextColor: contrast(@sapButton_Critical_Active_Background, @sapTextColor, @sapContent_ContrastTextColor, @sapContent_ContrastTextThreshold);
|
|
899
|
+
|
|
877
900
|
// [Tags "!Protected"]
|
|
878
901
|
@sapButton_Success_Background: @sapButton_Background;
|
|
879
902
|
|
|
@@ -898,6 +921,9 @@
|
|
|
898
921
|
// [Tags "!Protected"]
|
|
899
922
|
@sapButton_Success_Active_BorderColor: @sapButton_Active_BorderColor;
|
|
900
923
|
|
|
924
|
+
// [Tags "!Protected"]
|
|
925
|
+
@sapButton_Success_Active_TextColor: contrast(@sapButton_Success_Active_Background, @sapTextColor, @sapContent_ContrastTextColor, @sapContent_ContrastTextThreshold);
|
|
926
|
+
|
|
901
927
|
// [Tags "!Protected"]
|
|
902
928
|
@sapButton_Information_Background: @sapButton_Background;
|
|
903
929
|
|
|
@@ -946,6 +972,9 @@
|
|
|
946
972
|
// [Tags "!Protected"]
|
|
947
973
|
@sapButton_Neutral_Active_BorderColor: @sapButton_Active_BorderColor;
|
|
948
974
|
|
|
975
|
+
// [Tags "!Protected"]
|
|
976
|
+
@sapButton_Neutral_Active_TextColor: contrast(@sapButton_Neutral_Active_Background, @sapTextColor, @sapContent_ContrastTextColor, @sapContent_ContrastTextThreshold);
|
|
977
|
+
|
|
949
978
|
// [Tags "!Protected"]
|
|
950
979
|
@sapButton_Track_Selected_Background: @sapButton_Selected_Background;
|
|
951
980
|
|
|
@@ -978,7 +1007,7 @@
|
|
|
978
1007
|
@sapField_TextColor: @sapTextColor;
|
|
979
1008
|
|
|
980
1009
|
// [Tags "!Protected"]
|
|
981
|
-
@sapField_PlaceholderTextColor: @
|
|
1010
|
+
@sapField_PlaceholderTextColor: @sapHC_ReducedAltForeground;
|
|
982
1011
|
|
|
983
1012
|
// [Tags "!Protected"]
|
|
984
1013
|
@sapField_BorderColor: @sapHC_StandardForeground;
|
|
@@ -1031,24 +1060,48 @@
|
|
|
1031
1060
|
// [Tags "!Protected"]
|
|
1032
1061
|
@sapField_InvalidBackground: @sapHighlightColor;
|
|
1033
1062
|
|
|
1063
|
+
// [Tags "!Protected"]
|
|
1064
|
+
@sapField_InvalidBorderWidth: 0.125 * @sapContent_GridSize;
|
|
1065
|
+
|
|
1066
|
+
// [Tags "!Protected"]
|
|
1067
|
+
@sapField_InvalidBorderStyle: dashed;
|
|
1068
|
+
|
|
1034
1069
|
// [Tags "!Protected"]
|
|
1035
1070
|
@sapField_WarningColor: @sapField_BorderColor;
|
|
1036
1071
|
|
|
1037
1072
|
// [Tags "!Protected"]
|
|
1038
1073
|
@sapField_WarningBackground: @sapField_Background;
|
|
1039
1074
|
|
|
1075
|
+
// [Tags "!Protected"]
|
|
1076
|
+
@sapField_WarningBorderWidth: 0.125 * @sapContent_GridSize;
|
|
1077
|
+
|
|
1078
|
+
// [Tags "!Protected"]
|
|
1079
|
+
@sapField_WarningBorderStyle: dashed;
|
|
1080
|
+
|
|
1040
1081
|
// [Tags "!Protected"]
|
|
1041
1082
|
@sapField_SuccessColor: @sapField_BorderColor;
|
|
1042
1083
|
|
|
1043
1084
|
// [Tags "!Protected"]
|
|
1044
1085
|
@sapField_SuccessBackground: @sapField_Background;
|
|
1045
1086
|
|
|
1087
|
+
// [Tags "!Protected"]
|
|
1088
|
+
@sapField_SuccessBorderWidth: 0.0625 * @sapContent_GridSize;
|
|
1089
|
+
|
|
1090
|
+
// [Tags "!Protected"]
|
|
1091
|
+
@sapField_SuccessBorderStyle: solid;
|
|
1092
|
+
|
|
1046
1093
|
// [Tags "!Protected"]
|
|
1047
1094
|
@sapField_InformationColor: @sapField_BorderColor;
|
|
1048
1095
|
|
|
1049
1096
|
// [Tags "!Protected"]
|
|
1050
1097
|
@sapField_InformationBackground: @sapField_Background;
|
|
1051
1098
|
|
|
1099
|
+
// [Tags "!Protected"]
|
|
1100
|
+
@sapField_InformationBorderWidth: 0.0625 * @sapContent_GridSize;
|
|
1101
|
+
|
|
1102
|
+
// [Tags "!Protected"]
|
|
1103
|
+
@sapField_InformationBorderStyle: dashed;
|
|
1104
|
+
|
|
1052
1105
|
|
|
1053
1106
|
|
|
1054
1107
|
|
|
@@ -1119,16 +1172,16 @@
|
|
|
1119
1172
|
@sapList_TextColor: contrast(@sapList_Background, @sapTextColor, @sapContent_ContrastTextColor, @sapContent_ContrastTextThreshold);
|
|
1120
1173
|
|
|
1121
1174
|
// [Tags "!Protected"]
|
|
1122
|
-
@sapList_Active_TextColor: contrast(@sapList_Active_Background, @
|
|
1175
|
+
@sapList_Active_TextColor: contrast(@sapList_Active_Background, @sapTextColor, @sapContent_ContrastTextColor, @sapContent_ContrastTextThreshold);
|
|
1123
1176
|
|
|
1124
1177
|
// [Tags "!Protected"]
|
|
1125
|
-
@sapList_Active_Background: @
|
|
1178
|
+
@sapList_Active_Background: @sapActiveColor;
|
|
1126
1179
|
|
|
1127
1180
|
// [Tags "!Protected"]
|
|
1128
1181
|
@sapList_SelectionBackgroundColor: @sapSelectedColor;
|
|
1129
1182
|
|
|
1130
1183
|
// [Tags "!Protected"]
|
|
1131
|
-
@sapList_SelectionBorderColor: @
|
|
1184
|
+
@sapList_SelectionBorderColor: @sapHC_StandardForeground;
|
|
1132
1185
|
|
|
1133
1186
|
// [Tags "!Protected"]
|
|
1134
1187
|
@sapList_Hover_SelectionBackground: @sapList_Hover_Background;
|
|
@@ -1143,7 +1196,7 @@
|
|
|
1143
1196
|
@sapList_AlternatingBackground: darken(@sapList_Background, 10);
|
|
1144
1197
|
|
|
1145
1198
|
// [Tags "!Protected"]
|
|
1146
|
-
@sapList_GroupHeaderBackground: @
|
|
1199
|
+
@sapList_GroupHeaderBackground: @sapList_Background;
|
|
1147
1200
|
|
|
1148
1201
|
// [Tags "!Protected"]
|
|
1149
1202
|
@sapList_GroupHeaderBorderColor: @sapHC_StandardForeground;
|
|
@@ -1152,7 +1205,7 @@
|
|
|
1152
1205
|
@sapList_GroupHeaderTextColor: @sapList_TextColor;
|
|
1153
1206
|
|
|
1154
1207
|
// [Tags "!Protected"]
|
|
1155
|
-
@sapList_TableGroupHeaderBackground: @
|
|
1208
|
+
@sapList_TableGroupHeaderBackground: @sapHC_ReducedBackground;
|
|
1156
1209
|
|
|
1157
1210
|
// [Tags "!Protected"]
|
|
1158
1211
|
@sapList_TableGroupHeaderBorderColor: @sapList_GroupHeaderBorderColor;
|
|
@@ -1192,7 +1245,7 @@
|
|
|
1192
1245
|
@sapScrollBar_SymbolColor: @sapContent_IconColor;
|
|
1193
1246
|
|
|
1194
1247
|
// [Tags "!Protected"]
|
|
1195
|
-
@sapScrollBar_Dimension: 0.
|
|
1248
|
+
@sapScrollBar_Dimension: 0.75 * @sapContent_GridSize;
|
|
1196
1249
|
|
|
1197
1250
|
// [Tags "!Protected"]
|
|
1198
1251
|
@sapScrollBar_Hover_FaceColor: @sapHC_StandardForeground;
|
|
@@ -1240,7 +1293,7 @@
|
|
|
1240
1293
|
@sapInfobar_Background: @sapBackgroundColor;
|
|
1241
1294
|
|
|
1242
1295
|
// [Tags "!Protected"]
|
|
1243
|
-
@sapInfobar_Hover_Background:
|
|
1296
|
+
@sapInfobar_Hover_Background: @sapHighlightColor;
|
|
1244
1297
|
|
|
1245
1298
|
// [Tags "!Protected"]
|
|
1246
1299
|
@sapInfobar_Active_Background: @sapActiveColor;
|
|
@@ -1297,10 +1350,10 @@
|
|
|
1297
1350
|
@sapTile_BorderColor: @sapHC_StandardForeground;
|
|
1298
1351
|
|
|
1299
1352
|
// [Tags "!Protected"]
|
|
1300
|
-
@sapTile_TitleTextColor: contrast(@sapTile_Background, @
|
|
1353
|
+
@sapTile_TitleTextColor: contrast(@sapTile_Background, @sapTitleColor, @sapContent_ContrastTextColor, @sapContent_ContrastTextThreshold);
|
|
1301
1354
|
|
|
1302
1355
|
// [Tags "!Protected"]
|
|
1303
|
-
@sapTile_TextColor: contrast(@sapTile_Background, @
|
|
1356
|
+
@sapTile_TextColor: contrast(@sapTile_Background, @sapContent_LabelColor, @sapContent_ContrastTextColor, @sapContent_ContrastTextThreshold);
|
|
1304
1357
|
|
|
1305
1358
|
// [Tags "!Protected"]
|
|
1306
1359
|
@sapTile_IconColor: contrast(@sapTile_Background, @sapContent_IconColor, @sapContent_ContrastIconColor, @sapContent_ContrastTextThreshold);
|
|
@@ -1311,6 +1364,12 @@
|
|
|
1311
1364
|
// [Tags "!Protected"]
|
|
1312
1365
|
@sapTile_Interactive_BorderColor: @sapTile_BorderColor;
|
|
1313
1366
|
|
|
1367
|
+
// [Tags "!Protected"]
|
|
1368
|
+
@sapTile_OverlayBackground: @sapBlockLayer_Background;
|
|
1369
|
+
|
|
1370
|
+
// [Tags "!Protected"]
|
|
1371
|
+
@sapTile_OverlayForegroundColor: contrast(@sapTile_OverlayBackground, @sapTitleColor, @sapContent_ContrastTextColor, @sapContent_ContrastTextThreshold);
|
|
1372
|
+
|
|
1314
1373
|
|
|
1315
1374
|
|
|
1316
1375
|
|
|
@@ -1482,7 +1541,7 @@
|
|
|
1482
1541
|
@sapLegendColor8: #26340b;
|
|
1483
1542
|
|
|
1484
1543
|
// [Tags "!Protected"]
|
|
1485
|
-
@sapLegendColor9: #
|
|
1544
|
+
@sapLegendColor9: #4a5964;
|
|
1486
1545
|
|
|
1487
1546
|
// [Tags "!Protected"]
|
|
1488
1547
|
@sapLegendColor10: #6c3d62;
|
|
@@ -1672,12 +1731,12 @@
|
|
|
1672
1731
|
// Deprecated
|
|
1673
1732
|
// =====================================
|
|
1674
1733
|
|
|
1675
|
-
|
|
1676
|
-
@sapGroup_Title_FontSize: @sapFontSize;
|
|
1734
|
+
@sapBackgroundColorDefault: @sapBackgroundColor;
|
|
1677
1735
|
|
|
1678
|
-
// [Tags "!Protected"]
|
|
1679
1736
|
@sapList_HighlightColor: @sapHighlightColor;
|
|
1680
1737
|
|
|
1738
|
+
@sapGroup_Title_FontSize: @sapFontSize;
|
|
1739
|
+
|
|
1681
1740
|
@sapContent_ElementHeight: 1.37em;
|
|
1682
1741
|
|
|
1683
1742
|
@sapContent_ElementHeight_PX: 22px;
|