@openui5/themelib_sap_horizon 1.118.0 → 1.119.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.
- package/THIRDPARTY.txt +2 -2
- package/package.json +18 -18
- package/src/sap/f/themes/sap_horizon/AvatarGroup.less +81 -25
- package/src/sap/f/themes/sap_horizon/DynamicPageTitle.less +3 -3
- package/src/sap/f/themes/sap_horizon/ShellBar.less +2 -1
- package/src/sap/f/themes/sap_horizon/SidePanel.less +7 -0
- package/src/sap/f/themes/sap_horizon_dark/AvatarGroup.less +82 -25
- package/src/sap/f/themes/sap_horizon_dark/DynamicPageTitle.less +3 -3
- package/src/sap/f/themes/sap_horizon_dark/ShellBar.less +2 -2
- package/src/sap/f/themes/sap_horizon_dark/SidePanel.less +7 -0
- package/src/sap/f/themes/sap_horizon_hcb/SidePanel.less +10 -0
- package/src/sap/f/themes/sap_horizon_hcw/SidePanel.less +10 -0
- package/src/sap/m/themes/sap_horizon/BusyIndicator.less +2 -2
- package/src/sap/m/themes/sap_horizon/Button.less +13 -26
- package/src/sap/m/themes/sap_horizon/GenericTile.less +37 -0
- package/src/sap/m/themes/sap_horizon/IconTabBar.less +40 -17
- package/src/sap/m/themes/sap_horizon/InputBase.less +5 -1
- package/src/sap/m/themes/sap_horizon/MessageStrip.less +4 -12
- package/src/sap/m/themes/sap_horizon/ObjectStatus.less +243 -20
- package/src/sap/m/themes/sap_horizon/Page.less +2 -1
- package/src/sap/m/themes/sap_horizon/RadioButton.less +0 -21
- package/src/sap/m/themes/sap_horizon/SearchField.less +8 -5
- package/src/sap/m/themes/sap_horizon/SegmentedButton.less +34 -15
- package/src/sap/m/themes/sap_horizon/Select.less +4 -2
- package/src/sap/m/themes/sap_horizon/TextArea.less +4 -0
- package/src/sap/m/themes/sap_horizon/Title.less +19 -6
- package/src/sap/m/themes/sap_horizon/ToggleButton.less +2 -19
- package/src/sap/m/themes/sap_horizon_dark/BusyIndicator.less +2 -2
- package/src/sap/m/themes/sap_horizon_dark/Button.less +13 -26
- package/src/sap/m/themes/sap_horizon_dark/GenericTile.less +38 -0
- package/src/sap/m/themes/sap_horizon_dark/IconTabBar.less +30 -7
- package/src/sap/m/themes/sap_horizon_dark/InputBase.less +5 -1
- package/src/sap/m/themes/sap_horizon_dark/MessageStrip.less +4 -12
- package/src/sap/m/themes/sap_horizon_dark/ObjectStatus.less +243 -20
- package/src/sap/m/themes/sap_horizon_dark/Page.less +2 -1
- package/src/sap/m/themes/sap_horizon_dark/RadioButton.less +0 -21
- package/src/sap/m/themes/sap_horizon_dark/SearchField.less +10 -6
- package/src/sap/m/themes/sap_horizon_dark/SegmentedButton.less +34 -15
- package/src/sap/m/themes/sap_horizon_dark/Select.less +4 -1
- package/src/sap/m/themes/sap_horizon_dark/TextArea.less +4 -0
- package/src/sap/m/themes/sap_horizon_dark/Title.less +19 -6
- package/src/sap/m/themes/sap_horizon_dark/ToggleButton.less +2 -20
- package/src/sap/m/themes/sap_horizon_hcb/BusyIndicator.less +2 -2
- package/src/sap/m/themes/sap_horizon_hcb/Button.less +1 -1
- package/src/sap/m/themes/sap_horizon_hcb/Carousel.less +2 -2
- package/src/sap/m/themes/sap_horizon_hcb/InputBase.less +0 -1
- package/src/sap/m/themes/sap_horizon_hcb/ObjectStatus.less +124 -13
- package/src/sap/m/themes/sap_horizon_hcb/Page.less +2 -1
- package/src/sap/m/themes/sap_horizon_hcb/SearchField.less +4 -4
- package/src/sap/m/themes/sap_horizon_hcb/SelectList.less +1 -0
- package/src/sap/m/themes/sap_horizon_hcb/TextArea.less +22 -0
- package/src/sap/m/themes/sap_horizon_hcb/Title.less +19 -6
- package/src/sap/m/themes/sap_horizon_hcw/BusyIndicator.less +2 -2
- package/src/sap/m/themes/sap_horizon_hcw/Button.less +1 -1
- package/src/sap/m/themes/sap_horizon_hcw/Carousel.less +2 -2
- package/src/sap/m/themes/sap_horizon_hcw/InputBase.less +0 -1
- package/src/sap/m/themes/sap_horizon_hcw/ObjectStatus.less +124 -13
- package/src/sap/m/themes/sap_horizon_hcw/Page.less +2 -1
- package/src/sap/m/themes/sap_horizon_hcw/SearchField.less +4 -4
- package/src/sap/m/themes/sap_horizon_hcw/SelectList.less +1 -0
- package/src/sap/m/themes/sap_horizon_hcw/TextArea.less +22 -0
- package/src/sap/m/themes/sap_horizon_hcw/Title.less +19 -6
- package/src/sap/tnt/themes/sap_horizon/InfoLabel.less +28 -14
- package/src/sap/tnt/themes/sap_horizon/NavigationList.less +9 -2
- package/src/sap/tnt/themes/sap_horizon/library.source.less +1 -1
- package/src/sap/tnt/themes/sap_horizon_dark/InfoLabel.less +28 -14
- package/src/sap/tnt/themes/sap_horizon_dark/NavigationList.less +9 -2
- package/src/sap/tnt/themes/sap_horizon_dark/library.source.less +1 -1
- package/src/sap/tnt/themes/sap_horizon_hcb/InfoLabel.less +21 -6
- package/src/sap/tnt/themes/sap_horizon_hcb/NavigationList.less +10 -2
- package/src/sap/tnt/themes/sap_horizon_hcw/InfoLabel.less +21 -6
- package/src/sap/tnt/themes/sap_horizon_hcw/NavigationList.less +10 -2
- package/src/sap/tnt/themes/sap_horizon_hcw/library.source.less +1 -1
- package/src/sap/ui/core/themes/sap_horizon/.theme +1 -1
- package/src/sap/ui/core/themes/sap_horizon/base.less +138 -137
- package/src/sap/ui/core/themes/sap_horizon/fonts/SAP-icons.ttf +0 -0
- package/src/sap/ui/core/themes/sap_horizon/fonts/SAP-icons.woff2 +0 -0
- package/src/sap/ui/core/themes/sap_horizon/global.less +8 -8
- package/src/sap/ui/core/themes/sap_horizon/library.source.less +4 -0
- package/src/sap/ui/core/themes/sap_horizon_dark/.theme +1 -1
- package/src/sap/ui/core/themes/sap_horizon_dark/base.less +111 -110
- package/src/sap/ui/core/themes/sap_horizon_dark/fonts/SAP-icons.ttf +0 -0
- package/src/sap/ui/core/themes/sap_horizon_dark/fonts/SAP-icons.woff2 +0 -0
- package/src/sap/ui/core/themes/sap_horizon_dark/global.less +8 -8
- package/src/sap/ui/core/themes/sap_horizon_dark/library.source.less +4 -0
- package/src/sap/ui/core/themes/sap_horizon_hcb/.theme +1 -1
- package/src/sap/ui/core/themes/sap_horizon_hcb/base.less +15 -15
- package/src/sap/ui/core/themes/sap_horizon_hcb/fonts/SAP-icons.ttf +0 -0
- package/src/sap/ui/core/themes/sap_horizon_hcb/fonts/SAP-icons.woff2 +0 -0
- package/src/sap/ui/core/themes/sap_horizon_hcb/global.less +8 -8
- package/src/sap/ui/core/themes/sap_horizon_hcw/.theme +1 -1
- package/src/sap/ui/core/themes/sap_horizon_hcw/base.less +14 -14
- package/src/sap/ui/core/themes/sap_horizon_hcw/fonts/SAP-icons.ttf +0 -0
- package/src/sap/ui/core/themes/sap_horizon_hcw/fonts/SAP-icons.woff2 +0 -0
- package/src/sap/ui/core/themes/sap_horizon_hcw/global.less +8 -8
- package/src/sap/ui/layout/themes/sap_horizon_dark/Splitter.less +1 -1
- package/src/sap/ui/layout/themes/sap_horizon_hcb/BlockLayout.less +3 -1
- package/src/sap/ui/layout/themes/sap_horizon_hcb/Splitter.less +0 -1
- package/src/sap/ui/layout/themes/sap_horizon_hcw/BlockLayout.less +3 -1
- package/src/sap/ui/layout/themes/sap_horizon_hcw/Splitter.less +0 -1
- package/src/sap/ui/rta/themes/sap_horizon/Toolbar.adaptation.less +0 -2
- package/src/sap/ui/unified/themes/sap_horizon_hcb/ColorPicker.less +7 -2
- package/src/sap/ui/unified/themes/sap_horizon_hcw/ColorPicker.less +7 -2
- package/src/sap/uxap/themes/sap_horizon/HierarchicalSelect.less +4 -3
- package/src/sap/uxap/themes/sap_horizon_dark/HierarchicalSelect.less +4 -3
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
// /**
|
|
2
|
-
// * Copyright (c) 2012-
|
|
3
|
-
// * Theming Engine 1.
|
|
4
|
-
// * data:{"sModified":"2023-
|
|
2
|
+
// * Copyright (c) 2012-2023 SAP SE or an SAP affiliate company and Theming Base Content contributors. Licensed under the Apache License, Version 2.0 - see LICENSE.txt.
|
|
3
|
+
// * Theming Engine 1.23061.0
|
|
4
|
+
// * data:{"sModified":"2023-09-11T07:13:37Z"}
|
|
5
5
|
// */
|
|
6
6
|
|
|
7
7
|
|
|
8
|
-
/******************* FILE /Base/baseLib/sap_horizon_dark/base.less (Version 11.
|
|
8
|
+
/******************* FILE /Base/baseLib/sap_horizon_dark/base.less (Version 11.6.8) *******************/
|
|
9
9
|
|
|
10
10
|
|
|
11
11
|
// [Tags "SapInternal", "Base", "Dimension", "Protected"]
|
|
@@ -98,7 +98,7 @@
|
|
|
98
98
|
|
|
99
99
|
// [Tags "!Protected"]
|
|
100
100
|
// [Protected "!true"]
|
|
101
|
-
@sapLinkColor: @
|
|
101
|
+
@sapLinkColor: @sapHighlightColor;
|
|
102
102
|
|
|
103
103
|
// [Tags "!Protected"]
|
|
104
104
|
// [Protected "!true"]
|
|
@@ -119,7 +119,7 @@
|
|
|
119
119
|
// [Tags "!Protected"]
|
|
120
120
|
// [Protected "!true"]
|
|
121
121
|
@sapSelectedColor: @sapHighlightColor;
|
|
122
|
-
@sapHoverColor: lighten(@sapBackgroundColor,
|
|
122
|
+
@sapHoverColor: lighten(@sapBackgroundColor, 8);
|
|
123
123
|
|
|
124
124
|
// [Tags "!Protected"]
|
|
125
125
|
// [Protected "!true"]
|
|
@@ -347,7 +347,7 @@
|
|
|
347
347
|
|
|
348
348
|
// [Tags "!Protected"]
|
|
349
349
|
// [Protected "!true"]
|
|
350
|
-
@sapContent_FocusColor:
|
|
350
|
+
@sapContent_FocusColor: #9ad3ff;
|
|
351
351
|
|
|
352
352
|
// [Tags "!Protected"]
|
|
353
353
|
// [Protected "!true"]
|
|
@@ -399,31 +399,31 @@
|
|
|
399
399
|
|
|
400
400
|
// [Tags "!Protected"]
|
|
401
401
|
// [Protected "!true"]
|
|
402
|
-
@sapContent_Interaction_Shadow: 0 0 0
|
|
402
|
+
@sapContent_Interaction_Shadow: inset 0 0 0 0.0625rem fade(@sapField_BorderColor, 25);
|
|
403
403
|
|
|
404
404
|
// [Tags "!Protected"]
|
|
405
405
|
// [Protected "!true"]
|
|
406
|
-
@sapContent_Selected_Shadow: 0 0 0
|
|
406
|
+
@sapContent_Selected_Shadow: inset 0 0 0 0.0625rem fade(@sapSelectedColor, 30);
|
|
407
407
|
|
|
408
408
|
// [Tags "!Protected"]
|
|
409
409
|
// [Protected "!true"]
|
|
410
|
-
@sapContent_Negative_Shadow: 0 0 0
|
|
410
|
+
@sapContent_Negative_Shadow: inset 0 0 0 0.0625rem fade(darken(@sapField_InvalidColor, 12), 30);
|
|
411
411
|
|
|
412
412
|
// [Tags "!Protected"]
|
|
413
413
|
// [Protected "!true"]
|
|
414
|
-
@sapContent_Critical_Shadow: 0 0 0
|
|
414
|
+
@sapContent_Critical_Shadow: inset 0 0 0 0.0625rem fade(lighten(@sapField_WarningBackground, 15), 50);
|
|
415
415
|
|
|
416
416
|
// [Tags "!Protected"]
|
|
417
417
|
// [Protected "!true"]
|
|
418
|
-
@sapContent_Positive_Shadow: 0 0 0
|
|
418
|
+
@sapContent_Positive_Shadow: inset 0 0 0 0.0625rem fade(@sapField_SuccessColor, 18);
|
|
419
419
|
|
|
420
420
|
// [Tags "!Protected"]
|
|
421
421
|
// [Protected "!true"]
|
|
422
|
-
@sapContent_Informative_Shadow: 0 0 0
|
|
422
|
+
@sapContent_Informative_Shadow: inset 0 0 0 0.0625rem fade(@sapField_InformationColor, 30);
|
|
423
423
|
|
|
424
424
|
// [Tags "!Protected"]
|
|
425
425
|
// [Protected "!true"]
|
|
426
|
-
@sapContent_Neutral_Shadow: 0 0 0
|
|
426
|
+
@sapContent_Neutral_Shadow: inset 0 0 0 0.0625rem fade(@sapNeutralColor, 30);
|
|
427
427
|
|
|
428
428
|
// [Tags "!Protected"]
|
|
429
429
|
// [Protected "!true"]
|
|
@@ -499,7 +499,7 @@
|
|
|
499
499
|
|
|
500
500
|
// [Tags "!Protected"]
|
|
501
501
|
// [Protected "!true"]
|
|
502
|
-
@sapContent_Selected_Hover_Background: @
|
|
502
|
+
@sapContent_Selected_Hover_Background: darken(@sapSelectedColor, 50);
|
|
503
503
|
|
|
504
504
|
// [Tags "!Protected"]
|
|
505
505
|
// [Protected "!true"]
|
|
@@ -648,13 +648,13 @@
|
|
|
648
648
|
|
|
649
649
|
// [Tags "!Protected"]
|
|
650
650
|
// [Protected "!true"]
|
|
651
|
-
@sapLink_Hover_Color:
|
|
651
|
+
@sapLink_Hover_Color: @sapLinkColor;
|
|
652
652
|
@sapLink_Hover_TextDecoration: underline;
|
|
653
653
|
|
|
654
654
|
// [Tags "!Protected"]
|
|
655
655
|
// [Protected "!true"]
|
|
656
656
|
@sapLink_Active_Color: @sapLinkColor;
|
|
657
|
-
@sapLink_Active_TextDecoration:
|
|
657
|
+
@sapLink_Active_TextDecoration: none;
|
|
658
658
|
|
|
659
659
|
// [Tags "!Protected"]
|
|
660
660
|
// [Protected "!true"]
|
|
@@ -694,7 +694,7 @@
|
|
|
694
694
|
|
|
695
695
|
// [Tags "!Protected"]
|
|
696
696
|
// [Protected "!true"]
|
|
697
|
-
@sapShell_InteractiveBackground: @
|
|
697
|
+
@sapShell_InteractiveBackground: @sapShell_Background;
|
|
698
698
|
|
|
699
699
|
// [Tags "!Protected"]
|
|
700
700
|
// [Protected "!true"]
|
|
@@ -710,7 +710,7 @@
|
|
|
710
710
|
|
|
711
711
|
// [Tags "!Protected"]
|
|
712
712
|
// [Protected "!true"]
|
|
713
|
-
@sapShell_GroupTitleTextShadow: 0 0 0.
|
|
713
|
+
@sapShell_GroupTitleTextShadow: 0 0 0.125rem contrast(@sapShell_GroupTitleTextColor, @sapContent_ShadowColor, @sapContent_ContrastShadowColor, @sapContent_ContrastTextThreshold);
|
|
714
714
|
|
|
715
715
|
// [Tags "!Protected"]
|
|
716
716
|
// [Protected "!true"]
|
|
@@ -1026,7 +1026,7 @@
|
|
|
1026
1026
|
|
|
1027
1027
|
// [Tags "!Protected"]
|
|
1028
1028
|
// [Protected "!true"]
|
|
1029
|
-
@sapButton_Background: lighten(@sapBackgroundColor,
|
|
1029
|
+
@sapButton_Background: lighten(@sapBackgroundColor, 5);
|
|
1030
1030
|
|
|
1031
1031
|
// [Tags "!Protected"]
|
|
1032
1032
|
// [Protected "!true"]
|
|
@@ -1042,23 +1042,23 @@
|
|
|
1042
1042
|
|
|
1043
1043
|
// [Tags "!Protected"]
|
|
1044
1044
|
// [Protected "!true"]
|
|
1045
|
-
@sapButton_TextColor: contrast(@sapButton_Background, @
|
|
1045
|
+
@sapButton_TextColor: contrast(@sapButton_Background, @sapHighlightColor, @sapContent_ContrastTextColor, @sapContent_ContrastTextThreshold);
|
|
1046
1046
|
|
|
1047
1047
|
// [Tags "!Protected"]
|
|
1048
1048
|
// [Protected "!true"]
|
|
1049
|
-
@sapButton_Hover_Background: @
|
|
1049
|
+
@sapButton_Hover_Background: @sapHoverColor;
|
|
1050
1050
|
|
|
1051
1051
|
// [Tags "!Protected"]
|
|
1052
1052
|
// [Protected "!true"]
|
|
1053
|
-
@sapButton_Hover_BorderColor: @
|
|
1053
|
+
@sapButton_Hover_BorderColor: @sapButton_BorderColor;
|
|
1054
1054
|
|
|
1055
1055
|
// [Tags "!Protected"]
|
|
1056
1056
|
// [Protected "!true"]
|
|
1057
|
-
@sapButton_Hover_TextColor: contrast(@sapButton_Hover_Background, @
|
|
1057
|
+
@sapButton_Hover_TextColor: contrast(@sapButton_Hover_Background, @sapHighlightColor, @sapContent_ContrastTextColor, @sapContent_ContrastTextThreshold);
|
|
1058
1058
|
|
|
1059
1059
|
// [Tags "!Protected"]
|
|
1060
1060
|
// [Protected "!true"]
|
|
1061
|
-
@sapButton_IconColor:
|
|
1061
|
+
@sapButton_IconColor: @sapButton_TextColor;
|
|
1062
1062
|
|
|
1063
1063
|
// [Tags "!Protected"]
|
|
1064
1064
|
// [Protected "!true"]
|
|
@@ -1122,7 +1122,7 @@
|
|
|
1122
1122
|
|
|
1123
1123
|
// [Tags "!Protected"]
|
|
1124
1124
|
// [Protected "!true"]
|
|
1125
|
-
@sapButton_Reject_BorderColor: @sapButton_Reject_Background;
|
|
1125
|
+
@sapButton_Reject_BorderColor: lighten(@sapButton_Reject_Background, 5);
|
|
1126
1126
|
|
|
1127
1127
|
// [Tags "!Protected"]
|
|
1128
1128
|
// [Protected "!true"]
|
|
@@ -1130,11 +1130,11 @@
|
|
|
1130
1130
|
|
|
1131
1131
|
// [Tags "!Protected"]
|
|
1132
1132
|
// [Protected "!true"]
|
|
1133
|
-
@sapButton_Reject_Hover_Background: @
|
|
1133
|
+
@sapButton_Reject_Hover_Background: lighten(@sapButton_Reject_Background, 5);
|
|
1134
1134
|
|
|
1135
1135
|
// [Tags "!Protected"]
|
|
1136
1136
|
// [Protected "!true"]
|
|
1137
|
-
@sapButton_Reject_Hover_BorderColor: @
|
|
1137
|
+
@sapButton_Reject_Hover_BorderColor: lighten(@sapButton_Reject_Background, 5);
|
|
1138
1138
|
|
|
1139
1139
|
// [Tags "!Protected"]
|
|
1140
1140
|
// [Protected "!true"]
|
|
@@ -1166,7 +1166,7 @@
|
|
|
1166
1166
|
|
|
1167
1167
|
// [Tags "!Protected"]
|
|
1168
1168
|
// [Protected "!true"]
|
|
1169
|
-
@sapButton_Reject_Selected_Hover_Background: @
|
|
1169
|
+
@sapButton_Reject_Selected_Hover_Background: @sapButton_Reject_Hover_Background;
|
|
1170
1170
|
|
|
1171
1171
|
// [Tags "!Protected"]
|
|
1172
1172
|
// [Protected "!true"]
|
|
@@ -1178,7 +1178,7 @@
|
|
|
1178
1178
|
|
|
1179
1179
|
// [Tags "!Protected"]
|
|
1180
1180
|
// [Protected "!true"]
|
|
1181
|
-
@sapButton_Accept_BorderColor: @sapButton_Accept_Background;
|
|
1181
|
+
@sapButton_Accept_BorderColor: lighten(@sapButton_Accept_Background, 5);
|
|
1182
1182
|
|
|
1183
1183
|
// [Tags "!Protected"]
|
|
1184
1184
|
// [Protected "!true"]
|
|
@@ -1186,11 +1186,11 @@
|
|
|
1186
1186
|
|
|
1187
1187
|
// [Tags "!Protected"]
|
|
1188
1188
|
// [Protected "!true"]
|
|
1189
|
-
@sapButton_Accept_Hover_Background: @
|
|
1189
|
+
@sapButton_Accept_Hover_Background: lighten(@sapButton_Accept_Background, 5);
|
|
1190
1190
|
|
|
1191
1191
|
// [Tags "!Protected"]
|
|
1192
1192
|
// [Protected "!true"]
|
|
1193
|
-
@sapButton_Accept_Hover_BorderColor: @
|
|
1193
|
+
@sapButton_Accept_Hover_BorderColor: lighten(@sapButton_Accept_Background, 5);
|
|
1194
1194
|
|
|
1195
1195
|
// [Tags "!Protected"]
|
|
1196
1196
|
// [Protected "!true"]
|
|
@@ -1274,7 +1274,7 @@
|
|
|
1274
1274
|
|
|
1275
1275
|
// [Tags "!Protected"]
|
|
1276
1276
|
// [Protected "!true"]
|
|
1277
|
-
@sapButton_Selected_Hover_Background: @
|
|
1277
|
+
@sapButton_Selected_Hover_Background: @sapContent_Selected_Hover_Background;
|
|
1278
1278
|
|
|
1279
1279
|
// [Tags "!Protected"]
|
|
1280
1280
|
// [Protected "!true"]
|
|
@@ -1286,7 +1286,7 @@
|
|
|
1286
1286
|
|
|
1287
1287
|
// [Tags "!Protected"]
|
|
1288
1288
|
// [Protected "!true"]
|
|
1289
|
-
@sapButton_Attention_BorderColor: @sapButton_Attention_Background;
|
|
1289
|
+
@sapButton_Attention_BorderColor: lighten(@sapButton_Attention_Background, 5);
|
|
1290
1290
|
|
|
1291
1291
|
// [Tags "!Protected"]
|
|
1292
1292
|
// [Protected "!true"]
|
|
@@ -1294,11 +1294,11 @@
|
|
|
1294
1294
|
|
|
1295
1295
|
// [Tags "!Protected"]
|
|
1296
1296
|
// [Protected "!true"]
|
|
1297
|
-
@sapButton_Attention_Hover_Background: @
|
|
1297
|
+
@sapButton_Attention_Hover_Background: lighten(@sapButton_Attention_Background, 5);
|
|
1298
1298
|
|
|
1299
1299
|
// [Tags "!Protected"]
|
|
1300
1300
|
// [Protected "!true"]
|
|
1301
|
-
@sapButton_Attention_Hover_BorderColor: @
|
|
1301
|
+
@sapButton_Attention_Hover_BorderColor: lighten(@sapButton_Attention_Background, 5);
|
|
1302
1302
|
|
|
1303
1303
|
// [Tags "!Protected"]
|
|
1304
1304
|
// [Protected "!true"]
|
|
@@ -1330,11 +1330,11 @@
|
|
|
1330
1330
|
|
|
1331
1331
|
// [Tags "!Protected"]
|
|
1332
1332
|
// [Protected "!true"]
|
|
1333
|
-
@sapButton_Attention_Selected_Hover_Background: @
|
|
1333
|
+
@sapButton_Attention_Selected_Hover_Background: @sapButton_Attention_Hover_Background;
|
|
1334
1334
|
|
|
1335
1335
|
// [Tags "!Protected"]
|
|
1336
1336
|
// [Protected "!true"]
|
|
1337
|
-
@sapButton_Attention_Selected_Hover_BorderColor: @
|
|
1337
|
+
@sapButton_Attention_Selected_Hover_BorderColor: @sapButton_Attention_Active_BorderColor;
|
|
1338
1338
|
|
|
1339
1339
|
// [Tags "!Protected"]
|
|
1340
1340
|
// [Protected "!true"]
|
|
@@ -1362,15 +1362,15 @@
|
|
|
1362
1362
|
|
|
1363
1363
|
// [Tags "!Protected"]
|
|
1364
1364
|
// [Protected "!true"]
|
|
1365
|
-
@sapButton_Negative_Active_Background:
|
|
1365
|
+
@sapButton_Negative_Active_Background: @sapButton_Active_Background;
|
|
1366
1366
|
|
|
1367
1367
|
// [Tags "!Protected"]
|
|
1368
1368
|
// [Protected "!true"]
|
|
1369
|
-
@sapButton_Negative_Active_BorderColor: @
|
|
1369
|
+
@sapButton_Negative_Active_BorderColor: @sapButton_Negative_BorderColor;
|
|
1370
1370
|
|
|
1371
1371
|
// [Tags "!Protected"]
|
|
1372
1372
|
// [Protected "!true"]
|
|
1373
|
-
@sapButton_Negative_Active_TextColor: contrast(@sapButton_Negative_Active_Background, @
|
|
1373
|
+
@sapButton_Negative_Active_TextColor: contrast(@sapButton_Negative_Active_Background, @sapNegativeTextColor, @sapContent_ContrastTextColor, @sapContent_ContrastTextThreshold);
|
|
1374
1374
|
|
|
1375
1375
|
// [Tags "!Protected"]
|
|
1376
1376
|
// [Protected "!true"]
|
|
@@ -1398,15 +1398,15 @@
|
|
|
1398
1398
|
|
|
1399
1399
|
// [Tags "!Protected"]
|
|
1400
1400
|
// [Protected "!true"]
|
|
1401
|
-
@sapButton_Critical_Active_Background:
|
|
1401
|
+
@sapButton_Critical_Active_Background: @sapButton_Active_Background;
|
|
1402
1402
|
|
|
1403
1403
|
// [Tags "!Protected"]
|
|
1404
1404
|
// [Protected "!true"]
|
|
1405
|
-
@sapButton_Critical_Active_BorderColor: @
|
|
1405
|
+
@sapButton_Critical_Active_BorderColor: @sapButton_Critical_BorderColor;
|
|
1406
1406
|
|
|
1407
1407
|
// [Tags "!Protected"]
|
|
1408
1408
|
// [Protected "!true"]
|
|
1409
|
-
@sapButton_Critical_Active_TextColor: contrast(@sapButton_Critical_Active_Background, @
|
|
1409
|
+
@sapButton_Critical_Active_TextColor: contrast(@sapButton_Critical_Active_Background, @sapCriticalTextColor, @sapContent_ContrastTextColor, @sapContent_ContrastTextThreshold);
|
|
1410
1410
|
|
|
1411
1411
|
// [Tags "!Protected"]
|
|
1412
1412
|
// [Protected "!true"]
|
|
@@ -1434,27 +1434,27 @@
|
|
|
1434
1434
|
|
|
1435
1435
|
// [Tags "!Protected"]
|
|
1436
1436
|
// [Protected "!true"]
|
|
1437
|
-
@sapButton_Success_Active_Background:
|
|
1437
|
+
@sapButton_Success_Active_Background: @sapButton_Active_Background;
|
|
1438
1438
|
|
|
1439
1439
|
// [Tags "!Protected"]
|
|
1440
1440
|
// [Protected "!true"]
|
|
1441
|
-
@sapButton_Success_Active_BorderColor: @
|
|
1441
|
+
@sapButton_Success_Active_BorderColor: @sapButton_Success_BorderColor;
|
|
1442
1442
|
|
|
1443
1443
|
// [Tags "!Protected"]
|
|
1444
1444
|
// [Protected "!true"]
|
|
1445
|
-
@sapButton_Success_Active_TextColor: contrast(@sapButton_Success_Active_Background, @
|
|
1445
|
+
@sapButton_Success_Active_TextColor: contrast(@sapButton_Success_Active_Background, @sapPositiveTextColor, @sapContent_ContrastTextColor, @sapContent_ContrastTextThreshold);
|
|
1446
1446
|
|
|
1447
1447
|
// [Tags "!Protected"]
|
|
1448
1448
|
// [Protected "!true"]
|
|
1449
|
-
@sapButton_Information_Background: @
|
|
1449
|
+
@sapButton_Information_Background: darken(@sapInformationColor, 50);
|
|
1450
1450
|
|
|
1451
1451
|
// [Tags "!Protected"]
|
|
1452
1452
|
// [Protected "!true"]
|
|
1453
|
-
@sapButton_Information_BorderColor: @sapButton_Information_Background;
|
|
1453
|
+
@sapButton_Information_BorderColor: lighten(@sapButton_Information_Background, 9);
|
|
1454
1454
|
|
|
1455
1455
|
// [Tags "!Protected"]
|
|
1456
1456
|
// [Protected "!true"]
|
|
1457
|
-
@sapButton_Information_TextColor: contrast(@sapButton_Information_Background, @
|
|
1457
|
+
@sapButton_Information_TextColor: contrast(@sapButton_Information_Background, @sapInformativeTextColor, @sapContent_ContrastTextColor, @sapContent_ContrastTextThreshold);
|
|
1458
1458
|
|
|
1459
1459
|
// [Tags "!Protected"]
|
|
1460
1460
|
// [Protected "!true"]
|
|
@@ -1462,59 +1462,59 @@
|
|
|
1462
1462
|
|
|
1463
1463
|
// [Tags "!Protected"]
|
|
1464
1464
|
// [Protected "!true"]
|
|
1465
|
-
@sapButton_Information_Hover_BorderColor: @
|
|
1465
|
+
@sapButton_Information_Hover_BorderColor: @sapButton_Information_BorderColor;
|
|
1466
1466
|
|
|
1467
1467
|
// [Tags "!Protected"]
|
|
1468
1468
|
// [Protected "!true"]
|
|
1469
|
-
@sapButton_Information_Hover_TextColor: contrast(@sapButton_Information_Hover_Background, @
|
|
1469
|
+
@sapButton_Information_Hover_TextColor: contrast(@sapButton_Information_Hover_Background, @sapInformativeTextColor, @sapContent_ContrastTextColor, @sapContent_ContrastTextThreshold);
|
|
1470
1470
|
|
|
1471
1471
|
// [Tags "!Protected"]
|
|
1472
1472
|
// [Protected "!true"]
|
|
1473
|
-
@sapButton_Information_Active_Background:
|
|
1473
|
+
@sapButton_Information_Active_Background: @sapButton_Active_Background;
|
|
1474
1474
|
|
|
1475
1475
|
// [Tags "!Protected"]
|
|
1476
1476
|
// [Protected "!true"]
|
|
1477
|
-
@sapButton_Information_Active_BorderColor: @
|
|
1477
|
+
@sapButton_Information_Active_BorderColor: @sapButton_Active_BorderColor;
|
|
1478
1478
|
|
|
1479
1479
|
// [Tags "!Protected"]
|
|
1480
1480
|
// [Protected "!true"]
|
|
1481
|
-
@sapButton_Information_Active_TextColor: contrast(@sapButton_Information_Active_Background, @
|
|
1481
|
+
@sapButton_Information_Active_TextColor: contrast(@sapButton_Information_Active_Background, @sapButton_Active_TextColor, @sapContent_ContrastTextColor, @sapContent_ContrastTextThreshold);
|
|
1482
1482
|
|
|
1483
1483
|
// [Tags "!Protected"]
|
|
1484
1484
|
// [Protected "!true"]
|
|
1485
|
-
@sapButton_Neutral_Background: @
|
|
1485
|
+
@sapButton_Neutral_Background: @sapButton_Information_Background;
|
|
1486
1486
|
|
|
1487
1487
|
// [Tags "!Protected"]
|
|
1488
1488
|
// [Protected "!true"]
|
|
1489
|
-
@sapButton_Neutral_BorderColor: @
|
|
1489
|
+
@sapButton_Neutral_BorderColor: @sapButton_Information_BorderColor;
|
|
1490
1490
|
|
|
1491
1491
|
// [Tags "!Protected"]
|
|
1492
1492
|
// [Protected "!true"]
|
|
1493
|
-
@sapButton_Neutral_TextColor:
|
|
1493
|
+
@sapButton_Neutral_TextColor: @sapButton_Information_TextColor;
|
|
1494
1494
|
|
|
1495
1495
|
// [Tags "!Protected"]
|
|
1496
1496
|
// [Protected "!true"]
|
|
1497
|
-
@sapButton_Neutral_Hover_Background:
|
|
1497
|
+
@sapButton_Neutral_Hover_Background: @sapButton_Information_Hover_Background;
|
|
1498
1498
|
|
|
1499
1499
|
// [Tags "!Protected"]
|
|
1500
1500
|
// [Protected "!true"]
|
|
1501
|
-
@sapButton_Neutral_Hover_BorderColor: @
|
|
1501
|
+
@sapButton_Neutral_Hover_BorderColor: @sapButton_Information_Hover_BorderColor;
|
|
1502
1502
|
|
|
1503
1503
|
// [Tags "!Protected"]
|
|
1504
1504
|
// [Protected "!true"]
|
|
1505
|
-
@sapButton_Neutral_Hover_TextColor:
|
|
1505
|
+
@sapButton_Neutral_Hover_TextColor: @sapButton_Information_Hover_TextColor;
|
|
1506
1506
|
|
|
1507
1507
|
// [Tags "!Protected"]
|
|
1508
1508
|
// [Protected "!true"]
|
|
1509
|
-
@sapButton_Neutral_Active_Background:
|
|
1509
|
+
@sapButton_Neutral_Active_Background: @sapButton_Information_Active_Background;
|
|
1510
1510
|
|
|
1511
1511
|
// [Tags "!Protected"]
|
|
1512
1512
|
// [Protected "!true"]
|
|
1513
|
-
@sapButton_Neutral_Active_BorderColor: @
|
|
1513
|
+
@sapButton_Neutral_Active_BorderColor: @sapButton_Information_Active_BorderColor;
|
|
1514
1514
|
|
|
1515
1515
|
// [Tags "!Protected"]
|
|
1516
1516
|
// [Protected "!true"]
|
|
1517
|
-
@sapButton_Neutral_Active_TextColor:
|
|
1517
|
+
@sapButton_Neutral_Active_TextColor: @sapButton_Information_Active_TextColor;
|
|
1518
1518
|
|
|
1519
1519
|
// [Tags "!Protected"]
|
|
1520
1520
|
// [Protected "!true"]
|
|
@@ -1678,15 +1678,16 @@
|
|
|
1678
1678
|
|
|
1679
1679
|
// [Tags "!Protected"]
|
|
1680
1680
|
// [Protected "!true"]
|
|
1681
|
-
@sapButton_TokenBackground: @
|
|
1681
|
+
@sapButton_TokenBackground: @sapButton_Background;
|
|
1682
1682
|
|
|
1683
1683
|
// [Tags "!Protected"]
|
|
1684
1684
|
// [Protected "!true"]
|
|
1685
|
-
@sapButton_TokenBorderColor: @
|
|
1685
|
+
@sapButton_TokenBorderColor: @sapButton_BorderColor;
|
|
1686
|
+
@sapField_HorizonNGEnabled: 0;
|
|
1686
1687
|
|
|
1687
1688
|
// [Tags "!Protected"]
|
|
1688
1689
|
// [Protected "!true"]
|
|
1689
|
-
@sapField_Background: lighten(@sapPrimary4, 9);
|
|
1690
|
+
@sapField_Background: mix(lighten(@sapPrimary4, 2), lighten(@sapPrimary4, 9), @sapField_HorizonNGEnabled * 100);
|
|
1690
1691
|
|
|
1691
1692
|
// [Tags "!Protected"]
|
|
1692
1693
|
// [Protected "!true"]
|
|
@@ -1719,7 +1720,7 @@
|
|
|
1719
1720
|
// [Tags "!Protected"]
|
|
1720
1721
|
// [Protected "!true"]
|
|
1721
1722
|
@sapField_BorderCornerRadius: 0.25 * @sapContent_GridSize;
|
|
1722
|
-
@sapField_Shadow:
|
|
1723
|
+
@sapField_Shadow: inset 0 0 0 0.0625rem fade(@sapField_BorderColor, 25);
|
|
1723
1724
|
|
|
1724
1725
|
// [Tags "!Protected"]
|
|
1725
1726
|
// [Protected "!true"]
|
|
@@ -1731,16 +1732,16 @@
|
|
|
1731
1732
|
|
|
1732
1733
|
// [Tags "!Protected"]
|
|
1733
1734
|
// [Protected "!true"]
|
|
1734
|
-
@sapField_Hover_BorderColor: @
|
|
1735
|
+
@sapField_Hover_BorderColor: @sapHighlightColor;
|
|
1735
1736
|
|
|
1736
1737
|
// [Tags "!Protected"]
|
|
1737
1738
|
// [Protected "!true"]
|
|
1738
1739
|
@sapField_Hover_HelpBackground: @sapField_Hover_Background;
|
|
1739
|
-
@sapField_Hover_Shadow: @
|
|
1740
|
-
@sapField_Hover_InvalidShadow: @
|
|
1741
|
-
@sapField_Hover_WarningShadow: @
|
|
1742
|
-
@sapField_Hover_SuccessShadow: @
|
|
1743
|
-
@sapField_Hover_InformationShadow: @
|
|
1740
|
+
@sapField_Hover_Shadow: inset 0 0 0 0.0625rem fade(@sapField_Hover_BorderColor, 30);
|
|
1741
|
+
@sapField_Hover_InvalidShadow: @sapField_InvalidShadow;
|
|
1742
|
+
@sapField_Hover_WarningShadow: @sapField_WarningShadow;
|
|
1743
|
+
@sapField_Hover_SuccessShadow: @sapField_SuccessShadow;
|
|
1744
|
+
@sapField_Hover_InformationShadow: @sapField_InformationShadow;
|
|
1744
1745
|
|
|
1745
1746
|
// [Tags "!Protected"]
|
|
1746
1747
|
// [Protected "!true"]
|
|
@@ -1760,7 +1761,7 @@
|
|
|
1760
1761
|
|
|
1761
1762
|
// [Tags "!Protected"]
|
|
1762
1763
|
// [Protected "!true"]
|
|
1763
|
-
@sapField_ReadOnly_Background: transparent;
|
|
1764
|
+
@sapField_ReadOnly_Background: mix(lighten(@sapPrimary4, 9), transparent, @sapField_HorizonNGEnabled * 100);
|
|
1764
1765
|
|
|
1765
1766
|
// [Tags "!Protected"]
|
|
1766
1767
|
// [Protected "!true"]
|
|
@@ -1801,7 +1802,7 @@
|
|
|
1801
1802
|
// [Tags "!Protected"]
|
|
1802
1803
|
// [Protected "!true"]
|
|
1803
1804
|
@sapField_InvalidBorderStyle: none;
|
|
1804
|
-
@sapField_InvalidShadow:
|
|
1805
|
+
@sapField_InvalidShadow: inset 0 0 0 0.0625rem fade(darken(@sapField_InvalidColor, 12), 30);
|
|
1805
1806
|
|
|
1806
1807
|
// [Tags "!Protected"]
|
|
1807
1808
|
// [Protected "!true"]
|
|
@@ -1822,7 +1823,7 @@
|
|
|
1822
1823
|
// [Tags "!Protected"]
|
|
1823
1824
|
// [Protected "!true"]
|
|
1824
1825
|
@sapField_WarningBorderStyle: none;
|
|
1825
|
-
@sapField_WarningShadow:
|
|
1826
|
+
@sapField_WarningShadow: inset 0 0 0 0.0625rem fade(lighten(@sapField_WarningBackground, 15), 50);
|
|
1826
1827
|
|
|
1827
1828
|
// [Tags "!Protected"]
|
|
1828
1829
|
// [Protected "!true"]
|
|
@@ -1843,7 +1844,7 @@
|
|
|
1843
1844
|
// [Tags "!Protected"]
|
|
1844
1845
|
// [Protected "!true"]
|
|
1845
1846
|
@sapField_SuccessBorderStyle: none;
|
|
1846
|
-
@sapField_SuccessShadow:
|
|
1847
|
+
@sapField_SuccessShadow: inset 0 0 0 0.0625rem fade(@sapField_SuccessColor, 18);
|
|
1847
1848
|
|
|
1848
1849
|
// [Tags "!Protected"]
|
|
1849
1850
|
// [Protected "!true"]
|
|
@@ -1864,7 +1865,7 @@
|
|
|
1864
1865
|
// [Tags "!Protected"]
|
|
1865
1866
|
// [Protected "!true"]
|
|
1866
1867
|
@sapField_InformationBorderStyle: none;
|
|
1867
|
-
@sapField_InformationShadow:
|
|
1868
|
+
@sapField_InformationShadow: inset 0 0 0 0.0625rem fade(@sapField_InformationColor, 30);
|
|
1868
1869
|
|
|
1869
1870
|
// [Tags "!Protected"]
|
|
1870
1871
|
// [Protected "!true"]
|
|
@@ -1960,7 +1961,7 @@
|
|
|
1960
1961
|
|
|
1961
1962
|
// [Tags "!Protected"]
|
|
1962
1963
|
// [Protected "!true"]
|
|
1963
|
-
@sapList_Hover_Background:
|
|
1964
|
+
@sapList_Hover_Background: @sapHoverColor;
|
|
1964
1965
|
|
|
1965
1966
|
// [Tags "!Protected"]
|
|
1966
1967
|
// [Protected "!true"]
|
|
@@ -2096,7 +2097,7 @@
|
|
|
2096
2097
|
|
|
2097
2098
|
// [Tags "!Protected"]
|
|
2098
2099
|
// [Protected "!true"]
|
|
2099
|
-
@sapProgress_Value_BorderColor: @
|
|
2100
|
+
@sapProgress_Value_BorderColor: @sapProgress_Value_Background;
|
|
2100
2101
|
|
|
2101
2102
|
// [Tags "!Protected"]
|
|
2102
2103
|
// [Protected "!true"]
|
|
@@ -2164,7 +2165,7 @@
|
|
|
2164
2165
|
|
|
2165
2166
|
// [Tags "!Protected"]
|
|
2166
2167
|
// [Protected "!true"]
|
|
2167
|
-
@sapScrollBar_SymbolColor: @
|
|
2168
|
+
@sapScrollBar_SymbolColor: @sapButton_Lite_TextColor;
|
|
2168
2169
|
|
|
2169
2170
|
// [Tags "!Protected"]
|
|
2170
2171
|
// [Protected "!true"]
|
|
@@ -2172,7 +2173,7 @@
|
|
|
2172
2173
|
|
|
2173
2174
|
// [Tags "!Protected"]
|
|
2174
2175
|
// [Protected "!true"]
|
|
2175
|
-
@sapScrollBar_Hover_FaceColor:
|
|
2176
|
+
@sapScrollBar_Hover_FaceColor: lighten(@sapScrollBar_FaceColor, 12);
|
|
2176
2177
|
|
|
2177
2178
|
// [Tags "!Protected"]
|
|
2178
2179
|
// [Protected "!true"]
|
|
@@ -2196,7 +2197,7 @@
|
|
|
2196
2197
|
|
|
2197
2198
|
// [Tags "!Protected"]
|
|
2198
2199
|
// [Protected "!true"]
|
|
2199
|
-
@sapSlider_HandleBorderColor: @
|
|
2200
|
+
@sapSlider_HandleBorderColor: darken(@sapHighlightColor, 36);
|
|
2200
2201
|
|
|
2201
2202
|
// [Tags "!Protected"]
|
|
2202
2203
|
// [Protected "!true"]
|
|
@@ -2204,11 +2205,11 @@
|
|
|
2204
2205
|
|
|
2205
2206
|
// [Tags "!Protected"]
|
|
2206
2207
|
// [Protected "!true"]
|
|
2207
|
-
@sapSlider_Hover_HandleBackground: @
|
|
2208
|
+
@sapSlider_Hover_HandleBackground: @sapButton_Selected_Hover_Background;
|
|
2208
2209
|
|
|
2209
2210
|
// [Tags "!Protected"]
|
|
2210
2211
|
// [Protected "!true"]
|
|
2211
|
-
@sapSlider_Hover_HandleBorderColor: @
|
|
2212
|
+
@sapSlider_Hover_HandleBorderColor: @sapSlider_HandleBorderColor;
|
|
2212
2213
|
|
|
2213
2214
|
// [Tags "!Protected"]
|
|
2214
2215
|
// [Protected "!true"]
|
|
@@ -2276,7 +2277,7 @@
|
|
|
2276
2277
|
|
|
2277
2278
|
// [Tags "!Protected"]
|
|
2278
2279
|
// [Protected "!true"]
|
|
2279
|
-
@sapObjectHeader_Hover_Background:
|
|
2280
|
+
@sapObjectHeader_Hover_Background: @sapHoverColor;
|
|
2280
2281
|
|
|
2281
2282
|
// [Tags "!Protected"]
|
|
2282
2283
|
// [Protected "!true"]
|
|
@@ -2288,7 +2289,7 @@
|
|
|
2288
2289
|
|
|
2289
2290
|
// [Tags "!Protected"]
|
|
2290
2291
|
// [Protected "!true"]
|
|
2291
|
-
@sapObjectHeader_Title_FontSize: @
|
|
2292
|
+
@sapObjectHeader_Title_FontSize: @sapFontHeader3Size;
|
|
2292
2293
|
|
|
2293
2294
|
// [Tags "!Protected"]
|
|
2294
2295
|
// [Protected "!true"]
|
|
@@ -2312,11 +2313,11 @@
|
|
|
2312
2313
|
|
|
2313
2314
|
// [Tags "!Protected"]
|
|
2314
2315
|
// [Protected "!true"]
|
|
2315
|
-
@sapTile_Hover_Background: @
|
|
2316
|
+
@sapTile_Hover_Background: @sapHoverColor;
|
|
2316
2317
|
|
|
2317
2318
|
// [Tags "!Protected"]
|
|
2318
2319
|
// [Protected "!true"]
|
|
2319
|
-
@sapTile_Active_Background:
|
|
2320
|
+
@sapTile_Active_Background: @sapActiveColor;
|
|
2320
2321
|
|
|
2321
2322
|
// [Tags "!Protected"]
|
|
2322
2323
|
// [Protected "!true"]
|
|
@@ -2348,7 +2349,7 @@
|
|
|
2348
2349
|
|
|
2349
2350
|
// [Tags "!Protected"]
|
|
2350
2351
|
// [Protected "!true"]
|
|
2351
|
-
@sapTile_OverlayBackground:
|
|
2352
|
+
@sapTile_OverlayBackground: @sapTile_Background;
|
|
2352
2353
|
|
|
2353
2354
|
// [Tags "!Protected"]
|
|
2354
2355
|
// [Protected "!true"]
|
|
@@ -2436,7 +2437,7 @@
|
|
|
2436
2437
|
|
|
2437
2438
|
// [Tags "!Protected"]
|
|
2438
2439
|
// [Protected "!true"]
|
|
2439
|
-
@sapIndicationColor_1: #
|
|
2440
|
+
@sapIndicationColor_1: #fd4444;
|
|
2440
2441
|
|
|
2441
2442
|
// [Tags "!Protected"]
|
|
2442
2443
|
// [Protected "!true"]
|
|
@@ -2456,7 +2457,7 @@
|
|
|
2456
2457
|
|
|
2457
2458
|
// [Tags "!Protected"]
|
|
2458
2459
|
// [Protected "!true"]
|
|
2459
|
-
@sapIndicationColor_1_Active_Background:
|
|
2460
|
+
@sapIndicationColor_1_Active_Background: @sapButton_Active_Background;
|
|
2460
2461
|
@sapIndicationColor_1_Active_BorderColor: @sapIndicationColor_1b_BorderColor;
|
|
2461
2462
|
@sapIndicationColor_1_Active_TextColor: @sapIndicationColor_1;
|
|
2462
2463
|
@sapIndicationColor_1_Selected_Background: @sapIndicationColor_1_Active_Background;
|
|
@@ -2488,7 +2489,7 @@
|
|
|
2488
2489
|
|
|
2489
2490
|
// [Tags "!Protected"]
|
|
2490
2491
|
// [Protected "!true"]
|
|
2491
|
-
@sapIndicationColor_2_Active_Background:
|
|
2492
|
+
@sapIndicationColor_2_Active_Background: @sapButton_Active_Background;
|
|
2492
2493
|
@sapIndicationColor_2_Active_BorderColor: @sapIndicationColor_2b_BorderColor;
|
|
2493
2494
|
@sapIndicationColor_2_Active_TextColor: @sapIndicationColor_2;
|
|
2494
2495
|
@sapIndicationColor_2_Selected_Background: @sapIndicationColor_2_Active_Background;
|
|
@@ -2520,7 +2521,7 @@
|
|
|
2520
2521
|
|
|
2521
2522
|
// [Tags "!Protected"]
|
|
2522
2523
|
// [Protected "!true"]
|
|
2523
|
-
@sapIndicationColor_3_Active_Background:
|
|
2524
|
+
@sapIndicationColor_3_Active_Background: @sapButton_Active_Background;
|
|
2524
2525
|
@sapIndicationColor_3_Active_BorderColor: @sapIndicationColor_3b_BorderColor;
|
|
2525
2526
|
@sapIndicationColor_3_Active_TextColor: @sapIndicationColor_3;
|
|
2526
2527
|
@sapIndicationColor_3_Selected_Background: @sapIndicationColor_3_Active_Background;
|
|
@@ -2552,7 +2553,7 @@
|
|
|
2552
2553
|
|
|
2553
2554
|
// [Tags "!Protected"]
|
|
2554
2555
|
// [Protected "!true"]
|
|
2555
|
-
@sapIndicationColor_4_Active_Background:
|
|
2556
|
+
@sapIndicationColor_4_Active_Background: @sapButton_Active_Background;
|
|
2556
2557
|
@sapIndicationColor_4_Active_BorderColor: @sapIndicationColor_4b_BorderColor;
|
|
2557
2558
|
@sapIndicationColor_4_Active_TextColor: @sapIndicationColor_4;
|
|
2558
2559
|
@sapIndicationColor_4_Selected_Background: @sapIndicationColor_4_Active_Background;
|
|
@@ -2584,7 +2585,7 @@
|
|
|
2584
2585
|
|
|
2585
2586
|
// [Tags "!Protected"]
|
|
2586
2587
|
// [Protected "!true"]
|
|
2587
|
-
@sapIndicationColor_5_Active_Background:
|
|
2588
|
+
@sapIndicationColor_5_Active_Background: @sapButton_Active_Background;
|
|
2588
2589
|
@sapIndicationColor_5_Active_BorderColor: @sapIndicationColor_5b_BorderColor;
|
|
2589
2590
|
@sapIndicationColor_5_Active_TextColor: @sapIndicationColor_5;
|
|
2590
2591
|
@sapIndicationColor_5_Selected_Background: @sapIndicationColor_5_Active_Background;
|
|
@@ -2616,7 +2617,7 @@
|
|
|
2616
2617
|
|
|
2617
2618
|
// [Tags "!Protected"]
|
|
2618
2619
|
// [Protected "!true"]
|
|
2619
|
-
@sapIndicationColor_6_Active_Background:
|
|
2620
|
+
@sapIndicationColor_6_Active_Background: @sapButton_Active_Background;
|
|
2620
2621
|
@sapIndicationColor_6_Active_BorderColor: @sapIndicationColor_6b_BorderColor;
|
|
2621
2622
|
@sapIndicationColor_6_Active_TextColor: @sapIndicationColor_6;
|
|
2622
2623
|
@sapIndicationColor_6_Selected_Background: @sapIndicationColor_6_Active_Background;
|
|
@@ -2648,7 +2649,7 @@
|
|
|
2648
2649
|
|
|
2649
2650
|
// [Tags "!Protected"]
|
|
2650
2651
|
// [Protected "!true"]
|
|
2651
|
-
@sapIndicationColor_7_Active_Background:
|
|
2652
|
+
@sapIndicationColor_7_Active_Background: @sapButton_Active_Background;
|
|
2652
2653
|
@sapIndicationColor_7_Active_BorderColor: @sapIndicationColor_7b_BorderColor;
|
|
2653
2654
|
@sapIndicationColor_7_Active_TextColor: @sapIndicationColor_7;
|
|
2654
2655
|
@sapIndicationColor_7_Selected_Background: @sapIndicationColor_7_Active_Background;
|
|
@@ -2680,7 +2681,7 @@
|
|
|
2680
2681
|
|
|
2681
2682
|
// [Tags "!Protected"]
|
|
2682
2683
|
// [Protected "!true"]
|
|
2683
|
-
@sapIndicationColor_8_Active_Background:
|
|
2684
|
+
@sapIndicationColor_8_Active_Background: @sapButton_Active_Background;
|
|
2684
2685
|
@sapIndicationColor_8_Active_BorderColor: @sapIndicationColor_8b_BorderColor;
|
|
2685
2686
|
@sapIndicationColor_8_Active_TextColor: @sapIndicationColor_8;
|
|
2686
2687
|
@sapIndicationColor_8_Selected_Background: @sapIndicationColor_8_Active_Background;
|
|
@@ -2892,19 +2893,19 @@
|
|
|
2892
2893
|
|
|
2893
2894
|
// [Tags "!Protected"]
|
|
2894
2895
|
// [Protected "!true"]
|
|
2895
|
-
@sapChart_OrderedColor_1: #
|
|
2896
|
+
@sapChart_OrderedColor_1: #0070f2;
|
|
2896
2897
|
|
|
2897
2898
|
// [Tags "!Protected"]
|
|
2898
2899
|
// [Protected "!true"]
|
|
2899
|
-
@sapChart_OrderedColor_2: #
|
|
2900
|
+
@sapChart_OrderedColor_2: #ffb727;
|
|
2900
2901
|
|
|
2901
2902
|
// [Tags "!Protected"]
|
|
2902
2903
|
// [Protected "!true"]
|
|
2903
|
-
@sapChart_OrderedColor_3: #
|
|
2904
|
+
@sapChart_OrderedColor_3: #b4ce35;
|
|
2904
2905
|
|
|
2905
2906
|
// [Tags "!Protected"]
|
|
2906
2907
|
// [Protected "!true"]
|
|
2907
|
-
@sapChart_OrderedColor_4: #
|
|
2908
|
+
@sapChart_OrderedColor_4: #fa4f96;
|
|
2908
2909
|
|
|
2909
2910
|
// [Tags "!Protected"]
|
|
2910
2911
|
// [Protected "!true"]
|
|
@@ -2912,27 +2913,27 @@
|
|
|
2912
2913
|
|
|
2913
2914
|
// [Tags "!Protected"]
|
|
2914
2915
|
// [Protected "!true"]
|
|
2915
|
-
@sapChart_OrderedColor_6: #
|
|
2916
|
+
@sapChart_OrderedColor_6: #049f9a;
|
|
2916
2917
|
|
|
2917
2918
|
// [Tags "!Protected"]
|
|
2918
2919
|
// [Protected "!true"]
|
|
2919
|
-
@sapChart_OrderedColor_7: #
|
|
2920
|
+
@sapChart_OrderedColor_7: #3c8cdd;
|
|
2920
2921
|
|
|
2921
2922
|
// [Tags "!Protected"]
|
|
2922
2923
|
// [Protected "!true"]
|
|
2923
|
-
@sapChart_OrderedColor_8: #
|
|
2924
|
+
@sapChart_OrderedColor_8: #f31ded;
|
|
2924
2925
|
|
|
2925
2926
|
// [Tags "!Protected"]
|
|
2926
2927
|
// [Protected "!true"]
|
|
2927
|
-
@sapChart_OrderedColor_9: #
|
|
2928
|
+
@sapChart_OrderedColor_9: #8ea18c;
|
|
2928
2929
|
|
|
2929
2930
|
// [Tags "!Protected"]
|
|
2930
2931
|
// [Protected "!true"]
|
|
2931
|
-
@sapChart_OrderedColor_10: #
|
|
2932
|
+
@sapChart_OrderedColor_10: #f28585;
|
|
2932
2933
|
|
|
2933
2934
|
// [Tags "!Protected"]
|
|
2934
2935
|
// [Protected "!true"]
|
|
2935
|
-
@sapChart_OrderedColor_11: #
|
|
2936
|
+
@sapChart_OrderedColor_11: #7858ff;
|
|
2936
2937
|
|
|
2937
2938
|
// [Tags "!Protected"]
|
|
2938
2939
|
// [Protected "!true"]
|