@openui5/themelib_sap_horizon 1.132.1 → 1.133.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 (103) hide show
  1. package/.reuse/dep5 +2 -2
  2. package/LICENSES/LicenseRef-Unicode-3.0.txt +39 -0
  3. package/THIRDPARTY.txt +54 -66
  4. package/package.json +18 -18
  5. package/src/sap/m/themes/sap_horizon/Button.less +11 -0
  6. package/src/sap/m/themes/sap_horizon/Link.less +4 -0
  7. package/src/sap/m/themes/sap_horizon/ObjectAttribute.less +9 -0
  8. package/src/sap/m/themes/sap_horizon/ObjectMarker.less +4 -0
  9. package/src/sap/m/themes/sap_horizon/ObjectNumber.less +6 -0
  10. package/src/sap/m/themes/sap_horizon/ObjectStatus.less +11 -0
  11. package/src/sap/m/themes/sap_horizon/Panel.less +5 -5
  12. package/src/sap/m/themes/sap_horizon/RadioButton.less +17 -1
  13. package/src/sap/m/themes/sap_horizon/SegmentedButton.less +2 -2
  14. package/src/sap/m/themes/sap_horizon/Select.less +174 -174
  15. package/src/sap/m/themes/sap_horizon/SlideTile.less +43 -36
  16. package/src/sap/m/themes/sap_horizon/Slider.less +38 -33
  17. package/src/sap/m/themes/sap_horizon/SliderTooltip.less +8 -8
  18. package/src/sap/m/themes/sap_horizon/SplitButton.less +1 -2
  19. package/src/sap/m/themes/sap_horizon/StandardListItem.less +1 -1
  20. package/src/sap/m/themes/sap_horizon/Title.less +1 -1
  21. package/src/sap/m/themes/sap_horizon/ToggleButton.less +9 -5
  22. package/src/sap/m/themes/sap_horizon/Token.less +1 -2
  23. package/src/sap/m/themes/sap_horizon/Tokenizer.less +0 -5
  24. package/src/sap/m/themes/sap_horizon_dark/Button.less +11 -0
  25. package/src/sap/m/themes/sap_horizon_dark/Link.less +4 -0
  26. package/src/sap/m/themes/sap_horizon_dark/ObjectAttribute.less +9 -0
  27. package/src/sap/m/themes/sap_horizon_dark/ObjectMarker.less +4 -0
  28. package/src/sap/m/themes/sap_horizon_dark/ObjectNumber.less +6 -0
  29. package/src/sap/m/themes/sap_horizon_dark/ObjectStatus.less +11 -0
  30. package/src/sap/m/themes/sap_horizon_dark/Panel.less +5 -5
  31. package/src/sap/m/themes/sap_horizon_dark/RadioButton.less +17 -1
  32. package/src/sap/m/themes/sap_horizon_dark/SegmentedButton.less +2 -2
  33. package/src/sap/m/themes/sap_horizon_dark/Select.less +175 -173
  34. package/src/sap/m/themes/sap_horizon_dark/SlideTile.less +42 -36
  35. package/src/sap/m/themes/sap_horizon_dark/Slider.less +37 -32
  36. package/src/sap/m/themes/sap_horizon_dark/SliderTooltip.less +9 -9
  37. package/src/sap/m/themes/sap_horizon_dark/SplitButton.less +1 -2
  38. package/src/sap/m/themes/sap_horizon_dark/StandardListItem.less +1 -1
  39. package/src/sap/m/themes/sap_horizon_dark/Title.less +1 -1
  40. package/src/sap/m/themes/sap_horizon_dark/ToggleButton.less +9 -5
  41. package/src/sap/m/themes/sap_horizon_dark/Token.less +1 -1
  42. package/src/sap/m/themes/sap_horizon_hcb/Link.less +4 -0
  43. package/src/sap/m/themes/sap_horizon_hcb/Menu.less +1 -1
  44. package/src/sap/m/themes/sap_horizon_hcb/ObjectAttribute.less +9 -0
  45. package/src/sap/m/themes/sap_horizon_hcb/ObjectMarker.less +4 -0
  46. package/src/sap/m/themes/sap_horizon_hcb/ObjectNumber.less +6 -0
  47. package/src/sap/m/themes/sap_horizon_hcb/ObjectStatus.less +11 -0
  48. package/src/sap/m/themes/sap_horizon_hcb/Panel.less +3 -3
  49. package/src/sap/m/themes/sap_horizon_hcb/Popover.less +2 -0
  50. package/src/sap/m/themes/sap_horizon_hcb/Select.less +25 -30
  51. package/src/sap/m/themes/sap_horizon_hcb/SlideTile.less +27 -19
  52. package/src/sap/m/themes/sap_horizon_hcb/Slider.less +36 -35
  53. package/src/sap/m/themes/sap_horizon_hcb/SliderTooltip.less +11 -13
  54. package/src/sap/m/themes/sap_horizon_hcb/SplitButton.less +1 -1
  55. package/src/sap/m/themes/sap_horizon_hcb/SplitContainer.less +10 -7
  56. package/src/sap/m/themes/sap_horizon_hcb/StandardListItem.less +2 -2
  57. package/src/sap/m/themes/sap_horizon_hcb/Title.less +1 -1
  58. package/src/sap/m/themes/sap_horizon_hcw/Link.less +4 -0
  59. package/src/sap/m/themes/sap_horizon_hcw/Menu.less +1 -1
  60. package/src/sap/m/themes/sap_horizon_hcw/ObjectAttribute.less +9 -0
  61. package/src/sap/m/themes/sap_horizon_hcw/ObjectMarker.less +4 -0
  62. package/src/sap/m/themes/sap_horizon_hcw/ObjectNumber.less +6 -0
  63. package/src/sap/m/themes/sap_horizon_hcw/ObjectStatus.less +11 -0
  64. package/src/sap/m/themes/sap_horizon_hcw/Panel.less +3 -3
  65. package/src/sap/m/themes/sap_horizon_hcw/Popover.less +2 -0
  66. package/src/sap/m/themes/sap_horizon_hcw/Select.less +25 -29
  67. package/src/sap/m/themes/sap_horizon_hcw/SlideTile.less +28 -21
  68. package/src/sap/m/themes/sap_horizon_hcw/Slider.less +36 -35
  69. package/src/sap/m/themes/sap_horizon_hcw/SliderTooltip.less +11 -13
  70. package/src/sap/m/themes/sap_horizon_hcw/SplitButton.less +1 -1
  71. package/src/sap/m/themes/sap_horizon_hcw/SplitContainer.less +10 -7
  72. package/src/sap/m/themes/sap_horizon_hcw/StandardListItem.less +2 -2
  73. package/src/sap/m/themes/sap_horizon_hcw/Title.less +1 -1
  74. package/src/sap/tnt/themes/sap_horizon/NavigationList.less +17 -8
  75. package/src/sap/tnt/themes/sap_horizon/SideNavigation.less +2 -3
  76. package/src/sap/tnt/themes/sap_horizon_dark/NavigationList.less +17 -8
  77. package/src/sap/tnt/themes/sap_horizon_dark/SideNavigation.less +2 -3
  78. package/src/sap/tnt/themes/sap_horizon_hcb/NavigationList.less +17 -9
  79. package/src/sap/tnt/themes/sap_horizon_hcb/SideNavigation.less +2 -1
  80. package/src/sap/tnt/themes/sap_horizon_hcw/NavigationList.less +17 -9
  81. package/src/sap/tnt/themes/sap_horizon_hcw/SideNavigation.less +2 -1
  82. package/src/sap/ui/core/themes/sap_horizon/.theme +1 -1
  83. package/src/sap/ui/core/themes/sap_horizon/fonts/SAP-icons.ttf +0 -0
  84. package/src/sap/ui/core/themes/sap_horizon/fonts/SAP-icons.woff2 +0 -0
  85. package/src/sap/ui/core/themes/sap_horizon_dark/.theme +1 -1
  86. package/src/sap/ui/core/themes/sap_horizon_dark/fonts/SAP-icons.ttf +0 -0
  87. package/src/sap/ui/core/themes/sap_horizon_dark/fonts/SAP-icons.woff2 +0 -0
  88. package/src/sap/ui/core/themes/sap_horizon_hcb/.theme +1 -1
  89. package/src/sap/ui/core/themes/sap_horizon_hcb/fonts/SAP-icons.ttf +0 -0
  90. package/src/sap/ui/core/themes/sap_horizon_hcb/fonts/SAP-icons.woff2 +0 -0
  91. package/src/sap/ui/core/themes/sap_horizon_hcw/.theme +1 -1
  92. package/src/sap/ui/core/themes/sap_horizon_hcw/fonts/SAP-icons.ttf +0 -0
  93. package/src/sap/ui/core/themes/sap_horizon_hcw/fonts/SAP-icons.woff2 +0 -0
  94. package/src/sap/ui/rta/themes/sap_horizon_dark/Toolbar.adaptation.less +7 -0
  95. package/src/sap/ui/unified/themes/sap_horizon/Calendar.less +56 -21
  96. package/src/sap/ui/unified/themes/sap_horizon/ColorPicker.less +0 -4
  97. package/src/sap/ui/unified/themes/sap_horizon_dark/Calendar.less +56 -22
  98. package/src/sap/ui/unified/themes/sap_horizon_dark/ColorPicker.less +0 -4
  99. package/src/sap/ui/unified/themes/sap_horizon_hcb/Calendar.less +63 -22
  100. package/src/sap/ui/unified/themes/sap_horizon_hcb/ColorPicker.less +0 -5
  101. package/src/sap/ui/unified/themes/sap_horizon_hcw/Calendar.less +63 -22
  102. package/src/sap/ui/unified/themes/sap_horizon_hcw/ColorPicker.less +0 -5
  103. package/LICENSES/Unicode-DFS-2015.txt +0 -51
