@openui5/themelib_sap_horizon 1.134.0 → 1.135.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 (84) hide show
  1. package/THIRDPARTY.txt +2 -2
  2. package/package.json +18 -18
  3. package/src/sap/f/themes/sap_horizon/CardHeaders.less +1 -2
  4. package/src/sap/f/themes/sap_horizon/GridListItem.less +2 -2
  5. package/src/sap/f/themes/sap_horizon_dark/CardHeaders.less +1 -2
  6. package/src/sap/f/themes/sap_horizon_dark/GridListItem.less +1 -1
  7. package/src/sap/f/themes/sap_horizon_hcb/GridContainer.less +4 -4
  8. package/src/sap/f/themes/sap_horizon_hcb/GridListItem.less +1 -2
  9. package/src/sap/f/themes/sap_horizon_hcw/GridListItem.less +1 -2
  10. package/src/sap/m/themes/sap_horizon/GenericTile.less +0 -10
  11. package/src/sap/m/themes/sap_horizon/IconTabBar.less +79 -87
  12. package/src/sap/m/themes/sap_horizon/MessageStrip.less +0 -3
  13. package/src/sap/m/themes/sap_horizon/Table.less +12 -3
  14. package/src/sap/m/themes/sap_horizon/TimePicker.less +3 -3
  15. package/src/sap/m/themes/sap_horizon/TimePickerSliders.less +59 -31
  16. package/src/sap/m/themes/sap_horizon/Title.less +8 -6
  17. package/src/sap/m/themes/sap_horizon/Token.less +1 -0
  18. package/src/sap/m/themes/sap_horizon/Tokenizer.less +5 -0
  19. package/src/sap/m/themes/sap_horizon_dark/GenericTile.less +0 -10
  20. package/src/sap/m/themes/sap_horizon_dark/IconTabBar.less +94 -80
  21. package/src/sap/m/themes/sap_horizon_dark/MessageStrip.less +0 -4
  22. package/src/sap/m/themes/sap_horizon_dark/Table.less +12 -3
  23. package/src/sap/m/themes/sap_horizon_dark/TimePicker.less +3 -3
  24. package/src/sap/m/themes/sap_horizon_dark/TimePickerSliders.less +59 -31
  25. package/src/sap/m/themes/sap_horizon_dark/Title.less +8 -6
  26. package/src/sap/m/themes/sap_horizon_hcb/IconTabBar.less +11 -11
  27. package/src/sap/m/themes/sap_horizon_hcb/MessageStrip.less +0 -5
  28. package/src/sap/m/themes/sap_horizon_hcb/ObjectStatus.less +1 -0
  29. package/src/sap/m/themes/sap_horizon_hcb/TabContainer.less +4 -0
  30. package/src/sap/m/themes/sap_horizon_hcb/TimePicker.less +3 -3
  31. package/src/sap/m/themes/sap_horizon_hcb/TimePickerSliders.less +58 -30
  32. package/src/sap/m/themes/sap_horizon_hcb/Title.less +8 -6
  33. package/src/sap/m/themes/sap_horizon_hcw/IconTabBar.less +9 -11
  34. package/src/sap/m/themes/sap_horizon_hcw/MessageStrip.less +0 -5
  35. package/src/sap/m/themes/sap_horizon_hcw/TabContainer.less +4 -0
  36. package/src/sap/m/themes/sap_horizon_hcw/TimePicker.less +3 -3
  37. package/src/sap/m/themes/sap_horizon_hcw/TimePickerSliders.less +57 -31
  38. package/src/sap/m/themes/sap_horizon_hcw/Title.less +8 -6
  39. package/src/sap/tnt/themes/sap_horizon/NavigationList.less +5 -9
  40. package/src/sap/tnt/themes/sap_horizon_dark/NavigationList.less +5 -9
  41. package/src/sap/tnt/themes/sap_horizon_hcb/NavigationList.less +5 -8
  42. package/src/sap/tnt/themes/sap_horizon_hcw/NavigationList.less +5 -8
  43. package/src/sap/ui/core/themes/sap_horizon/.theme +1 -1
  44. package/src/sap/ui/core/themes/sap_horizon/base.less +77 -19
  45. package/src/sap/ui/core/themes/sap_horizon/global.less +7 -0
  46. package/src/sap/ui/core/themes/sap_horizon_dark/.theme +1 -1
  47. package/src/sap/ui/core/themes/sap_horizon_dark/base.less +80 -22
  48. package/src/sap/ui/core/themes/sap_horizon_dark/global.less +7 -0
  49. package/src/sap/ui/core/themes/sap_horizon_hcb/.theme +1 -1
  50. package/src/sap/ui/core/themes/sap_horizon_hcb/base.less +62 -4
  51. package/src/sap/ui/core/themes/sap_horizon_hcb/global.less +7 -0
  52. package/src/sap/ui/core/themes/sap_horizon_hcw/.theme +1 -1
  53. package/src/sap/ui/core/themes/sap_horizon_hcw/base.less +62 -4
  54. package/src/sap/ui/core/themes/sap_horizon_hcw/global.less +7 -0
  55. package/src/sap/ui/table/themes/sap_horizon/Cell.less +7 -5
  56. package/src/sap/ui/table/themes/sap_horizon/Grouping.less +11 -11
  57. package/src/sap/ui/table/themes/sap_horizon/RowAction.less +12 -12
  58. package/src/sap/ui/table/themes/sap_horizon/RowSelection.less +7 -7
  59. package/src/sap/ui/table/themes/sap_horizon/Scrolling.less +2 -1
  60. package/src/sap/ui/table/themes/sap_horizon/Table.less +4 -4
  61. package/src/sap/ui/table/themes/sap_horizon_dark/Cell.less +7 -5
  62. package/src/sap/ui/table/themes/sap_horizon_dark/Grouping.less +11 -11
  63. package/src/sap/ui/table/themes/sap_horizon_dark/RowAction.less +10 -10
  64. package/src/sap/ui/table/themes/sap_horizon_dark/RowSelection.less +6 -6
  65. package/src/sap/ui/table/themes/sap_horizon_dark/Scrolling.less +1 -0
  66. package/src/sap/ui/table/themes/sap_horizon_dark/Table.less +3 -3
  67. package/src/sap/ui/table/themes/sap_horizon_hcb/Cell.less +4 -3
  68. package/src/sap/ui/table/themes/sap_horizon_hcb/DragDrop.less +1 -1
  69. package/src/sap/ui/table/themes/sap_horizon_hcb/Row.less +2 -2
  70. package/src/sap/ui/table/themes/sap_horizon_hcb/RowHighlight.less +1 -1
  71. package/src/sap/ui/table/themes/sap_horizon_hcb/RowSelection.less +4 -4
  72. package/src/sap/ui/table/themes/sap_horizon_hcb/Scrolling.less +1 -0
  73. package/src/sap/ui/table/themes/sap_horizon_hcb/Table.less +2 -2
  74. package/src/sap/ui/table/themes/sap_horizon_hcw/Cell.less +4 -3
  75. package/src/sap/ui/table/themes/sap_horizon_hcw/DragDrop.less +1 -1
  76. package/src/sap/ui/table/themes/sap_horizon_hcw/Row.less +2 -2
  77. package/src/sap/ui/table/themes/sap_horizon_hcw/RowHighlight.less +1 -1
  78. package/src/sap/ui/table/themes/sap_horizon_hcw/RowSelection.less +4 -4
  79. package/src/sap/ui/table/themes/sap_horizon_hcw/Scrolling.less +1 -0
  80. package/src/sap/ui/table/themes/sap_horizon_hcw/Table.less +2 -2
  81. package/src/sap/uxap/themes/sap_horizon/ObjectPageSection.less +1 -0
  82. package/src/sap/uxap/themes/sap_horizon_dark/ObjectPageSection.less +1 -0
  83. package/src/sap/uxap/themes/sap_horizon_hcb/ObjectPageSection.less +1 -0
  84. package/src/sap/uxap/themes/sap_horizon_hcw/ObjectPageSection.less +1 -0
