@openui5/themelib_sap_horizon 1.141.2 → 1.143.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 (68) hide show
  1. package/README.md +2 -2
  2. package/REUSE.toml +39 -1
  3. package/THIRDPARTY.txt +36 -3
  4. package/package.json +18 -18
  5. package/src/sap/f/themes/sap_horizon/Card.less +1 -1
  6. package/src/sap/f/themes/sap_horizon_dark/Card.less +1 -1
  7. package/src/sap/m/themes/sap_horizon/SegmentedButton.less +3 -3
  8. package/src/sap/m/themes/sap_horizon/SliderTooltip.less +7 -3
  9. package/src/sap/m/themes/sap_horizon_dark/GenericTile.less +0 -11
  10. package/src/sap/m/themes/sap_horizon_dark/SegmentedButton.less +3 -3
  11. package/src/sap/m/themes/sap_horizon_dark/SliderTooltip.less +7 -3
  12. package/src/sap/m/themes/sap_horizon_hcb/SliderTooltip.less +4 -5
  13. package/src/sap/m/themes/sap_horizon_hcw/SliderTooltip.less +4 -5
  14. package/src/sap/tnt/themes/sap_horizon/NavigationList.less +8 -8
  15. package/src/sap/tnt/themes/sap_horizon/ToolPage.less +7 -7
  16. package/src/sap/tnt/themes/sap_horizon_dark/NavigationList.less +7 -7
  17. package/src/sap/tnt/themes/sap_horizon_dark/ToolPage.less +4 -4
  18. package/src/sap/tnt/themes/sap_horizon_hcb/NavigationList.less +7 -7
  19. package/src/sap/tnt/themes/sap_horizon_hcb/ToolPage.less +8 -8
  20. package/src/sap/tnt/themes/sap_horizon_hcw/NavigationList.less +7 -7
  21. package/src/sap/tnt/themes/sap_horizon_hcw/ToolPage.less +4 -4
  22. package/src/sap/ui/codeeditor/themes/sap_horizon_hcb/CodeEditor.less +5 -6
  23. package/src/sap/ui/codeeditor/themes/sap_horizon_hcw/CodeEditor.less +5 -6
  24. package/src/sap/ui/core/themes/sap_horizon/.theme +1 -1
  25. package/src/sap/ui/core/themes/sap_horizon/BusyIndicator.less +23 -0
  26. package/src/sap/ui/core/themes/sap_horizon/library.source.less +1 -1
  27. package/src/sap/ui/core/themes/sap_horizon_dark/.theme +1 -1
  28. package/src/sap/ui/core/themes/sap_horizon_dark/BusyIndicator.less +23 -0
  29. package/src/sap/ui/core/themes/sap_horizon_dark/library.source.less +1 -1
  30. package/src/sap/ui/core/themes/sap_horizon_hcb/.theme +1 -1
  31. package/src/sap/ui/core/themes/sap_horizon_hcb/BusyIndicator.less +24 -0
  32. package/src/sap/ui/core/themes/sap_horizon_hcb/Icon.less +7 -7
  33. package/src/sap/ui/core/themes/sap_horizon_hcb/library.source.less +1 -2
  34. package/src/sap/ui/core/themes/sap_horizon_hcw/.theme +1 -1
  35. package/src/sap/ui/core/themes/sap_horizon_hcw/BusyIndicator.less +24 -0
  36. package/src/sap/ui/core/themes/sap_horizon_hcw/Icon.less +7 -7
  37. package/src/sap/ui/core/themes/sap_horizon_hcw/library.source.less +1 -2
  38. package/src/sap/ui/core/themes/sap_horizon_hcw/shared.less +4 -0
  39. package/src/sap/ui/rta/themes/sap_horizon_hcb/ChangeVisualization.less +2 -0
  40. package/src/sap/ui/rta/themes/sap_horizon_hcb/Toolbar.adaptation.less +1 -1
  41. package/src/sap/ui/rta/themes/sap_horizon_hcw/ChangeVisualization.less +2 -0
  42. package/src/sap/ui/rta/themes/sap_horizon_hcw/Toolbar.adaptation.less +1 -1
  43. package/src/sap/ui/unified/themes/sap_horizon/CalendarLegend.less +11 -9
  44. package/src/sap/ui/unified/themes/sap_horizon/CalendarRow.less +36 -42
  45. package/src/sap/ui/unified/themes/sap_horizon/FileUploader.less +6 -31
  46. package/src/sap/ui/unified/themes/sap_horizon/Menu.less +22 -16
  47. package/src/sap/ui/unified/themes/sap_horizon_dark/CalendarLegend.less +9 -7
  48. package/src/sap/ui/unified/themes/sap_horizon_dark/CalendarRow.less +35 -42
  49. package/src/sap/ui/unified/themes/sap_horizon_dark/FileUploader.less +5 -30
  50. package/src/sap/ui/unified/themes/sap_horizon_dark/Menu.less +19 -14
  51. package/src/sap/ui/unified/themes/sap_horizon_hcb/CalendarLegend.less +6 -3
  52. package/src/sap/ui/unified/themes/sap_horizon_hcb/CalendarRow.less +44 -49
  53. package/src/sap/ui/unified/themes/sap_horizon_hcb/FileUploader.less +5 -30
  54. package/src/sap/ui/unified/themes/sap_horizon_hcb/Menu.less +23 -17
  55. package/src/sap/ui/unified/themes/sap_horizon_hcw/CalendarLegend.less +6 -3
  56. package/src/sap/ui/unified/themes/sap_horizon_hcw/CalendarRow.less +46 -50
  57. package/src/sap/ui/unified/themes/sap_horizon_hcw/FileUploader.less +5 -30
  58. package/src/sap/ui/unified/themes/sap_horizon_hcw/Menu.less +23 -17
  59. package/src/sap/uxap/themes/sap_horizon/ObjectPageSubSection.less +0 -5
  60. package/src/sap/uxap/themes/sap_horizon_dark/ObjectPageSubSection.less +0 -5
  61. package/src/sap/uxap/themes/sap_horizon_hcb/ObjectPageSubSection.less +4 -5
  62. package/src/sap/uxap/themes/sap_horizon_hcw/ObjectPageSubSection.less +4 -5
  63. package/src/sap/ui/core/themes/sap_horizon/LocalBusyIndicator.less +0 -23
  64. package/src/sap/ui/core/themes/sap_horizon_dark/LocalBusyIndicator.less +0 -23
  65. package/src/sap/ui/core/themes/sap_horizon_hcb/LocalBusyIndicator.less +0 -24
  66. package/src/sap/ui/core/themes/sap_horizon_hcb/Shadow.less +0 -8
  67. package/src/sap/ui/core/themes/sap_horizon_hcw/LocalBusyIndicator.less +0 -24
  68. package/src/sap/ui/core/themes/sap_horizon_hcw/Shadow.less +0 -8