@@ -12,7 +12,7 @@
12
12
  top: 0;
13
13
  right: 0;
14
14
  bottom: 0;
15
- border: 0.125rem dotted @sapUiContentFocusColor;
15
+ border: 0.125rem dotted var(--sapContent_FocusColor);
16
16
  }
17
17
 
18
18
  .sapMST:focus:not([tabindex]) {
@@ -20,29 +20,29 @@
20
20
  }
21
21
 
22
22
  /* Bulleted indicator of multiple tiles*/
23
- .sapMSTBulleted .sapMSTIndicator{
24
- border: solid 0.0625rem @sapTile_OverlayForegroundColor;
23
+ .sapMSTBulleted .sapMSTIndicator {
24
+ border: solid 0.0625rem var(--sapTile_OverlayForegroundColor);
25
25
  opacity: 0.6;
26
- box-shadow : 0 0 0.125rem @sapContent_ShadowColor;
26
+ box-shadow: 0 0 0.125rem var(--sapContent_ShadowColor);
27
27
  margin: 0 0.094rem;
28
28
  }
29
29
 
30
30
  .sapMSTBulleted .sapMSTIndicator.sapMSTActive {
31
- background: @sapTile_OverlayForegroundColor;
32
- box-shadow: 0 0 0.063rem @sapContent_ShadowColor;
31
+ background: var(--sapTile_OverlayForegroundColor);
32
+ box-shadow: 0 0 0.063rem var(--sapContent_ShadowColor);
33
33
  }
34
34
 
35
35
  .sapMST .sapMSTIconDisplayArea {
36
- background-color: @sapButton_Background;
37
- border: 0.0625rem solid @sapButton_BorderColor;
36
+ background-color: var(--sapButton_Background);
37
+ border: 0.0625rem solid var(--sapButton_BorderColor);
38
38
  }
39
39
 
40
- .sapMST .sapMSTIconNestedArea .sapUiIcon{
41
- color: @sapButton_IconColor !important;
40
+ .sapMST .sapMSTIconNestedArea .sapUiIcon {
41
+ color: var(--sapButton_IconColor) !important;
42
42
  }
43
43
 
44
44
  .sapMST .sapMSTIconClickTapArea:hover ~.sapMSTIconDisplayArea {
45
- background-color: @sapButton_Active_Background;
45
+ background-color: var(--sapButton_Active_Background);
46
46
  }
47
47
 
48
48
  .sapMST .sapMGT {
@@ -51,7 +51,8 @@
51
51
 
52
52
  .sapMST:hover {
53
53
  box-shadow: none;
54
- .sapMSTFocusDiv{
54
+
55
+ .sapMSTFocusDiv {
55
56
  outline: 0.1875rem solid;
56
57
  }
57
58
  }
@@ -61,32 +62,38 @@
61
62
  }
62
63
 
63
64
  .sapMST.sapMSTIconPressed .sapMSTIconClickTapArea:hover ~.sapMSTIconDisplayArea {
64
- border-color: @sapButton_Active_BorderColor;
65
- background-color: @sapButton_Active_Background;
65
+ border-color: var(--sapButton_Active_BorderColor);
66
+ background-color: var(--sapButton_Active_Background);
66
67
  }
67
68
 
68
- .sapMST.sapMSTIconPressed{
69
- .sapMSTIconNestedArea{
70
- .sapUiIcon{
71
- color: @sapButton_Active_TextColor !important;
69
+ .sapMST.sapMSTIconPressed {
70
+
71
+ .sapMSTIconNestedArea {
72
+
73
+ .sapUiIcon {
74
+ color: var(--sapButton_Active_TextColor) !important;
72
75
  }
73
76
  }
74
77
  }
75
78
 
76
- .sapMSTWrapper>.sapMGT{
77
- &:not(.sapMGTStateDisabled):hover, &:not(.sapMGTStateDisabled):active {
79
+ .sapMSTWrapper > .sapMGT {
80
+
81
+ &:not(.sapMGTStateDisabled):hover,
82
+ &:not(.sapMGTStateDisabled):active {
78
83
  border: none !important;
79
84
  }
80
85
  }
81
86
 
82
87
  .sapMST .sapMSTIconNestedArea {
88
+
83
89
  .sapUiIcon {
84
90
  top: 0.1rem;
85
91
  right: 0.04rem
86
92
  }
87
93
  }
88
94
 
89
- .sapMST:not(.sapMSTPauseIcon) .sapMSTIconNestedArea{
95
+ .sapMST:not(.sapMSTPauseIcon) .sapMSTIconNestedArea {
96
+
90
97
  .sapUiIcon {
91
98
  top: 0.05rem;
92
99
  left: 0.1rem;
@@ -8,19 +8,19 @@
8
8
  @_sap_m_Slider_Progress_Border: 0.0625rem;
9
9
 
10
10
  .sapMSliderInner {
11
- background: @sapUiSliderBackground;
12
- border: @_sap_m_Slider_Progress_Border solid @sapUiSliderBorderColor;
11
+ background: var(--sapSlider_Background);
12
+ border: @_sap_m_Slider_Progress_Border solid var(--sapSlider_BorderColor);
13
13
  box-sizing: border-box;
14
14
  }
15
15
 
16
16
  .sapMSliderProgress {
17
- background: @sapUiSliderSelectedBackground;
18
- border: @_sap_m_Slider_Progress_Border solid @sapUiSliderSelectedBorderColor;
17
+ background: var(--sapSlider_Selected_Background);
18
+ border: @_sap_m_Slider_Progress_Border solid var(--sapSlider_Selected_BorderColor);
19
19
  box-sizing: content-box;
20
20
  margin-top: -0.0625rem;
21
21
  margin-left: -0.0625rem;
22
22
 
23
- &:before {
23
+ &::before {
24
24
  content: none;
25
25
  transform: none;
26
26
  }
@@ -28,24 +28,24 @@
28
28
 
29
29
  .sapMSliderInner:not(.sapMSliderInnerDisabled) .sapMSliderProgress:hover ~ .sapMSliderHandle,
30
30
  .sapMSliderHandle:hover {
31
- background: @sapUiSliderHoverHandleBackground;
32
- border-color: @sapUiSliderHoverHandleBorderColor;
31
+ background: var(--sapSlider_Hover_HandleBackground);
32
+ border-color: var(--sapSlider_Hover_HandleBorderColor);
33
33
  }
34
34
 
35
35
  /* slider handle */
36
36
  .sapMSliderInner .sapMSliderHandle {
37
- background: @sapUiSliderHandleBackground;
38
- border: 1px solid @sapUiSliderHandleBorderColor;
37
+ background: var(--sapSlider_HandleBackground);
38
+ border: 1px solid var(--sapSlider_HandleBorderColor);
39
39
  border-radius: 0.5rem;
40
40
  width: 2rem;
41
41
  height: 1.5rem;
42
42
  margin-left: -1rem;
43
43
  top: -0.625rem;
44
44
 
45
- &:focus:before {
45
+ &:focus::before {
46
46
  content: '';
47
47
  position: absolute;
48
- border: @sapUiContentFocusWidth @sapUiContentFocusStyle @sapUiContentFocusColor;
48
+ border: var(--sapContent_FocusWidth) var(--sapContent_FocusStyle) var(--sapContent_FocusColor);
49
49
  border-radius: 0.75rem;
50
50
  pointer-events: none;
51
51
  top: -0.3125rem;
@@ -55,9 +55,9 @@
55
55
  }
56
56
  }
57
57
 
58
- .sapMSliderInner .sapMSliderHandle:not(:focus):not(.sapMSliderHandlePressed):not(.sapMRangeSlider.sapMSlider .sapMSliderInner:not(.sapMSliderInnerDisabled) .sapMSliderHandle:focus):after {
59
- font-family: SAP-icons;
60
- content: "\e29c";
58
+ .sapMSliderInner .sapMSliderHandle:not(:focus):not(.sapMSliderHandlePressed):not(.sapMRangeSlider.sapMSlider .sapMSliderInner:not(.sapMSliderInnerDisabled) .sapMSliderHandle:focus)::after {
59
+ font-family: var(--sapContent_IconFontFamily);
60
+ content: '\e29c';
61
61
  position: absolute;
62
62
  top: 0.25rem;
63
63
  right: 0.5rem;
@@ -65,19 +65,20 @@
65
65
  vertical-align: middle;
66
66
  font-size: 0.875rem;
67
67
  line-height: 0.875rem;
68
- color: @sapContent_Selected_ForegroundColor;
68
+ color: var(--sapContent_Selected_ForegroundColor);
69
69
  }
70
70
 
71
71
  .sapMSliderInner:not(.sapMSliderInnerDisabled) .sapMSliderHandle {
72
+
72
73
  &:hover {
73
- background: @sapUiSliderHoverHandleBackground;
74
- border-color: @sapUiSliderHoverHandleBorderColor;
74
+ background: var(--sapSlider_Hover_HandleBackground);
75
+ border-color: var(--sapSlider_Hover_HandleBorderColor);
75
76
  }
76
77
  }
77
78
 
78
79
  .sapMSliderInner:not(.sapMSliderInnerDisabled) .sapMSliderHandle:focus {
79
- background: @sapUiSliderActiveRangeHandleBackground;
80
- border: @sapUiContentFocusWidth solid @sapUiContentFocusColor;
80
+ background: var(--sapSlider_Active_RangeHandleBackground);
81
+ border: var(--sapContent_FocusWidth) solid var(--sapContent_FocusColor);
81
82
  outline: none;
82
83
  top: -0.625rem;
83
84
  }
@@ -87,8 +88,8 @@
87
88
  height: 1rem;
88
89
  width: 2rem;
89
90
  left: -1rem;
90
- font-size: @sapMFontSmallSize;
91
- color: @sapUiContentLabelColor;
91
+ font-size: var(--sapFontSmallSize);
92
+ color: var(--sapContent_LabelColor);
92
93
  }
93
94
 
94
95
  .sapMSliderTickmarks {
@@ -99,7 +100,7 @@
99
100
  }
100
101
 
101
102
  .sapMSliderTick {
102
- border-color: @sapUiContentMeasureIndicatorColor;
103
+ border-color: var(--sapContent_MeasureIndicatorColor);
103
104
  margin: 0;
104
105
  height: .5rem;
105
106
  }
@@ -109,8 +110,8 @@
109
110
 
110
111
  .sapMSliderRangeLabel {
111
112
  width: 2rem;
112
- font-size: @sapMFontSmallSize;
113
- color: @sapUiContentLabelColor;
113
+ font-size: var(--sapFontSmallSize);
114
+ color: var(--sapContent_LabelColor);
114
115
  }
115
116
  }
116
117
 
@@ -120,11 +121,11 @@
120
121
  }
121
122
 
122
123
  .sapMSliderInner::before {
123
- content: "";
124
+ content: '';
124
125
  position: absolute;
125
126
  box-sizing: border-box;
126
- border: 0.0625rem solid @sapUiContentSelectedMeasureIndicatorColor;
127
- background-color: @sapUiSliderSelectedBackground;
127
+ border: 0.0625rem solid var(--sapContent_Selected_MeasureIndicatorColor);
128
+ background-color: var(--sapSlider_Selected_Background);
128
129
  border-radius: 50%;
129
130
  width: 0.5rem;
130
131
  height: 0.5rem;
@@ -133,11 +134,11 @@
133
134
  }
134
135
 
135
136
  .sapMSlider::after {
136
- content: "";
137
+ content: '';
137
138
  position: absolute;
138
139
  box-sizing: border-box;
139
- border: 0.0625rem solid @sapUiContentMeasureIndicatorColor;
140
- background-color: @sapUiContentMeasureIndicatorColor;
140
+ border: 0.0625rem solid var(--sapContent_MeasureIndicatorColor);
141
+ background-color: var(--sapContent_MeasureIndicatorColor);
141
142
  border-radius: 50%;
142
143
  width: 0.5rem;
143
144
  height: 0.5rem;
@@ -148,8 +149,8 @@
148
149
  /* pressed */
149
150
  .sapMSliderPressed:not(.sapMSliderInnerDisabled) > .sapMSliderHandle,
150
151
  .sapMSlider .sapMSliderInner > .sapMSliderHandle.sapMSliderHandlePressed {
151
- background-color: @sapUiButtonActiveBackground;
152
- border-color: @sapUiButtonActiveBorderColor;
152
+ background-color: var(--sapButton_Active_Background);
153
+ border-color: var(--sapButton_Active_BorderColor);
153
154
  }
154
155
 
155
156
  .sapUiSizeCompact {
@@ -186,12 +187,12 @@
186
187
  padding-top: 0.375rem;
187
188
  }
188
189
 
189
- .sapMSliderInner .sapMSliderHandle:not(.sapMSliderHandlePressed):not(.sapMRangeSlider.sapMSlider .sapMSliderInner:not(.sapMSliderInnerDisabled):hover>.sapMSliderHandle):not(.sapMRangeSlider.sapMSlider .sapMSliderInner:not(.sapMSliderInnerDisabled) .sapMSliderHandle:focus):after {
190
+ .sapMSliderInner .sapMSliderHandle:not(.sapMSliderHandlePressed):not(.sapMRangeSlider.sapMSlider .sapMSliderInner:not(.sapMSliderInnerDisabled):hover > .sapMSliderHandle):not(.sapMRangeSlider.sapMSlider .sapMSliderInner:not(.sapMSliderInnerDisabled) .sapMSliderHandle:focus)::after {
190
191
  top: 0.125rem;
191
192
  right: 0.25rem;
192
193
  }
193
194
  }
194
195
 
195
- .sapMSliderTick[data-ui5-active-tickmark="true"] {
196
- border-left: 0.0625rem solid @sapSlider_Selected_BorderColor;
196
+ .sapMSliderTick[data-ui5-active-tickmark='true'] {
197
+ border-left: 0.0625rem solid var(--sapSlider_Selected_BorderColor);
197
198
  }
@@ -3,40 +3,38 @@
3
3
  /* Horizon High Contrast White theme */
4
4
  /* ==================================== */
5
5
 
6
- /* ------------------------------ */
7
6
  /* Slider Tooltip styles */
8
- /* ------------------------------ */
9
7
 
10
8
  .sapMSliderTooltip {
11
- background: @sapUiFieldBackground;
12
- border-radius: @sapUiElementBorderCornerRadius;
13
- border: 1px solid @sapUiFieldBorderColor;
9
+ background: var(--sapField_Background);
10
+ border-radius: var(--sapElement_BorderCornerRadius);
11
+ border: 1px solid var(--sapField_BorderColor);
14
12
  box-shadow: none;
15
13
  height: 1.375rem;
16
14
  min-width: 2rem;
17
15
  padding: 0.25rem;
18
- font-size: @sapMFontSmallSize;
16
+ font-size: var(--sapFontSmallSize);
19
17
  }
20
18
 
21
19
  .sapMSliderTooltipInput {
22
- background-color: @sapUiFieldBackground;
20
+ background-color: var(--sapField_Background);
23
21
  font-size: @sapMFontMediumSize;
24
- color: @sapUiFieldTextColor;
22
+ color: var(--sapField_TextColor);
25
23
  }
26
24
 
27
25
  .sapMSliderTooltipErrorState {
28
- background: @sapUiFieldInvalidBackground;
29
- border-color: @sapUiFieldInvalidColor
26
+ background: var(--sapField_InvalidBackground);
27
+ border-color: var(--sapField_InvalidColor);
30
28
  }
31
29
 
32
30
  .sapMSliderTooltipErrorState .sapMSliderTooltipInput {
33
- background: @sapUiFieldInvalidBackground;
31
+ background: var(--sapField_InvalidBackground);
34
32
  }
35
33
 
36
34
  .sapMSliderTooltip.sapMSliderTooltipNonEditableWrapper {
37
35
  border-radius: 0.25rem;
38
36
  height: 0.875rem;
39
37
  padding: 0.25rem;
40
- font-size: @sapMFontSmallSize;
41
- color: @sapUiContentLabelColor;
38
+ font-size: var(--sapFontSmallSize);
39
+ color: var(--sapContent_LabelColor);
42
40
  }
@@ -9,7 +9,7 @@
9
9
  left: 0.125rem;
10
10
  right: 0.125rem;
11
11
  border: 0.125rem dotted @sapUiContentFocusColor;
12
- border-radius: 0.35rem
12
+ border-radius: 0.375rem
13
13
  }
14
14
 
15
15
  .sapUiSizeCompact {
@@ -4,41 +4,44 @@
4
4
  /* ===================================== */
5
5
 
6
6
  /* 4px border for the branding bar */
7
- .sapMSplitContainerMaster:before {
8
- content: "";
7
+ .sapMSplitContainerMaster::before {
8
+ content: '';
9
9
  position: absolute;
10
10
  width: 0px;
11
11
  right: 0px;
12
12
  height: 0.25rem;
13
13
  top: 0;
14
- border-right: 1px solid @sapUiGroupContentBorderColor;
14
+ border-right: 1px solid var(--sapGroup_ContentBorderColor);
15
15
  z-index: 6;
16
16
  }
17
17
 
18
18
  /* reset the separator and branding bar when master is shown in an overlay */
19
19
  .sapMSplitContainerShowHide.sapMSplitContainerPortrait,
20
20
  .sapMSplitContainerHideMode {
21
- > .sapMSplitContainerMaster:after,
22
- > .sapMSplitcontainerMaster:before {
21
+
22
+ > .sapMSplitContainerMaster::after,
23
+ > .sapMSplitcontainerMaster::before {
23
24
  display: none;
24
25
  }
25
26
  }
26
27
 
27
28
  .sapUiUfdShell,
28
29
  .sapMPopoverCont {
30
+
29
31
  .sapMSplitContainerMaster:before {
30
32
  display: none; /* do not show in a popover */
31
33
  }
32
34
  }
33
35
 
34
36
  @media (min-height: @_sap_m_SplitContainer_MinHeightForHeader) {
37
+
35
38
  /* Shell draws its own branding bar */
36
- .sap-desktop .sapMShell .sapMSplitContainerMaster:before{
39
+ .sap-desktop .sapMShell .sapMSplitContainerMaster::before {
37
40
  display: none;
38
41
  }
39
42
  }
40
43
 
41
44
  /* HCB Additional Styles */
42
45
  .sapMSplitContainerDetail {
43
- background-color: @sapUiBaseBG;
46
+ background-color: var(--sapBackgroundColor);
44
47
  }
@@ -7,8 +7,8 @@
7
7
  padding-top: 0.75rem;
8
8
  }
9
9
 
10
- // This change and the usage of sapList_Background for the text color is just temporary.
11
- // Refer to DINC0336686 for more information
10
+ /* This change and the usage of sapList_Background for the text color is just temporary. */
11
+ /* Refer to DINC0336686 for more information */
12
12
  .sapMSLIInfo.sapMSLIInfoStateInverted {
13
13
  color: var(--sapList_Background);
14
14
  }
@@ -18,7 +18,7 @@
18
18
  .sapFDynamicPageTitleMainHeadingInner {
19
19
  margin-top: 0.6875rem;
20
20
 
21
- .sapMTitle:not(.sapUICompVarMngmtTitle) {
21
+ .sapMTitle:not(.sapUICompVarMngmtTitle):not(.sapMVarMngmtTitle) {
22
22
  font-size: @sapUiObjectHeaderTitleSnappedFontSize;
23
23
  font-family: @sapUiObjectHeaderTitleFontFamily;
24
24
  }
@@ -3,12 +3,11 @@
3
3
  /* Horizon theme */
4
4
  /* ======================================= */
5
5
 
6
- @_sap_tnt_NavigationList_CollapsedWidth: 3.5rem;
6
+ @_sap_tnt_NavigationList_CollapsedWidth: 4rem;
7
7
  @_sap_tnt_NavigationList_IconColor: @sapUiListTextColor;
8
- @_sap_tnt_NavigationList_IconFontSize: 1.125rem;
9
8
  @_sap_tnt_NavigationList_ExpandIconColor: @sapUiListTextColor;
10
9
  @_sap_tnt_NavigationList_GroupBorderStyleColor: none;
11
- @_sap_tnt_NavigationList_ItemHeight: 2.5rem;
10
+ @_sap_tnt_NavigationList_ItemHeight: 2.75rem;
12
11
  @_sap_tnt_NavigationList_ItemBorderRadius: 0.375rem;
13
12
  @_sap_tnt_NavigationList_ItemBottomMargin: 0.25rem;
14
13
  @_sap_tnt_NavigationList_ItemBottomMarginCompact: 0.25rem;
@@ -20,11 +19,14 @@
20
19
  @_sap_tnt_NavigationList_SelectedItemBorder: none;
21
20
  @_sap_tnt_NavigationList_Collapsed_SelectedItemBorder: 0.125rem solid @_sap_tnt_NavigationList_SelectedItemBorderColor;
22
21
  @_sap_tnt_NavigationList_GroupIconWidth: 2rem;
22
+ @_sap_tnt_NavigationList_GroupIconWidthExpanded: 1rem;
23
+ @_sap_tnt_NavigationList_GroupIconMarginLeft: 1rem;
24
+ @_sap_tnt_NavigationList_GroupIconMarginRight: 0.5rem;
23
25
  @_sap_tnt_NavigationList_GroupBottomMarginInPopup: 0.75rem;
24
26
  @_sap_tnt_NavigationList_GroupTextWeight: bold;
25
27
  @_sap_tnt_NavigationList_NoIconsNestedItemPadding: 2rem;
26
- @_sap_tnt_NavigationList_Padding: 0.5rem;
27
- @_sap_tnt_NavigationList_PaddingCompact: 1.5rem 0.75rem 0.75rem 0.75rem;
28
+ @_sap_tnt_NavigationList_Padding: 0.5rem 0.5rem 0 0.5rem;
29
+ @_sap_tnt_NavigationList_PaddingFixed: 0 0.5rem 0.5rem 0.5rem;
28
30
  @_sap_tnt_NavigationList_ParentPopupPadding: 0.75rem;
29
31
  @_sap_tnt_NavigationList_ParentPopupBorderRadius: 0.75rem;
30
32
  @_sap_tnt_NavigationList_PopupItemPadding: 0 0.5rem;
@@ -33,9 +35,16 @@
33
35
  @_sap_tnt_NavigationList_PopupArrowBoxShadow: 0 0 0.125rem 0 fade(@sapUiContentShadowColor, 48), 0 1rem 2rem 0 fade(@sapUiContentShadowColor, 16);
34
36
  @_sap_tnt_NavigationList_PopupTitleTextSize: 1.25rem;
35
37
  @_sap_tnt_NavigationList_PopupTitleLineHeight: 1.5rem;
36
- @_sap_tnt_NavigationList_SelectionIndicatorDisplay: block;
37
38
  @_sap_tnt_NavigationList_Collapsed_HoverOrFocusTextDisplay: block;
38
39
  @_sap_tnt_NavigationList_Collapsed_HoverOrFocusItemZIndex: 1;
39
40
  @_sap_tnt_NavigationList_Collapsed_HoverOrFocusItemPosition: absolute;
40
- @_sap_tnt_NavigationList_Collapsed_HoverOrFocusItemPadding: 0.5rem 0.5rem 0.5rem 0.25rem;
41
- @_sap_tnt_NavigationList_Collapsed_HoverOrFocusItemPaddingCompact: 0.5rem 0.5rem 0.5rem 0;
41
+ @_sap_tnt_NavigationList_Collapsed_HoverOrFocusItemPadding: 0.5rem;
42
+ @_sap_tnt_NavigationList_Collapsed_HoverOrFocusItemPaddingCompact: @_sap_tnt_NavigationList_Collapsed_HoverOrFocusItemPadding;
43
+ @_sap_tnt_NavigationList_CollapsedIconPaddingLeft: 0.25rem;
44
+ @_sap_tnt_NavigationList_NavigationIndicator: "\E066";
45
+ @_sap_tnt_NavigationList_ExpandIconWidth: 2.25rem;
46
+ @_sap_tnt_NavigationList_ExpandIconMarginRight: 0.375rem;
47
+ @_sap_tnt_NavigationList_ExpandIconMarginLeft: 0.5rem;
48
+ @_sap_tnt_NavigationList_ExpandIconFontSize: 1rem;
49
+ @_sap_tnt_NavigationList_Collapsed_SelectedItemBackground: ~"0 100% / 0.188rem 100%" no-repeat linear-gradient(0deg, @sapUiListHighlightColor, @sapUiListHighlightColor), @sapUiListSelectionBackgroundColor;
50
+ @_sap_tnt_NavigationList_Collapsed_SelectedItemBackgroundRTL: ~"100% 0 / 0.188rem 100%" no-repeat linear-gradient(0deg, @sapUiListHighlightColor, @sapUiListHighlightColor), @sapUiListSelectionBackgroundColor;
@@ -4,9 +4,8 @@
4
4
  /* ======================================= */
5
5
 
6
6
  @_sap_tnt_SideNavigation_Width: 16rem;
7
- @_sap_tnt_SideNavigation_CollapsedWidth: 3.5rem;
8
- @_sap_tnt_SideNavigation_NavigationSeparatorMargin: 0.5rem;
9
- @_sap_tnt_SideNavigation_NavigationSeparatorMarginCollapsed: 0.5rem;
7
+ @_sap_tnt_SideNavigation_CollapsedWidth: 4rem;
8
+ @_sap_tnt_SideNavigation_NavigationSeparatorMargin: 0.25rem 0.5rem 0.25rem 0.5rem;
10
9
  @_sap_tnt_SideNavigation_NavigationSeparatorBackgroundColor: @sapUiToolbarSeparatorColor;
11
10
  @_sap_tnt_SideNavigation_NavigationSeparatorRadius: 0.125rem;
12
11
  @_sap_tnt_SideNavigation_NavigationSeparatorHeight: 0.0625rem;
@@ -3,12 +3,11 @@
3
3
  /* Evening Horizon theme */
4
4
  /* ======================================= */
5
5
 
6
- @_sap_tnt_NavigationList_CollapsedWidth: 3.5rem;
6
+ @_sap_tnt_NavigationList_CollapsedWidth: 4rem;
7
7
  @_sap_tnt_NavigationList_IconColor: @sapUiListTextColor;
8
- @_sap_tnt_NavigationList_IconFontSize: 1.125rem;
9
8
  @_sap_tnt_NavigationList_ExpandIconColor: @sapUiListTextColor;
10
9
  @_sap_tnt_NavigationList_GroupBorderStyleColor: none;
11
- @_sap_tnt_NavigationList_ItemHeight: 2.5rem;
10
+ @_sap_tnt_NavigationList_ItemHeight: 2.75rem;
12
11
  @_sap_tnt_NavigationList_ItemBorderRadius: 0.375rem;
13
12
  @_sap_tnt_NavigationList_ItemBottomMargin: 0.25rem;
14
13
  @_sap_tnt_NavigationList_ItemBottomMarginCompact: 0.25rem;
@@ -20,11 +19,14 @@
20
19
  @_sap_tnt_NavigationList_SelectedItemBorder: none;
21
20
  @_sap_tnt_NavigationList_Collapsed_SelectedItemBorder: 0.125rem solid @_sap_tnt_NavigationList_SelectedItemBorderColor;
22
21
  @_sap_tnt_NavigationList_GroupIconWidth: 2rem;
22
+ @_sap_tnt_NavigationList_GroupIconWidthExpanded: 1rem;
23
+ @_sap_tnt_NavigationList_GroupIconMarginLeft: 1rem;
24
+ @_sap_tnt_NavigationList_GroupIconMarginRight: 0.5rem;
23
25
  @_sap_tnt_NavigationList_GroupBottomMarginInPopup: 0.75rem;
24
26
  @_sap_tnt_NavigationList_GroupTextWeight: bold;
25
27
  @_sap_tnt_NavigationList_NoIconsNestedItemPadding: 2rem;
26
- @_sap_tnt_NavigationList_Padding: 0.5rem;
27
- @_sap_tnt_NavigationList_PaddingCompact: 1.5rem 0.75rem 0.75rem 0.75rem;
28
+ @_sap_tnt_NavigationList_Padding: 0.5rem 0.5rem 0 0.5rem;
29
+ @_sap_tnt_NavigationList_PaddingFixed: 0 0.5rem 0.5rem 0.5rem;
28
30
  @_sap_tnt_NavigationList_ParentPopupPadding: 0.75rem;
29
31
  @_sap_tnt_NavigationList_ParentPopupBorderRadius: 0.75rem;
30
32
  @_sap_tnt_NavigationList_PopupItemPadding: 0 0.5rem;
@@ -33,9 +35,16 @@
33
35
  @_sap_tnt_NavigationList_PopupArrowBoxShadow: 0 0 0.125rem 0 fade(@sapUiContentShadowColor, 48), 0 1rem 2rem 0 fade(@sapUiContentShadowColor, 64);
34
36
  @_sap_tnt_NavigationList_PopupTitleTextSize: 1.25rem;
35
37
  @_sap_tnt_NavigationList_PopupTitleLineHeight: 1.5rem;
36
- @_sap_tnt_NavigationList_SelectionIndicatorDisplay: block;
37
38
  @_sap_tnt_NavigationList_Collapsed_HoverOrFocusTextDisplay: block;
38
39
  @_sap_tnt_NavigationList_Collapsed_HoverOrFocusItemZIndex: 1;
39
40
  @_sap_tnt_NavigationList_Collapsed_HoverOrFocusItemPosition: absolute;
40
- @_sap_tnt_NavigationList_Collapsed_HoverOrFocusItemPadding: 0.5rem 0.5rem 0.5rem 0.25rem;
41
- @_sap_tnt_NavigationList_Collapsed_HoverOrFocusItemPaddingCompact: 0.5rem 0.5rem 0.5rem 0;
41
+ @_sap_tnt_NavigationList_Collapsed_HoverOrFocusItemPadding: 0.5rem;
42
+ @_sap_tnt_NavigationList_Collapsed_HoverOrFocusItemPaddingCompact: @_sap_tnt_NavigationList_Collapsed_HoverOrFocusItemPadding;
43
+ @_sap_tnt_NavigationList_CollapsedIconPaddingLeft: 0.25rem;
44
+ @_sap_tnt_NavigationList_NavigationIndicator: "\E066";
45
+ @_sap_tnt_NavigationList_ExpandIconWidth: 2.25rem;
46
+ @_sap_tnt_NavigationList_ExpandIconMarginRight: 0.375rem;
47
+ @_sap_tnt_NavigationList_ExpandIconMarginLeft: 0.5rem;
48
+ @_sap_tnt_NavigationList_ExpandIconFontSize: 1rem;
49
+ @_sap_tnt_NavigationList_Collapsed_SelectedItemBackground: ~"0 100% / 0.188rem 100%" no-repeat linear-gradient(0deg, @sapUiListHighlightColor, @sapUiListHighlightColor), @sapUiListSelectionBackgroundColor;
50
+ @_sap_tnt_NavigationList_Collapsed_SelectedItemBackgroundRTL: ~"100% 0 / 0.188rem 100%" no-repeat linear-gradient(0deg, @sapUiListHighlightColor, @sapUiListHighlightColor), @sapUiListSelectionBackgroundColor;
@@ -4,9 +4,8 @@
4
4
  /* ======================================= */
5
5
 
6
6
  @_sap_tnt_SideNavigation_Width: 16rem;
7
- @_sap_tnt_SideNavigation_CollapsedWidth: 3.5rem;
8
- @_sap_tnt_SideNavigation_NavigationSeparatorMargin: 0.5rem;
9
- @_sap_tnt_SideNavigation_NavigationSeparatorMarginCollapsed: 0.5rem;
7
+ @_sap_tnt_SideNavigation_CollapsedWidth: 4rem;
8
+ @_sap_tnt_SideNavigation_NavigationSeparatorMargin: 0.25rem 0.5rem 0.25rem 0.5rem;
10
9
  @_sap_tnt_SideNavigation_NavigationSeparatorBackgroundColor: @sapUiToolbarSeparatorColor;
11
10
  @_sap_tnt_SideNavigation_NavigationSeparatorRadius: 0.125rem;
12
11
  @_sap_tnt_SideNavigation_NavigationSeparatorHeight: 0.0625rem;
@@ -3,10 +3,9 @@
3
3
  /* Horizon High Contrast Black theme */
4
4
  /* ======================================= */
5
5
 
6
- @_sap_tnt_NavigationList_CollapsedWidth: 3.5rem;
7
- @_sap_tnt_NavigationList_IconFontSize: 1.125rem;
6
+ @_sap_tnt_NavigationList_CollapsedWidth: 4rem;
8
7
  @_sap_tnt_NavigationList_ExpandIconColor: @sapUiContentNonInteractiveIconColor;
9
- @_sap_tnt_NavigationList_ItemHeight: 2.5rem;
8
+ @_sap_tnt_NavigationList_ItemHeight: 2.75rem;
10
9
  @_sap_tnt_NavigationList_ItemBorderStyleColor: solid @sapUiListBorderColor;
11
10
  @_sap_tnt_NavigationList_ItemBorderWidth: 0 0 0.0625rem 0;
12
11
  @_sap_tnt_NavigationList_ItemFocusBorderOffset: 0;
@@ -15,14 +14,18 @@
15
14
  @_sap_tnt_NavigationList_HoverBorderWidth: 0.0625rem;
16
15
  @_sap_tnt_NavigationList_SelectedBorderWidth: 0.0625rem;
17
16
  @_sap_tnt_NavigationList_SelectedAndFocusedBorderStyleColor: none;
18
- @_sap_tnt_NavigationList_Collapsed_SelectedItemBackground: @sapUiListSelectionBackgroundColor;
17
+ @_sap_tnt_NavigationList_Collapsed_SelectedItemBackground: ~"0 100% / 0.188rem 100%" no-repeat linear-gradient(0deg, @sapUiListHighlightColor, @sapUiListHighlightColor), @sapUiListSelectionBackgroundColor;
18
+ @_sap_tnt_NavigationList_Collapsed_SelectedItemBackgroundRTL: ~"100% 0 / 0.188rem 100%" no-repeat linear-gradient(0deg, @sapUiListHighlightColor, @sapUiListHighlightColor), @sapUiListSelectionBackgroundColor;
19
19
  @_sap_tnt_NavigationList_ItemBottomMargin: 0.25rem;
20
20
  @_sap_tnt_NavigationList_ItemBottomMarginCompact: 0.25rem;
21
21
  @_sap_tnt_NavigationList_GroupTextWeight: bold;
22
22
  @_sap_tnt_NavigationList_GroupIconWidth: 2rem;
23
+ @_sap_tnt_NavigationList_GroupIconWidthExpanded: 1rem;
24
+ @_sap_tnt_NavigationList_GroupIconMarginLeft: 1rem;
25
+ @_sap_tnt_NavigationList_GroupIconMarginRight: 0.5rem;
23
26
  @_sap_tnt_NavigationList_NoIconsNestedItemPadding: 2rem;
24
- @_sap_tnt_NavigationList_Padding: 0.5rem;
25
- @_sap_tnt_NavigationList_PaddingCompact: 1.5rem 0.75rem 0.75rem 0.75rem;
27
+ @_sap_tnt_NavigationList_Padding: 0.5rem 0.5rem 0 0.5rem;
28
+ @_sap_tnt_NavigationList_PaddingFixed: 0 0.5rem 0.5rem 0.5rem;
26
29
  @_sap_tnt_NavigationList_PopupItemPadding: 0 0.5rem;
27
30
  @_sap_tnt_NavigationList_PopupIconWidth: 0.5rem;
28
31
  @_sap_tnt_NavigationList_ParentPopupPadding: 0.75rem;
@@ -31,11 +34,16 @@
31
34
  @_sap_tnt_NavigationList_PopupArrowBoxShadow: 0 0 0 0.0625rem @sapUiContentShadowColor, 0 1rem 2rem 0 fade(@sapUiContentShadowColor, 16);
32
35
  @_sap_tnt_NavigationList_PopupTitleTextSize: 1.25rem;
33
36
  @_sap_tnt_NavigationList_PopupTitleLineHeight: 1.5rem;
34
- @_sap_tnt_NavigationList_SelectionIndicatorDisplay: block;
35
37
  @_sap_tnt_NavigationList_PopupPadding: 0.5rem;
36
38
  @_sap_tnt_NavigationList_Collapsed_GroupBorderWidth: @_sap_tnt_NavigationList_GroupBorderWidth;
37
39
  @_sap_tnt_NavigationList_Collapsed_HoverOrFocusTextDisplay: block;
38
40
  @_sap_tnt_NavigationList_Collapsed_HoverOrFocusItemZIndex: 1;
39
41
  @_sap_tnt_NavigationList_Collapsed_HoverOrFocusItemPosition: absolute;
40
- @_sap_tnt_NavigationList_Collapsed_HoverOrFocusItemPadding: 0.5rem 0.5rem 0.5rem 0.25rem;
41
- @_sap_tnt_NavigationList_Collapsed_HoverOrFocusItemPaddingCompact: 0.5rem 0.5rem 0.5rem 0;
42
+ @_sap_tnt_NavigationList_Collapsed_HoverOrFocusItemPadding: 0.5rem;
43
+ @_sap_tnt_NavigationList_Collapsed_HoverOrFocusItemPaddingCompact: @_sap_tnt_NavigationList_Collapsed_HoverOrFocusItemPadding;
44
+ @_sap_tnt_NavigationList_CollapsedIconPaddingLeft: 0.25rem;
45
+ @_sap_tnt_NavigationList_NavigationIndicator: "\E066";
46
+ @_sap_tnt_NavigationList_ExpandIconWidth: 2.25rem;
47
+ @_sap_tnt_NavigationList_ExpandIconMarginRight: 0.375rem;
48
+ @_sap_tnt_NavigationList_ExpandIconMarginLeft: 0.5rem;
49
+ @_sap_tnt_NavigationList_ExpandIconFontSize: 1rem;
@@ -4,7 +4,8 @@
4
4
  /* ======================================= */
5
5
 
6
6
  @_sap_tnt_SideNavigation_Width: 16rem;
7
- @_sap_tnt_SideNavigation_CollapsedWidth: 3.5rem;
7
+ @_sap_tnt_SideNavigation_CollapsedWidth: 4rem;
8
+ @_sap_tnt_SideNavigation_NavigationSeparatorMargin: 0.25rem 0.5rem 0.25rem 0.5rem;
8
9
  @_sap_tnt_SideNavigation_NavigationSeparatorHeight: 0.0625rem;
9
10
  @_sap_tnt_SideNavigation_PhoneBorderRadius: 0.5rem;
10
11
  @_sap_tnt_SideNavigation_BoxShadow: var(--sapContent_Shadow0);