@@ -21,6 +21,7 @@
21
21
  @sapUiBaseText: @sapTextColor;
22
22
  @sapUiLink: @sapLinkColor;
23
23
  @sapUiGlobalLogo: @sapCompanyLogo;
24
+ @sapUiFavicon: @sapFavicon;
24
25
  @sapUiGlobalBackgroundImage: @sapBackgroundImage;
25
26
  @sapUiBackgroundImage: @sapBackgroundImage;
26
27
  @sapUiUx3ShellBackgroundImageURL: @sapBackgroundImage;
@@ -804,6 +805,12 @@
804
805
  @sapUiTabCriticalSelectedTextColor: @sapTab_Critical_Selected_TextColor;
805
806
  @sapUiTabCriticalSelectedIconColor: @sapTab_Critical_Selected_IconColor;
806
807
  @sapUiTabCriticalSelectedBackground: @sapTab_Critical_Selected_Background;
808
+ @sapUiTabNeutralTextColor: @sapTab_Neutral_TextColor;
809
+ @sapUiTabNeutralForegroundColor: @sapTab_Neutral_ForegroundColor;
810
+ @sapUiTabNeutralIconColor: @sapTab_Neutral_IconColor;
811
+ @sapUiTabNeutralSelectedTextColor: @sapTab_Neutral_Selected_TextColor;
812
+ @sapUiTabNeutralSelectedIconColor: @sapTab_Neutral_Selected_IconColor;
813
+ @sapUiTabNeutralSelectedBackground: @sapTab_Neutral_Selected_Background;
807
814
 
808
815
  @sapUiTileBackground: @sapTile_Background;
809
816
  @sapUiTileHoverBackground: @sapTile_Hover_Background;
@@ -6,7 +6,7 @@
6
6
  <copyright>OpenUI5
7
7
  * (c) Copyright 2009-2025 SAP SE or an SAP affiliate company.
8
8
  * Licensed under the Apache License, Version 2.0 - see LICENSE.txt.</copyright>
9
- <version>1.134.0</version>
9
+ <version>1.135.0</version>
10
10
 
11
11
  <documentation>SAPUI5 horizon high contrast white theme library.</documentation>
12
12
 
@@ -1,11 +1,11 @@
1
1
  // /**
2
- // * Copyright (c) 2012-2024 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 14.2.8
4
- // * data:{"sModified":"2024-12-12T10:42:40Z"}
2
+ // * Copyright (c) 2012-2025 SAP SE or an SAP affiliate company. All rights reserved.
3
+ // * Theming Engine 15.0.1
4
+ // * data:{"sModified":"2025-03-20T15:24:53Z"}
5
5
  // */
6
6
 
7
7
 
8
- /******************* FILE /Base/baseLib/sap_horizon_hcw/base.less (Version 11.24.0) *******************/
8
+ /******************* FILE /Base/baseLib/sap_horizon_hcw/base.less (Version 11.28.2) *******************/
9
9
 
10
10
 
11
11
  // [Tags "SapInternal", "Base", "Dimension", "Protected"]
@@ -160,6 +160,10 @@
160
160
  // [Protected "!true"]
161
161
  @sapCompanyLogo: none;
162
162
 
163
+ // [Tags "!Protected"]
164
+ // [Protected "!true"]
165
+ @sapFavicon: @sapShell_Favicon;
166
+
163
167
  // [Tags "!Protected"]