@@ -0,0 +1,23 @@
1
+ /* ======================================================================== */
2
+ /* CSS for control BusyIndicator implementation of the sap.ui.core.Control */
3
+ /* Morning Horizon theme */
4
+ /* ======================================================================== */
5
+
6
+ @_sap_ui_core_LocalBusyIndicator_Color: @sapContent_BusyColor;
7
+
8
+ .sapUiLocalBusyIndicatorSizeSection,
9
+ .sapUiLocalBusyIndicatorSizeBig {
10
+ font-size: @_sap_ui_core_LocalBusyIndicator_SizeMedium;
11
+ }
12
+
13
+ .sapUiLocalBusyIndicatorShowContainer > div.sapUiLocalBusyIndicatorAnimation {
14
+ background-color: var(--sapList_Background);
15
+ box-shadow: var(--sapContent_Shadow2);
16
+ border-radius: var(--sapElement_BorderCornerRadius);
17
+ padding: 1rem 2rem;
18
+ max-width: 15rem;
19
+ /* Centers the busy indicator markers considering the size of the white container */
20
+ left: 50%;
21
+ top: 50%;
22
+ transform: translate(-50%, -50%);
23
+ }
@@ -9,4 +9,4 @@
9
9
  @import "global.less";
10
10
  @import "shared.less";
11
11
  @import "DatePicker.less";
12
- @import "LocalBusyIndicator.less";
12
+ @import "BusyIndicator.less";
@@ -6,7 +6,7 @@
6
6
  <copyright>OpenUI5
7
7
  * (c) Copyright 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.141.2</version>
9
+ <version>1.143.0</version>
10
10
 
11
11
  <documentation>SAPUI5 Evening Horizon theme library.</documentation>
12
12
 
@@ -0,0 +1,23 @@
1
+ /* ======================================================================== */
2
+ /* CSS for control BusyIndicator implementation of the sap.ui.core.Control */
3
+ /* Evening Horizon theme */
4
+ /* ======================================================================== */
5
+
6
+ @_sap_ui_core_LocalBusyIndicator_Color: @sapContent_BusyColor;
7
+
8
+ .sapUiLocalBusyIndicatorSizeSection,
9
+ .sapUiLocalBusyIndicatorSizeBig {
10
+ font-size: @_sap_ui_core_LocalBusyIndicator_SizeMedium;
11
+ }
12
+
13
+ .sapUiLocalBusyIndicatorShowContainer > div.sapUiLocalBusyIndicatorAnimation {
14
+ background-color: var(--sapList_Background);
15
+ box-shadow: var(--sapContent_Shadow2);
16
+ border-radius: var(--sapElement_BorderCornerRadius);
17
+ padding: 1rem 2rem;
18
+ max-width: 15rem;
19
+ /* Centers the busy indicator markers considering the size of the white container */
20
+ left: 50%;
21
+ top: 50%;
22
+ transform: translate(-50%, -50%);
23
+ }
@@ -9,4 +9,4 @@
9
9
  @import "global.less";