164
168
  // [Protected "!true"]
165
169
  @sapBackgroundImage: none;
@@ -2799,6 +2803,30 @@
2799
2803
  // [Protected "!true"]
2800
2804
  @sapTab_Critical_Selected_Background: @sapSelectedColor;
2801
2805
 
2806
+ // [Tags "!Protected"]
2807
+ // [Protected "!true"]
2808
+ @sapTab_Neutral_TextColor: @sapTextColor;
2809
+
2810
+ // [Tags "!Protected"]
2811
+ // [Protected "!true"]
2812
+ @sapTab_Neutral_ForegroundColor: @sapHC_StandardForeground;
2813
+
2814
+ // [Tags "!Protected"]
2815
+ // [Protected "!true"]
2816
+ @sapTab_Neutral_IconColor: contrast(@sapTab_Background, @sapHC_StandardForeground, @sapContent_ContrastIconColor, @sapContent_ContrastTextThreshold);
2817
+
2818
+ // [Tags "!Protected"]
2819
+ // [Protected "!true"]
2820
+ @sapTab_Neutral_Selected_TextColor: @sapContent_Selected_ForegroundColor;
2821
+
2822
+ // [Tags "!Protected"]
2823
+ // [Protected "!true"]
2824
+ @sapTab_Neutral_Selected_IconColor: contrast(@sapTab_Neutral_Selected_Background, @sapTextColor, @sapContent_ContrastIconColor, @sapContent_ContrastTextThreshold);
2825
+
2826
+ // [Tags "!Protected"]
2827
+ // [Protected "!true"]
2828
+ @sapTab_Neutral_Selected_Background: @sapSelectedColor;
2829
+
2802
2830
  // [Tags "!Protected"]
2803
2831
  // [Protected "!true"]
2804
2832
  @sapTile_Background: @sapBackgroundColor;
@@ -2963,6 +2991,9 @@
2963
2991
  @sapIndicationColor_1_Selected_Background: @sapButton_Selected_Background;
2964
2992
  @sapIndicationColor_1_Selected_BorderColor: @sapButton_Selected_BorderColor;
2965
2993
  @sapIndicationColor_1_Selected_TextColor: @sapIndicationColor_1_TextColor;
2994
+
2995
+ // [Tags "!Protected"]
2996
+ // [Protected "!true"]
2966
2997
  @sapIndicationColor_1b: @sapIndicationColor_1;
2967
2998
  @sapIndicationColor_1b_TextColor: @sapTextColor;
2968
2999
  @sapIndicationColor_1b_Background: @sapBackgroundColor;
@@ -2997,6 +3028,9 @@
2997
3028
  @sapIndicationColor_2_Selected_Background: @sapButton_Selected_Background;
2998
3029
  @sapIndicationColor_2_Selected_BorderColor: @sapButton_Selected_BorderColor;
2999
3030
  @sapIndicationColor_2_Selected_TextColor: @sapIndicationColor_2_TextColor;
3031
+
3032
+ // [Tags "!Protected"]
3033
+ // [Protected "!true"]
3000
3034
  @sapIndicationColor_2b: @sapIndicationColor_2;
3001
3035
  @sapIndicationColor_2b_TextColor: @sapTextColor;
3002
3036
  @sapIndicationColor_2b_Background: @sapBackgroundColor;
@@ -3031,6 +3065,9 @@
3031
3065
  @sapIndicationColor_3_Selected_Background: @sapButton_Selected_Background;
3032
3066
  @sapIndicationColor_3_Selected_BorderColor: @sapButton_Selected_BorderColor;
3033
3067
  @sapIndicationColor_3_Selected_TextColor: @sapIndicationColor_3_TextColor;
3068
+
3069
+ // [Tags "!Protected"]
3070
+ // [Protected "!true"]
3034
3071
  @sapIndicationColor_3b: @sapIndicationColor_3;
3035
3072
  @sapIndicationColor_3b_TextColor: @sapTextColor;
3036
3073
  @sapIndicationColor_3b_Background: @sapBackgroundColor;
@@ -3065,6 +3102,9 @@
3065
3102
  @sapIndicationColor_4_Selected_Background: @sapButton_Selected_Background;
3066
3103
  @sapIndicationColor_4_Selected_BorderColor: @sapButton_Selected_BorderColor;
3067
3104
  @sapIndicationColor_4_Selected_TextColor: @sapIndicationColor_4_TextColor;
3105
+
3106
+ // [Tags "!Protected"]
3107
+ // [Protected "!true"]
3068
3108
  @sapIndicationColor_4b: @sapIndicationColor_4;
3069
3109
  @sapIndicationColor_4b_TextColor: @sapTextColor;
3070
3110
  @sapIndicationColor_4b_Background: @sapBackgroundColor;
@@ -3099,6 +3139,9 @@
3099
3139
  @sapIndicationColor_5_Selected_Background: @sapButton_Selected_Background;
3100
3140
  @sapIndicationColor_5_Selected_BorderColor: @sapButton_Selected_BorderColor;
3101
3141
  @sapIndicationColor_5_Selected_TextColor: @sapIndicationColor_5_TextColor;
3142
+
3143
+ // [Tags "!Protected"]
3144
+ // [Protected "!true"]
3102
3145
  @sapIndicationColor_5b: @sapIndicationColor_5;
3103
3146
  @sapIndicationColor_5b_TextColor: @sapTextColor;
3104
3147
  @sapIndicationColor_5b_Background: @sapBackgroundColor;
@@ -3133,6 +3176,9 @@
3133
3176
  @sapIndicationColor_6_Selected_Background: @sapButton_Selected_Background;
3134
3177
  @sapIndicationColor_6_Selected_BorderColor: @sapButton_Selected_BorderColor;