10
10
  @import "shared.less";
11
11
  @import "DatePicker.less";
12
- @import "LocalBusyIndicator.less";
12
+ @import "BusyIndicator.less";
@@ -6,7 +6,7 @@
6
6
  <copyright>OpenUI5
7
7
  * (c) Copyright 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.141.2</version>
9
+ <version>1.143.0</version>
10
10
 
11
11
  <documentation>SAPUI5 horizon high contrast black theme library.</documentation>
12
12
 
@@ -0,0 +1,24 @@
1
+ /* ======================================================================== */
2
+ /* CSS for control BusyIndicator implementation of the sap.ui.core.Control */
3
+ /* Horizon High Contrast Black theme */
4
+ /* ======================================================================== */
5
+
6
+ @_sap_ui_core_LocalBusyIndicator_Background: fade(@sapUiHcStandardBackground, 30%);
7
+ @_sap_ui_core_LocalBusyIndicator_Color: @sapContent_BusyColor;
8
+
9
+ .sapUiLocalBusyIndicatorSizeSection,
10
+ .sapUiLocalBusyIndicatorSizeBig {
11
+ font-size: @_sap_ui_core_LocalBusyIndicator_SizeMedium;
12
+ }
13
+
14
+ .sapUiLocalBusyIndicatorShowContainer > div.sapUiLocalBusyIndicatorAnimation {
15
+ background-color: var(--sapList_Background);
16
+ box-shadow: var(--sapContent_Shadow2);
17
+ border-radius: var(--sapElement_BorderCornerRadius);
18
+ padding: 1rem 2rem;
19
+ max-width: 15rem;
20
+ /* Centers the busy indicator markers considering the size of the white container */
21
+ left: 50%;
22
+ top: 50%;
23
+ transform: translate(-50%, -50%);
24
+ }
@@ -1,9 +1,9 @@
1
- /* ================================= */
2
- /* CSS for control sap.ui/core/Icon */
3
- /* Horizon High Contrast Black theme */
4
- /* ================================= */
1
+ /* ================================== */
2
+ /* CSS for control sap.ui/core/Icon */
3
+ /* Horizon High Contrast Black theme */
4
+ /* ================================== */
5
5
 
6
6
  .sapUiIconBGColorContrast {
7
- color: @sapUiGroupContentBackground;
8
- background-color: @sapUiContentContrastIconColor;
9
- }
7
+ color: var(--sapGroup_ContentBackground);
8
+ background-color: var(--sapContent_ContrastIconColor);
9
+ }
@@ -9,5 +9,4 @@
9
9
  @import "global.less";
10
10
  @import "shared.less";
11
11
  @import "Icon.less";
12
- @import "LocalBusyIndicator.less";
13
- @import "Shadow.less";
12
+ @import "BusyIndicator.less";
@@ -6,7 +6,7 @@
6
6
  <copyright>OpenUI5
7
7
  * (c) Copyright 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.141.2</version>
9
+ <version>1.143.0</version>
10
10
 
11
11
  <documentation>SAPUI5 horizon high contrast white theme library.</documentation>
12
12
 
@@ -0,0 +1,24 @@
1
+ /* ================================================================= */
2
+ /* CSS for BusyIndicator implementation of the sap.ui.core.Control */
3
+ /* Horizon High Contrast White theme */
4
+ /* ================================================================= */
5
+
6
+ @_sap_ui_core_LocalBusyIndicator_Background: fade(@sapUiHcStandardBackground, 30%);
7
+ @_sap_ui_core_LocalBusyIndicator_Color: @sapContent_BusyColor;
8
+
9
+ .sapUiLocalBusyIndicatorSizeSection,
10
+ .sapUiLocalBusyIndicatorSizeBig {
11
+ font-size: @_sap_ui_core_LocalBusyIndicator_SizeMedium;
12
+ }
13
+
14
+ .sapUiLocalBusyIndicatorShowContainer > div.sapUiLocalBusyIndicatorAnimation {
15
+ background-color: var(--sapList_Background);
16
+ box-shadow: var(--sapContent_Shadow2);
17
+ border-radius: var(--sapElement_BorderCornerRadius);
18
+ padding: 1rem 2rem;
19
+ max-width: 15rem;
20
+ /* Centers the busy indicator markers considering the size of the white container */
21
+ left: 50%;
22
+ top: 50%;
23
+ transform: translate(-50%, -50%);
24
+ }
@@ -1,9 +1,9 @@
1
- /* ================================= */
2
- /* CSS for control sap.ui/core/Icon */
3
- /* Horizon High Contrast White theme */
4
- /* ================================= */
1
+ /* ================================== */
2
+ /* CSS for control sap.ui/core/Icon */
3
+ /* Horizon High Contrast White theme */
4
+ /* ================================== */
5
5
 
6
6
  .sapUiIconBGColorContrast {
7
- color: @sapUiGroupContentBackground;
8
- background-color: @sapUiContentContrastIconColor;
9
- }
7
+ color: var(--sapGroup_ContentBackground);
8
+ background-color: var(--sapContent_ContrastIconColor);
9
+ }
@@ -9,5 +9,4 @@
9
9
  @import "global.less";
10
10
  @import "shared.less";
11
11
  @import "Icon.less";
12
- @import "LocalBusyIndicator.less";
13
- @import "Shadow.less";
12
+ @import "BusyIndicator.less";
@@ -208,4 +208,8 @@
208
208
  .sapUi-Std-PaddingXL {
209
209
  padding-left: 3rem !important;
210
210
  padding-right: 3rem !important;
211
+ }
212
+
213
+ .sapUiShd {
214
+ box-shadow: none;
211
215
  }
@@ -11,6 +11,8 @@
11
11
  &:after {
12
12
  box-shadow: none;
13
13
  border-radius: @_sap_ui_rta_ChangeVisualization_BorderRadius;
14
+ outline-width: 0.125rem; //2px
15
+ outline-offset: -0.125rem; //2px
14
16
  }
15
17
  }
16
18
 
@@ -22,7 +22,7 @@
22
22
  &.sapMSegBBtnFocusable {
23
23
  &:focus .sapMSegBBtnInner {
24
24
  outline-width: 0.125rem; //2px
25
- outline-offset: -0.125rem; //2px
25
+ outline-offset: -0.25rem; //-4px
26
26
  }
27
27
  }
28
28
 
@@ -11,6 +11,8 @@
11
11
  &:after {
12
12
  box-shadow: none;
13
13
  border-radius: @_sap_ui_rta_ChangeVisualization_BorderRadius;
14
+ outline-width: 0.125rem; //2px
15
+ outline-offset: -0.125rem; //2px
14
16
  }
15
17
  }
16
18
 
@@ -36,7 +36,7 @@
36
36
  &.sapMSegBBtnFocusable {
37
37
  &:focus .sapMSegBBtnInner {
38
38
  outline-width: 0.125rem; //2px
39
- outline-offset: -0.125rem; //2px
39
+ outline-offset: -0.25rem; //-4px
40
40
  }
41
41
  }
42
42
 
@@ -1,15 +1,15 @@
1
1
  /* ============================================== */
2
2
  /* CSS for control sap.ui.unified/CalendarLegend */
3
- /* Horizon theme */
3
+ /* Morning Horizon theme */
4
4
  /* ============================================== */
5
5
 