3135
3178
  @sapIndicationColor_6_Selected_TextColor: @sapIndicationColor_6_TextColor;
3179
+
3180
+ // [Tags "!Protected"]
3181
+ // [Protected "!true"]
3136
3182
  @sapIndicationColor_6b: @sapIndicationColor_6;
3137
3183
  @sapIndicationColor_6b_TextColor: @sapTextColor;
3138
3184
  @sapIndicationColor_6b_Background: @sapBackgroundColor;
@@ -3167,6 +3213,9 @@
3167
3213
  @sapIndicationColor_7_Selected_Background: @sapButton_Selected_Background;
3168
3214
  @sapIndicationColor_7_Selected_BorderColor: @sapButton_Selected_BorderColor;
3169
3215
  @sapIndicationColor_7_Selected_TextColor: @sapIndicationColor_7_TextColor;
3216
+
3217
+ // [Tags "!Protected"]
3218
+ // [Protected "!true"]
3170
3219
  @sapIndicationColor_7b: @sapIndicationColor_7;
3171
3220
  @sapIndicationColor_7b_TextColor: @sapTextColor;
3172
3221
  @sapIndicationColor_7b_Background: @sapBackgroundColor;
@@ -3201,6 +3250,9 @@
3201
3250
  @sapIndicationColor_8_Selected_Background: @sapButton_Selected_Background;
3202
3251
  @sapIndicationColor_8_Selected_BorderColor: @sapButton_Selected_BorderColor;
3203
3252
  @sapIndicationColor_8_Selected_TextColor: @sapIndicationColor_8_TextColor;
3253
+
3254
+ // [Tags "!Protected"]
3255
+ // [Protected "!true"]
3204
3256
  @sapIndicationColor_8b: @sapIndicationColor_8;
3205
3257
  @sapIndicationColor_8b_TextColor: @sapTextColor;
3206
3258
  @sapIndicationColor_8b_Background: @sapBackgroundColor;
@@ -3235,6 +3287,9 @@
3235
3287
  @sapIndicationColor_9_Selected_Background: @sapButton_Selected_Background;
3236
3288
  @sapIndicationColor_9_Selected_BorderColor: @sapButton_Selected_BorderColor;
3237
3289
  @sapIndicationColor_9_Selected_TextColor: @sapIndicationColor_9_TextColor;
3290
+
3291
+ // [Tags "!Protected"]
3292
+ // [Protected "!true"]
3238
3293
  @sapIndicationColor_9b: @sapIndicationColor_9;
3239
3294
  @sapIndicationColor_9b_TextColor: @sapTextColor;
3240
3295
  @sapIndicationColor_9b_Background: @sapBackgroundColor;
@@ -3269,6 +3324,9 @@
3269
3324
  @sapIndicationColor_10_Selected_Background: @sapButton_Selected_Background;
3270
3325
  @sapIndicationColor_10_Selected_BorderColor: @sapButton_Selected_BorderColor;
3271
3326
  @sapIndicationColor_10_Selected_TextColor: @sapIndicationColor_10_TextColor;
3327
+
3328
+ // [Tags "!Protected"]
3329
+ // [Protected "!true"]
3272
3330
  @sapIndicationColor_10b: @sapIndicationColor_10;
3273
3331
  @sapIndicationColor_10b_TextColor: @sapTextColor;
3274
3332
  @sapIndicationColor_10b_Background: @sapBackgroundColor;
@@ -21,6 +21,7 @@
21
21
  @sapUiBaseText: @sapTextColor;
22
22
  @sapUiLink: @sapLinkColor;
23
23
  @sapUiGlobalLogo: @sapCompanyLogo;
24
+ @sapUiFavicon: @sapFavicon;
24
25
  @sapUiGlobalBackgroundImage: @sapBackgroundImage;
25
26
  @sapUiBackgroundImage: @sapBackgroundImage;
26
27
  @sapUiUx3ShellBackgroundImageURL: @sapBackgroundImage;
@@ -804,6 +805,12 @@
804
805
  @sapUiTabCriticalSelectedTextColor: @sapTab_Critical_Selected_TextColor;
805
806
  @sapUiTabCriticalSelectedIconColor: @sapTab_Critical_Selected_IconColor;
806
807
  @sapUiTabCriticalSelectedBackground: @sapTab_Critical_Selected_Background;
808
+ @sapUiTabNeutralTextColor: @sapTab_Neutral_TextColor;
809
+ @sapUiTabNeutralForegroundColor: @sapTab_Neutral_ForegroundColor;
810
+ @sapUiTabNeutralIconColor: @sapTab_Neutral_IconColor;
811
+ @sapUiTabNeutralSelectedTextColor: @sapTab_Neutral_Selected_TextColor;
812
+ @sapUiTabNeutralSelectedIconColor: @sapTab_Neutral_Selected_IconColor;
813
+ @sapUiTabNeutralSelectedBackground: @sapTab_Neutral_Selected_Background;
807
814
 
808
815
  @sapUiTileBackground: @sapTile_Background;
809
816
  @sapUiTileHoverBackground: @sapTile_Hover_Background;
@@ -3,16 +3,17 @@
3
3
  /* Horizon theme */
4
4
  /* ========================= */
5
5
 
6
- @_sap_ui_table_Cell_FocusOutlineOffset: calc(-@sapUiContentFocusWidth ~"- 0.0625rem");
7
- @_sap_ui_table_Cell_BorderColorSelected: @sapUiListSelectionBorderColor;
8
- @_sap_ui_table_Cell_BorderColorFixedSelected: @sapUiListSelectionBorderColor;
6
+ @_sap_ui_table_Cell_FocusOutlineOffset: ~"calc((var(--sapContent_FocusWidth) * -1) - 0.0625rem)";
7
+ @_sap_ui_table_Cell_BorderColorSelected: var(--sapList_SelectionBorderColor);
8
+ @_sap_ui_table_Cell_BorderColorFixedSelected: var(--sapList_SelectionBorderColor);
9
9
  @_sap_ui_table_Cell_ShadowColorFixed: @sapUiListTableFixedBorder;