6
- .sapUiUnifiedLegend {
6
+ .sapUiUnifiedLegend {
7
7
  border-radius: 0.5rem;
8
8
  }
9
9
 
10
10
  .sapUiCalLegDayTypeNonWorking .sapUiUnifiedLegendSquare .sapUiUnifiedLegendSquareColor,
11
11
  .sapUiUnifiedLegendNonWorkingDay .sapUiUnifiedLegendSquare .sapUiUnifiedLegendSquareColor {
12
- background: @sapUiLegendNonWorkingBackground;
12
+ background: var(--sapLegend_NonWorkingBackground);
13
13
  }
14
14
 
15
15
  .sapUiUnifiedLegendSelected .sapUiUnifiedLegendSquare .sapUiUnifiedLegendSquareColor {
@@ -17,7 +17,7 @@
17
17
  border: 0.0625rem solid var(--sapList_SelectionBorderColor);
18
18
 
19
19
  &::after {
20
- content: "";
20
+ content: '';
21
21
  display: block;
22
22
  width: 0.25rem;
23
23
  height: 0.25rem;
@@ -34,15 +34,16 @@
34
34
 
35
35
  &:focus {
36
36
  outline: none;
37
+
37
38
  &::after {
38
- content: "";
39
+ content: '';
39
40
  position: absolute;
40
41
  box-sizing: border-box;
41
42
  left: 0.125rem;
42
43
  top: 0.125rem;
43
44
  right: 0.125rem;
44
45
  bottom: 0.125rem;
45
- border: @sapContent_FocusWidth @sapContent_FocusStyle @sapUiContentFocusColor;
46
+ border: var(--sapContent_FocusWidth) var(--sapContent_FocusStyle) var(--sapContent_FocusColor);
46
47
  border-radius: 0.25rem;
47
48
  pointer-events: none;
48
49
  }
@@ -55,11 +56,12 @@
55
56
 
56
57
  &:focus {
57
58
  outline: none;
59
+
58
60
  &::after {
59
- content: "";
61
+ content: '';
60
62
  position: absolute;
61
63
  box-sizing: border-box;
62
- border: @sapContent_FocusWidth @sapContent_FocusStyle @sapUiContentFocusColor;
64
+ border: var(--sapContent_FocusWidth) var(--sapContent_FocusStyle) var(--sapContent_FocusColor);
63
65
  border-radius: 0.25rem;
64
66
  pointer-events: none;
65
67
  inset: 0;
@@ -70,4 +72,4 @@
70
72
  .sapUiSizeCompact .sapUiUnifiedLegendSelected .sapUiUnifiedLegendSquare .sapUiUnifiedLegendSquareColor::after {
71
73
  inset-block-start: 0.625rem;
72
74
  inset-inline-start: 0.625rem;
73
- }
75
+ }
@@ -1,39 +1,39 @@
1
1
  /* =========================================== */
2
2
  /* CSS for control sap.ui.unified/CalendarRow */
3
- /* Horizon theme */
3
+ /* Morning Horizon theme */
4
4
  /* =========================================== */
5
5
 
6
6
  /* intervals */
7
7
  .sapUiCalendarRowAppsInt,
8
- .sapUiCalendarRowAppsSubInt{
8
+ .sapUiCalendarRowAppsSubInt {
9
9
  border-color: @sapUiListVerticalBorderColor;
10
10
  }
11
11
 
12
- .sapUiCalendarRowAppsIntHead{
13
- font-size: @sapMFontSmallSize;
14
- color: @sapUiBaseText;
12
+ .sapUiCalendarRowAppsIntHead {
13
+ font-size: var(--sapFontSmallSize);
14
+ color: var(--sapTextColor);
15
15
  }
16
16
 
17
17
  .sapMListTblRow:not(.sapMLIBSelected) .sapUiCalendarRowAppsNoWork,
18
18
  .sapMListTblSubRow:not(.sapMLIBSelected) .sapUiCalendarRowAppsNoWork {
19
- background-color: @sapUiLegendNonWorkingBackground;
19
+ background-color: var(--sapLegend_NonWorkingBackground);
20
20
  }
21
21
 
22
22
  /* Appointments */
23
23
  /* as outlines can't have different offsets on one side (no left border) and don't work in IE just use a inner border */
24
- html.sap-desktop .sapUiCalendarApp:focus > .sapUiCalendarAppCont:after {
24
+ html.sap-desktop .sapUiCalendarApp:focus > .sapUiCalendarAppCont::after {
25
25
  position: absolute;
26
26
  top: 0.0625rem;
27
27
  left: 0.0625rem;
28
28
  right: 0.0625rem;
29
29
  bottom: 0.0625rem;
30
- content: "";
31
- border: 0.125rem solid @sapUiContentFocusColor;
30
+ content: '';
31
+ border: 0.125rem solid var(--sapContent_FocusColor);
32
32
  pointer-events: none;
33
33
  border-radius: 0.125rem;
34
34
  }
35
35
 
36
- html.sap-desktop .sapUiCalendarApp.sapUiCalendarAppSel:focus:hover > .sapUiCalendarAppCont:after {
36
+ html.sap-desktop .sapUiCalendarApp.sapUiCalendarAppSel:focus:hover > .sapUiCalendarAppCont::after {
37
37
  top: 0.125rem;
38
38
  left: 0.125rem;
39
39
  right: 0.125rem;
@@ -51,46 +51,40 @@ html.sap-desktop .sapUiCalendarApp.sapUiCalendarAppSel:focus:hover > .sapUiCalen
51
51
  }
52
52
 
53
53
  html.sap-desktop .sapUiCalendarApp:hover:not(:active),
54
- html.sap-desktop .sapUiCalendarApp:focus:not(:active) > .sapUiCalendarAppCont{
55
- background-color: @sapUiListBackground;
54
+ html.sap-desktop .sapUiCalendarApp:focus:not(:active) > .sapUiCalendarAppCont {
55
+ background-color: var(--sapList_Background);
56
56
  }
57
57
 
58
58
  html.sap-desktop .sapUiCalendarApp.sapUiCalendarAppSel:hover:not(:active),
59
- html.sap-desktop .sapUiCalendarApp.sapUiCalendarAppSel:focus:not(:active) > .sapUiCalendarAppCont{
60
- background-color: @sapUiContentSelectedBackground;
61
- }
62
-
63
- html[data-sap-ui-browser ^= "ie"], html[data-sap-ui-browser^="ed"] {
64
- .sapUiCalendarApp:focus > .sapUiCalendarAppCont:after{
65
- border-style: dashed;
66
- }
59
+ html.sap-desktop .sapUiCalendarApp.sapUiCalendarAppSel:focus:not(:active) > .sapUiCalendarAppCont {
60
+ background-color: var(--sapContent_Selected_Background);
67
61
  }
68
62
 
69
63
  .sapUiCalendarApp.sapUiCalendarAppSel,
70
64
  .sapUiCalendarApp:active,
71
- .sapUiCalendarApp.sapUiCalendarAppSel:active{
72
- color: @sapUiContentSelectedTextColor;
73
- background-color:@sapUiContentSelectedBackground
65
+ .sapUiCalendarApp.sapUiCalendarAppSel:active {
66
+ color: var(--sapContent_Selected_TextColor);
67
+ background-color: var(--sapContent_Selected_Background)
74
68
  }
75
69
 
76
70
  html.sap-desktop .sapUiCalendarApp.sapUiCalendarAppSel:hover:not(:active),
77
- html.sap-desktop .sapUiCalendarApp.sapUiCalendarAppSel:focus:not(:active){
78
- color: @sapUiContentSelectedTextColor;
71
+ html.sap-desktop .sapUiCalendarApp.sapUiCalendarAppSel:focus:not(:active) {
72
+ color: var(--sapContent_Selected_TextColor);
79
73
  }
80
74
 
81
75
  .sapUiCalendarApp.sapUiCalendarAppSel > .sapUiCalendarAppCont,
82
76
  .sapUiCalendarApp:active > .sapUiCalendarAppCont,
83
- .sapUiCalendarApp.sapUiCalendarAppSel:active > .sapUiCalendarAppCont{
84
- border-color: @sapUiListSelectionBorderColor;
77
+ .sapUiCalendarApp.sapUiCalendarAppSel:active > .sapUiCalendarAppCont {
78
+ border-color: var(--sapList_SelectionBorderColor);
85
79
  border-top-left-radius: 0;
86
80
  border-bottom-left-radius: 0;
87
81
  }
88
82
 
89
83
 
90
- html.sap-desktop .sapUiCalendarApp.sapUiCalendarAppSel:focus:not(:active) > .sapUiCalendarAppCont,
91
- html.sap-desktop .sapUiCalendarApp.sapUiCalendarAppSel:hover:not(:active) > .sapUiCalendarAppCont{
92
- border-color: @sapUiListSelectionBorderColor;
93
- border-left-color: @sapUiListBackground;
84
+ html.sap-desktop .sapUiCalendarApp.sapUiCalendarAppSel:focus:not(:active) > .sapUiCalendarAppCont,
85
+ html.sap-desktop .sapUiCalendarApp.sapUiCalendarAppSel:hover:not(:active) > .sapUiCalendarAppCont {
86
+ border-color: var(--sapList_SelectionBorderColor);
87
+ border-left-color: var(--sapList_Background);
94
88
  }
95
89
 
96
90
  .sapUiCalendarApp.sapUiCalendarAppSel > .sapUiCalendarAppCont > .sapUiCalendarAppIcon,
@@ -99,19 +93,19 @@ html.sap-desktop .sapUiCalendarApp.sapUiCalendarAppSel:hover:not(:active) > .sa
99
93
  .sapUiCalendarApp.sapUiCalendarAppSel > .sapUiCalendarAppCont .sapUiCalendarAppTitle,
100
94
  .sapUiCalendarApp.sapUiCalendarAppSel > .sapUiCalendarAppCont .sapUiCalendarAppText,
101
95
  .sapUiCalendarApp.sapUiCalendarAppSel > .sapUiCalendarAppCont .sapUiCalendarAppDescription {
102
- color: @sapUiContentSelectedTextColor;
96
+ color: var(--sapContent_Selected_TextColor);
103
97
  }
104
98
 
105
- .sapUiCalendarAppTitle{
99
+ .sapUiCalendarAppTitle {
106
100
  font-size: @sapMFontMediumSize;
107
- color: @sapUiBaseText;
101
+ color: var(--sapTextColor);
108
102
  }
109
103
 
110
- .sapUiCalendarAppText{
111
- font-size: @sapMFontSmallSize;
104
+ .sapUiCalendarAppText {
105
+ font-size: var(--sapFontSmallSize);
112
106
  }
113
107
 
114
- .sapUiCalendarRowNow{
108
+ .sapUiCalendarRowNow {
115
109
  border-color: @sapUiCalendarColorToday;
116
110
  }
117
111
 
@@ -120,7 +114,7 @@ html.sap-desktop .sapUiCalendarApp.sapUiCalendarAppSel:hover:not(:active) > .sa
120
114
  border-right-color: darken(@sapUiListBorderColor, 15);
121
115
  border-bottom-color: darken(@sapUiListBorderColor, 15);
122
116
  background-color: lighten(@sapUiAccent1, 50);
123
- color: @sapUiListTextColor;
117
+ color: var(--sapList_TextColor);
124
118
  }
125
119
 
126
120
  .sapUiCalendarApp.sapUiCalendarAppTent > .sapUiCalendarAppCont {
@@ -135,12 +129,12 @@ html.sap-desktop .sapUiCalendarApp.sapUiCalendarAppSel:hover:not(:active) > .sa
135
129
  }
136
130
 
137
131
  .sapUiCalendarAppCont:hover {
138
- border-color: @sapUiListSelectionBorderColor;
132
+ border-color: var(--sapList_SelectionBorderColor);
139
133
  }
140
134
 
141
- // SPC
135
+ /* SPC */
142
136
  .sapUiCalendarAppSel:hover .sapUiCalendarAppCont,
143
- // PC
137
+ /* PC */
144
138
  .sapUiCalendarAppSel .sapUiCalendarAppCont:hover {
145
- box-shadow: inset 0 0 0 0.0625rem @sapUiListSelectionBorderColor;
139
+ box-shadow: inset 0 0 0 0.0625rem var(--sapList_SelectionBorderColor);
146
140
  }
@@ -1,6 +1,6 @@
1
1
  /* ============================================ */
2
2
  /* CSS for control sap.ui.unified/FileUploader */
3
- /* Horizon theme */
3
+ /* Morning Horizon theme */
4
4
  /* ============================================ */
5
5
 
6
6
  .sapUiFup,
@@ -8,7 +8,8 @@
8
8
  height: 2.75rem;
9
9
  }
10
10
 
11
- .sapUiSizeCompact{
11
+ .sapUiSizeCompact {
12
+
12
13
  .sapUiFup,
13
14
  .sapUiFup.sapMBarChild {
14
15
  height: 2rem;
@@ -26,7 +27,7 @@
26
27
 
27
28
  html.sap-desktop .sapUiFup .sapMFocusable:focus,
28
29
  html.sap-desktop .sapUiFup .sapMFocusable:active {
29
- outline: 1px dotted @sapUiContentFocusColor;
30
+ outline: 1px dotted var(--sapContent_FocusColor);
30
31
  outline-offset: -1px;
31
32
  }
32
33
 
@@ -38,36 +39,10 @@ html.sap-desktop .sapUiFup .sapMBtnInner:active.sapMBtnAccept,
38
39
  html.sap-desktop .sapUiFup .sapMBtnInner:active.sapMBtnReject,
39
40
  .sapUiFup .sapMBtnInner:active.sapMBtnEmphasized,
40
41
  html.sap-desktop .sapUiFup .sapMBtnInner:active.sapMBtnEmphasized {
41
- outline-color: @sapUiContentContrastFocusColor;
42
+ outline-color: var(--sapContent_ContrastFocusColor);
42
43
  outline-offset: -.125rem;
43
44
  }
44
45
 
45
46
  .sapMFooter-CTX .sapUiFup .sapMBtnInner:active.sapMFocusable {
46
- background-color: @sapUiButtonActiveBackground;
47
- }
48
-
49
- /* IE ignores outline-offset. Use an overlay: */
50
-
51
- html[data-sap-ui-browser^="ie"] {
52
-
53
- .sapUiFup .sapMBtnInner:focus.sapMFocusable {
54
- outline: none;
55
- position: relative;
56
- }
57
-
58
- .sapUiFup .sapMBtnInner:focus.sapMFocusable:before {
59
- content: " ";
60
- box-sizing: border-box;
61
- width: 100%;
62
- height: 100%;
63
- position: absolute;
64
- left: 0;
65
- top: 0;
66
- border: 1px dotted @sapUiContentFocusColor;
67
- }
68
-
69
- .sapMFooter-CTX .sapUiFup .sapMBtnInner:focus.sapMFocusable:before {
70
- border-color: @sapUiContentContrastFocusColor;
71
- }
72
-
47
+ background-color: var(--sapButton_Active_Background);
73
48
  }
@@ -1,29 +1,29 @@
1
1
  /* ==================================== */
2
2
  /* CSS for control sap.ui.unified/Menu */
3
- /* Horizon theme */
3
+ /* Morning Horizon theme */
4
4
  /* ==================================== */
5
5
 
6
6
  .sapUiMnu {
7
- border-radius: @sapUiPopoverBorderCornerRadius;
7
+ border-radius: var(--sapPopover_BorderCornerRadius);
8
8
  }
9
9
 
10
- .sapUiMnuItmSbMnu > div:after {
10
+ .sapUiMnuItmSbMnu > div::after {
11
11
  font-size: 1rem;
12
12
  }
13
13
 
14
14
  .sapUiMnuItm.sapUiMnuTfItm .sapUiMnuTfItemTf.sapUiMnuTfItemTfDsbl {
15
- opacity: @sapUiContentDisabledOpacity;
15
+ opacity: var(--sapContent_DisabledOpacity);
16
16
  }
17
17
 
18
18
  .sapUiMnuItm.sapUiMnuItmSubMnuOpen.sapUiMnuItmHov:hover {
19
19
  background-color: @sapUiListSelectionHoverBackground;
20
20
  }
21
21
 
22
- .sapUiMnu .sapUiMnuDiv>hr,
23
- .sapMList .sapMListItems .sapUiMnuDiv>hr{
24
- border-top: 0.0625rem solid @sapUiGroupContentBorderColor;
25
- left: 0rem;
26
- right: 0rem;
22
+ .sapUiMnu .sapUiMnuDiv > hr,
23
+ .sapMList .sapMListItems .sapUiMnuDiv > hr {
24
+ border-top: 0.0625rem solid var(--sapGroup_ContentBorderColor);
25
+ left: 0;
26
+ right: 0;
27
27
  }
28
28
 
29
29
  .sapUiMnu.sapUiMnuCozySupport.sapUiSizeCozy .sapUiMnuItm {
@@ -40,7 +40,8 @@
40
40
  width: 2.25rem;
41
41
  height: 2.75rem;
42
42
  font-size: 0.75rem;
43
- &.sapUiIconMirrorInRTL{
43
+
44
+ &.sapUiIconMirrorInRTL {
44
45
  height: 2.75rem;
45
46
  }
46
47
  }
@@ -53,35 +54,37 @@
53
54
  line-height: 2.75rem;
54
55
  }
55
56
 
56
- .sapUiSizeCompact .sapUiMnuItmR, .sapUiSizeCompact .sapUiMnuNoIco .sapUiMnuItmL {
57
+ .sapUiSizeCompact .sapUiMnuItmR,
58
+ .sapUiSizeCompact .sapUiMnuNoIco .sapUiMnuItmL {
57
59
  width: 0.5rem;
58
60
  }
59
61
 
60
62
  .sapUiMnu .sapUiMnuLst .sapUiMnuItm.sapUiMnuItmSubMnuOpen,
61
63
  .sapUiMnu .sapUiMnuLst .sapUiMnuItm.sapUiMnuItmSubMnuOpen.sapUiMnuItmHov {
62
- border-bottom: 1px solid @sapUiListSelectionBorderColor;
64
+ border-bottom: 1px solid var(--sapList_SelectionBorderColor);
63
65
  }
64
66
 
65
67
  .sapUiMnu .sapUiMnuLst .sapUiMnuItm {
66
68
  border-bottom: 1px solid transparent;
67
69
  }
68
70
 
69
- .sapUiMnu .sapUiMnuLst .sapUiMnuItm.sapUiMnuItmHov:active{
71
+ .sapUiMnu .sapUiMnuLst .sapUiMnuItm.sapUiMnuItmHov:active {
70
72
  border-bottom: 1px solid transparent;
71
73
  }
72
74
 
73
- .sapUiMnu .sapUiMnuLst .sapUiMnuItm.sapUiMnuItmSubMnuOpen.sapUiMnuItmHov:active{
75
+ .sapUiMnu .sapUiMnuLst .sapUiMnuItm.sapUiMnuItmSubMnuOpen.sapUiMnuItmHov:active {
74
76
  border-bottom: 1px solid transparent;
75
- background-color: @sapUiListActiveBackground;
77
+ background-color: var(--sapList_Active_Background);
76
78
  }
77
79
 
78
80
  .sapUiMnuItm:focus {
79
- outline: 0.125rem solid @sapUiContentFocusColor;
81
+ outline: 0.125rem solid var(--sapContent_FocusColor);
80
82
  outline-offset: -0.1875rem;
81
83
  }
82
84
 
83
85
  html.sap-desktop,
84
86
  html.sap-tablet {
87
+
85
88
  .sapUiMnuLst > .sapUiMnuItm > .sapUiMnuItmIco + .sapUiMnuItmTxt {
86
89
  padding-inline-start: 0;
87
90
  }
@@ -89,11 +92,14 @@ html.sap-tablet {
89
92
 
90
93
  html.sap-desktop,
91
94
  html.sap-tablet {
95
+
92
96
  .sapUiSizeCompact {
97
+
93
98
  .sapUiMnuLst > .sapUiMnuItm > .sapUiMnuItmIco + .sapUiMnuItmTxt {
94
99
  padding-inline-start: 0;
95
100
  }
96
101
  }
102
+
97
103
  .sapUiMnuLst > .sapUiMnuItm > .sapUiMnuItmIco + .sapUiMnuItmTxt {
98
104
  padding-inline-start: 0;
99
105
  }