10
10
  @_sap_ui_table_Cell_BorderBottomFocus: transparent;
11
11
  @_sap_ui_table_Cell_DummyBorderColor: @sapUiListTableFixedBorder;
12
12
 
13
13
  .sapUiTableCellDummy {
14
+
14
15
  .sapUiTableContentRow & {
15
- background-color: @sapUiListBackground !important;
16
+ background-color: var(--sapList_Background) !important;
16
17
  }
17
18
  }
18
19
 
@@ -24,8 +25,9 @@
24
25
  * Focus outline in Condensed mode
25
26
  */
26
27
  .sapUiSizeCondensed .sapUiTableCell:focus {
28
+
27
29
  &::before {
28
- outline: 0.0625rem @sapUiContentFocusStyle @sapUiContentFocusColor;
30
+ outline: 0.0625rem var(--sapContent_FocusStyle) var(--sapContent_FocusColor);
29
31
  outline-offset: -1px;
30
32
  }
31
33
  }
@@ -3,32 +3,32 @@
3
3
  /* Horizon theme */
4
4
  /* ============================== */
5
5
 
6
- /*TBD: Adjustments for sapUiTableTreeIcon might be obsolete when Icon is adjusted*/
6
+ /*TBD: Adjustments for sapUiTableTreeIcon might be obsolete when Icon is adjusted */
7
7
 
8
8
  .sapUiTableTreeIcon {
9
- border-radius: @sapUiButtonBorderCornerRadius;
10
- box-sizing: border-box;
11
- margin-right: 2px;
9
+ border-radius: var(--sapButton_BorderCornerRadius);
10
+ box-sizing: border-box;
11
+ margin-right: 2px;
12
12
  }
13
13
 
14
14
  .sapUiSizeCompact .sapUiTableTreeIcon {
15
- height: @_sap_ui_table_BaseSizeCondensed;
15
+ height: @_sap_ui_table_BaseSizeCondensed;
16
16
  }
17
17
 
18
18
  .sapUiTableTreeIcon:active::before {
19
- color: @sapUiButtonActiveTextColor;
19
+ color: var(--sapButton_Active_TextColor);
20
20
  }
21
21
 
22
22
  .sapUiTableTreeIcon:hover {
23
- color: @sapUiButtonHoverTextColor;
24
- border: 1px solid @sapUiButtonHoverBorderColor;
25
- background: @sapUiButtonHoverBackground;
23
+ color: var(--sapButton_Hover_TextColor);
24
+ border: 1px solid var(--sapButton_Hover_BorderColor);
25
+ background: var(--sapButton_Hover_Background);
26
26
  }
27
27
 
28
28
  .sapUiTableTreeIcon:active {
29
- border: 1px solid @sapUiButtonActiveBorderColor;
29
+ border: 1px solid var(--sapButton_Active_BorderColor);
30
30
  }
31
31
 
32
32
  .sapUiTableTreeIcon:active:focus {
33
- outline: none;
33
+ outline: none;
34
34
  }
@@ -1,31 +1,31 @@
1
1
  /* ======================================= */
2
2
  /* CSS for control sap.ui.table/RowAction */
3
- /* Horizon theme */
3
+ /* Morning Horizon theme */
4
4
  /* ======================================= */
5
5
 
6
- /*TBD: Adjustments for sapUiTableActionIcon might be obsolete when Icon is adjusted*/
6
+ /*TBD: Adjustments for sapUiTableActionIcon might be obsolete when Icon is adjusted */
7
7
 
8
8
  .sapUiTableActionIcon {
9
- border-radius: @sapUiButtonBorderCornerRadius;
9
+ border-radius: var(--sapButton_BorderCornerRadius);
10
10
  box-sizing: border-box;
11
- color: @sapUiButtonLiteTextColor;
11
+ color: var(--sapButton_Lite_TextColor);
12
12
  }
13
13
 
14
14
  .sapUiTableActionIcon:hover {
15
- border: 1px solid @sapUiButtonHoverBorderColor;
16
- background: @sapUiButtonHoverBackground;
15
+ border: 1px solid var(--sapButton_Hover_BorderColor);
16
+ background: var(--sapButton_Hover_Background);
17
17
  }
18
18
 
19
19
  .sapUiTableActionIcon:active {
20
- color: @sapUiButtonActiveTextColor;
21
- border: 1px solid @sapUiButtonActiveBorderColor;
20
+ color: var(--sapButton_Active_TextColor);
21
+ border: 1px solid var(--sapButton_Active_BorderColor);
22
22
  }
23
23
 
24
24
  .sapUiTableActionIcon.sapUiIcon:focus {
25
- outline-width: @sapUiContentFocusWidth;
26
- outline-style: @sapUiContentFocusStyle;
27
- outline-color: @sapUiContentFocusColor;
28
- outline-offset: -@sapUiContentFocusWidth;
25
+ outline-width: var(--sapContent_FocusWidth);
26
+ outline-style: var(--sapContent_FocusStyle);
27
+ outline-color: var(--sapContent_FocusColor);
28
+ outline-offset: ~"calc(var(--sapContent_FocusWidth) * -1)";
29
29
  }
30
30
 
31
31
  .sapUiTableActionIcon:active:focus {
@@ -1,19 +1,19 @@
1
1
  /* ================================== */
2
2
  /* CSS for sap.ui.table/RowSelection */
3
- /* Horizon theme */
3
+ /* Morning Horizon theme */
4
4
  /* ================================== */
5
5
 
6
6
  @_sap_ui_table_RowSelection_CheckBoxBorderWidth: 0.0625rem; /*@sapUiFieldBorderWidth;*/
7
- @_sap_ui_table_RowSelection_CheckBoxBorderRadius: @sapUiFieldBorderCornerRadius;
8
- @_sap_ui_table_RowSelection_CheckBoxBorderRadiusCozy: @sapUiFieldBorderCornerRadius;
7
+ @_sap_ui_table_RowSelection_CheckBoxBorderRadius: var(--sapField_BorderCornerRadius);
8
+ @_sap_ui_table_RowSelection_CheckBoxBorderRadiusCozy: var(--sapField_BorderCornerRadius);
9
9
 
10
10
  .sapUiTableRowSelectionHeaderCell:not(.sapUiTableSelAll) .sapUiTableSelectAllCheckBox::after,
11
11
  .sapUiTableSelModeMultiToggle .sapUiTableRowSel .sapUiTableRowSelectionCell::after {
12
- border-color: @sapUiContentFocusColor;
12
+ border-color: var(--sapContent_FocusColor);
13
13
  }
14
14
 
15
15
  .sapUiTableRowSelectionHeaderCell:hover .sapUiTableSelectAllCheckBox::after,
16
- .sapUiTableRowHvr .sapUiTableRowSelectionCell::after{
17
- background-color: @sapUiFieldHoverBackground;
18
- box-shadow: @sapUiContentInteractionShadow;
16
+ .sapUiTableRowHvr .sapUiTableRowSelectionCell::after {
17
+ background-color: var(--sapField_Hover_Background);
18
+ box-shadow: var(--sapContent_Interaction_Shadow);
19
19
  }
@@ -1,9 +1,10 @@
1
1
  /* ================================== */
2
2
  /* CSS for sap.ui.table/Scrolling */
3
- /* Horizon theme */
3
+ /* Morning Horizon theme */
4
4
  /* ================================== */
5
5
 
6
6
  ._sap_ui_table_Scrolling_NativeScrollbarDesktop() {
7
+
7
8
  &::-webkit-scrollbar-thumb:vertical {
8
9
  border-left-width: 0.25rem !important;
9
10
  border-right-width: 0.25rem !important;
@@ -1,18 +1,18 @@
1
1
  /* =================================== */
2
2
  /* CSS for control sap.ui.table/Table */
3
- /* Horizon theme */
3
+ /* Morning Horizon theme */
4
4
  /* =================================== */
5
5
 
6
6
  @_sap_ui_table_Table_HeaderPaddingRight: 0.5rem;
7
7
  @_sap_ui_table_Table_FooterPaddingRight: 0.5rem;
8
8
 
9
9
  .sapUiTableExt .sapMTBHeader-CTX:first-child {
10
- border-top-right-radius: @sapUiElementBorderCornerRadius;
11
- border-top-left-radius: @sapUiElementBorderCornerRadius;
10
+ border-top-right-radius: var(--sapElement_BorderCornerRadius);
11
+ border-top-left-radius: var(--sapElement_BorderCornerRadius);
12
12
  }
13
13
 
14
14
  .sapUiTableCnt {
15
- background-color: @sapUiListBackground;
15
+ background-color: var(--sapList_Background);
16
16
  border: transparent;
17
17
  }
18
18
 
@@ -3,16 +3,17 @@
3
3
  /* Evening Horizon theme */
4
4
  /* ========================== */
5
5
 
6
- @_sap_ui_table_Cell_FocusOutlineOffset: calc(-@sapUiContentFocusWidth ~"- 0.0625rem");
7
- @_sap_ui_table_Cell_BorderColorSelected: @sapUiListSelectionBorderColor;
8
- @_sap_ui_table_Cell_BorderColorFixedSelected: @sapUiListSelectionBorderColor;
6
+ @_sap_ui_table_Cell_FocusOutlineOffset: ~"calc((var(--sapContent_FocusWidth) * -1) - 0.0625rem)";
7
+ @_sap_ui_table_Cell_BorderColorSelected: var(--sapList_SelectionBorderColor);
8
+ @_sap_ui_table_Cell_BorderColorFixedSelected: var(--sapList_SelectionBorderColor);
9
9
  @_sap_ui_table_Cell_ShadowColorFixed: @sapUiListTableFixedBorder;
10
10
  @_sap_ui_table_Cell_BorderBottomFocus: transparent;
11
11
  @_sap_ui_table_Cell_DummyBorderColor: @sapUiListTableFixedBorder;
12
12
 
13
13
  .sapUiTableCellDummy {
14
+
14
15
  .sapUiTableContentRow & {
15
- background-color: @sapUiListBackground !important;
16
+ background-color: var(--sapList_Background) !important;
16
17
  }
17
18
  }
18
19
 
@@ -24,8 +25,9 @@
24
25
  * Focus outline in Condensed mode
25
26
  */
26
27
  .sapUiSizeCondensed .sapUiTableCell:focus {
28
+
27
29
  &::before {
28
- outline: 0.0625rem @sapUiContentFocusStyle @sapUiContentFocusColor;
30
+ outline: 0.0625rem var(--sapContent_FocusStyle) var(--sapContent_FocusColor);
29
31
  outline-offset: -1px;
30
32
  }
31
33
  }
@@ -3,32 +3,32 @@
3
3
  /* Evening Horizon theme */
4
4
  /* ============================== */
5
5
 
6
- /*TBD: Adjustments for sapUiTableTreeIcon might be obsolete when Icon is adjusted*/
6
+ /*TBD: Adjustments for sapUiTableTreeIcon might be obsolete when Icon is adjusted */
7
7
 
8
8
  .sapUiTableTreeIcon {
9
- border-radius: @sapUiButtonBorderCornerRadius;
10
- box-sizing: border-box;
11
- margin-right: 2px;
9
+ border-radius: var(--sapButton_BorderCornerRadius);
10
+ box-sizing: border-box;
11
+ margin-right: 2px;
12
12
  }
13
13
 
14
14
  .sapUiSizeCompact .sapUiTableTreeIcon {
15
- height: @_sap_ui_table_BaseSizeCondensed;
15
+ height: @_sap_ui_table_BaseSizeCondensed;
16
16
  }
17
17
 
18
18
  .sapUiTableTreeIcon:active::before {
19
- color: @sapUiButtonActiveTextColor;
19
+ color: var(--sapButton_Active_TextColor);
20
20
  }
21
21
 
22
22
  .sapUiTableTreeIcon:hover {
23
- color: @sapUiButtonHoverTextColor;
24
- border: 1px solid @sapUiButtonHoverBorderColor;
25
- background: @sapUiButtonHoverBackground;
23
+ color: var(--sapButton_Hover_TextColor);
24
+ border: 1px solid var(--sapButton_Hover_BorderColor);
25
+ background: var(--sapButton_Hover_Background);
26
26
  }
27
27
 
28
28
  .sapUiTableTreeIcon:active {
29
- border: 1px solid @sapUiButtonActiveBorderColor;
29
+ border: 1px solid var(--sapButton_Active_BorderColor);
30
30
  }
31
31
 
32
32
  .sapUiTableTreeIcon:active:focus {
33
- outline: none;
33
+ outline: none;
34
34
  }
@@ -6,26 +6,26 @@
6
6
  /*TBD: Adjustments for sapUiTableActionIcon might be obsolete when Icon is adjusted*/
7
7
 
8
8
  .sapUiTableActionIcon {
9
- border-radius: @sapUiButtonBorderCornerRadius;
9
+ border-radius: var(--sapButton_BorderCornerRadius);
10
10
  box-sizing: border-box;
11
- color: @sapUiButtonLiteTextColor;
11
+ color: var(--sapButton_Lite_TextColor);
12
12
  }
13
13
 
14
14
  .sapUiTableActionIcon:hover {
15
- border: 1px solid @sapUiButtonHoverBorderColor;
16
- background: @sapUiButtonHoverBackground;
15
+ border: 1px solid var(--sapButton_Hover_BorderColor);
16
+ background: var(--sapButton_Hover_Background);
17
17
  }
18
18
 
19
19
  .sapUiTableActionIcon:active {
20
- color: @sapUiButtonActiveTextColor;
21
- border: 1px solid @sapUiButtonActiveBorderColor;
20
+ color: var(--sapButton_Active_TextColor);
21
+ border: 1px solid var(--sapButton_Active_BorderColor);
22
22
  }
23
23
 
24
24
  .sapUiTableActionIcon.sapUiIcon:focus {
25
- outline-width: @sapUiContentFocusWidth;
26
- outline-style: @sapUiContentFocusStyle;
27
- outline-color: @sapUiContentFocusColor;
28
- outline-offset: -@sapUiContentFocusWidth;
25
+ outline-width: var(--sapContent_FocusWidth);
26
+ outline-style: var(--sapContent_FocusStyle);
27
+ outline-color: var(--sapContent_FocusColor);
28
+ outline-offset: ~"calc(var(--sapContent_FocusWidth) * -1)";
29
29
  }
30
30
 
31
31
  .sapUiTableActionIcon:active:focus {
@@ -4,16 +4,16 @@
4
4
  /* ================================== */
5
5
 
6
6
  @_sap_ui_table_RowSelection_CheckBoxBorderWidth: 0.0625rem; /*@sapUiFieldBorderWidth;*/
7
- @_sap_ui_table_RowSelection_CheckBoxBorderRadius: @sapUiFieldBorderCornerRadius;
8
- @_sap_ui_table_RowSelection_CheckBoxBorderRadiusCozy: @sapUiFieldBorderCornerRadius;
7
+ @_sap_ui_table_RowSelection_CheckBoxBorderRadius: var(--sapField_BorderCornerRadius);
8
+ @_sap_ui_table_RowSelection_CheckBoxBorderRadiusCozy: var(--sapField_BorderCornerRadius);
9
9
 
10
10
  .sapUiTableRowSelectionHeaderCell:not(.sapUiTableSelAll) .sapUiTableSelectAllCheckBox::after,
11
11
  .sapUiTableSelModeMultiToggle .sapUiTableRowSel .sapUiTableRowSelectionCell::after {
12
- border-color: @sapUiContentFocusColor;
12
+ border-color: var(--sapContent_FocusColor);
13
13
  }
14
14
 
15
15
  .sapUiTableRowSelectionHeaderCell:hover .sapUiTableSelectAllCheckBox::after,
16
- .sapUiTableRowHvr .sapUiTableRowSelectionCell::after{
17
- background-color: @sapUiFieldHoverBackground;
18
- box-shadow: @sapUiContentInteractionShadow;
16
+ .sapUiTableRowHvr .sapUiTableRowSelectionCell::after {
17
+ background-color: var(--sapField_Hover_Background);
18
+ box-shadow: var(--sapContent_Interaction_Shadow);
19
19
  }
@@ -4,6 +4,7 @@
4
4
  /* ================================== */
5
5
 
6
6
  ._sap_ui_table_Scrolling_NativeScrollbarDesktop() {
7
+
7
8
  &::-webkit-scrollbar-thumb:vertical {
8
9
  border-left-width: 0.25rem !important;
9
10
  border-right-width: 0.25rem !important;
@@ -7,12 +7,12 @@
7
7
  @_sap_ui_table_Table_FooterPaddingRight: 0.5rem;
8
8
 
9
9
  .sapUiTableExt .sapMTBHeader-CTX:first-child {
10
- border-top-right-radius: @sapUiElementBorderCornerRadius;
11
- border-top-left-radius: @sapUiElementBorderCornerRadius;
10
+ border-top-right-radius: var(--sapElement_BorderCornerRadius);
11
+ border-top-left-radius: var(--sapElement_BorderCornerRadius);
12
12
  }
13
13
 
14
14
  .sapUiTableCnt {
15
- background-color: @sapUiListBackground;
15
+ background-color: var(--sapList_Background);
16
16
  border: transparent;
17
17
  }
18
18
 
@@ -3,8 +3,8 @@
3
3
  /* Horizon High Contrast Black theme */
4
4
  /* ================================== */
5
5
 
6
- @_sap_ui_table_Cell_FocusOutlineOffset: calc(-@sapUiContentFocusWidth ~"- 0.0625rem");
7
- @_sap_ui_table_Cell_BorderColorSelected: @sapUiListSelectionBorderColor;
6
+ @_sap_ui_table_Cell_FocusOutlineOffset: ~"calc((var(--sapContent_FocusWidth) * -1) - 0.0625rem)";
7
+ @_sap_ui_table_Cell_BorderColorSelected: var(--sapList_SelectionBorderColor);
8
8
  @_sap_ui_table_Cell_DummyBorderColor: @sapUiListTableFixedBorder;
9
9
 
10
10
  .sapUiTableGroupMode .sapUiTableCell.sapUiTableRowSelectionCell {
@@ -15,8 +15,9 @@
15
15
  * Focus outline in Condensed mode
16
16
  */
17
17
  .sapUiSizeCondensed .sapUiTableCell:focus {
18
+
18
19
  &::before {
19
- outline: 0.0625rem @sapUiContentFocusStyle @sapUiContentFocusColor;
20
+ outline: 0.0625rem var(--sapContent_FocusStyle) var(--sapContent_FocusColor);
20
21
  outline-offset: -1px;
21
22
  }
22
23
  }
@@ -3,4 +3,4 @@
3
3
  /* Horizon High Contrast Black theme */
4
4
  /* ================================== */
5
5
 
6
- @_sap_ui_table_DragDrop_ColumnDnDHighlightColor: @sapUiContentDragAndDropActiveColor;
6
+ @_sap_ui_table_DragDrop_ColumnDnDHighlightColor: var(--sapContent_DragAndDropActiveColor);
@@ -3,5 +3,5 @@
3
3
  /* Horizon High Contrast Black theme */
4
4
  /* ================================== */
5
5
 
6
- @_sap_ui_table_Row_ColorHovered: @sapUiContentContrastTextColor;
7
- @_sap_ui_table_Row_NavigationIndicatorColor: @sapUiListSelectionBorderColor;
6
+ @_sap_ui_table_Row_ColorHovered: var(--sapContent_ContrastTextColor);
7
+ @_sap_ui_table_Row_NavigationIndicatorColor: var(--sapList_SelectionBorderColor);
@@ -3,4 +3,4 @@
3
3
  /* Horizon High Contrast Black theme */
4
4
  /* ================================== */
5
5
 
6
- @_sap_ui_table_RowHighlight_InformationColor: @sapUiAccent6;
6
+ @_sap_ui_table_RowHighlight_InformationColor: var(--sapAccentColor6);
@@ -3,7 +3,7 @@
3
3
  /* Horizon High Contrast Black theme */
4
4
  /* ================================== */
5
5
 
6
- @_sap_ui_table_RowSelection_CheckBoxIconColor: @sapUiContentIconColor;
7
- @_sap_ui_table_RowSelection_CheckBoxBorderWidth: @sapUiFieldBorderWidth;
8
- @_sap_ui_table_RowSelection_CheckBoxBorderRadius: @sapUiFieldBorderCornerRadius;
9
- @_sap_ui_table_RowSelection_CheckBoxBorderRadiusCozy: @sapUiFieldBorderCornerRadius;
6
+ @_sap_ui_table_RowSelection_CheckBoxIconColor: var(--sapContent_IconColor);
7
+ @_sap_ui_table_RowSelection_CheckBoxBorderWidth: var(--sapField_BorderWidth);
8
+ @_sap_ui_table_RowSelection_CheckBoxBorderRadius: var(--sapField_BorderCornerRadius);
9
+ @_sap_ui_table_RowSelection_CheckBoxBorderRadiusCozy: var(--sapField_BorderCornerRadius);
@@ -4,6 +4,7 @@
4
4
  /* ================================== */
5
5
 
6
6
  ._sap_ui_table_Scrolling_NativeScrollbarDesktop() {
7
+
7
8
  &::-webkit-scrollbar-thumb:vertical {
8
9
  border-left-width: 0.25rem !important;
9
10
  border-right-width: 0.25rem !important;
@@ -7,11 +7,11 @@
7
7
  @_sap_ui_table_Table_TableHeaderBorderWidth: 3px;
8
8
 
9
9
  ._sap_ui_table_Table_TitleContainer() {
10
- border-bottom: 3px solid @sapUiListHeaderBorderColor;
10
+ border-bottom: 3px solid var(--sapList_HeaderBorderColor);
11
11
  }
12
12
 
13
13
  ._sap_ui_table_Table_ExtensionContainer() {
14
- border-bottom: @_sap_ui_table_BaseBorderWidth solid @sapUiListHeaderBorderColor;
14
+ border-bottom: @_sap_ui_table_BaseBorderWidth solid var(--sapList_HeaderBorderColor);
15
15
  padding: 0.125rem;
16
16
  }
17
17