@openui5/themelib_sap_horizon 1.148.1 → 1.149.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (74) hide show
  1. package/THIRDPARTY.txt +1 -1
  2. package/package.json +18 -18
  3. package/src/sap/f/themes/sap_horizon/GridListItem.less +1 -2
  4. package/src/sap/f/themes/sap_horizon_dark/GridListItem.less +1 -2
  5. package/src/sap/f/themes/sap_horizon_hcb/GridListItem.less +1 -2
  6. package/src/sap/f/themes/sap_horizon_hcw/GridListItem.less +1 -2
  7. package/src/sap/m/themes/sap_horizon/ActionListItem.less +1 -1
  8. package/src/sap/m/themes/sap_horizon/AdditionalTextButton.less +16 -11
  9. package/src/sap/m/themes/sap_horizon/Avatar.less +13 -11
  10. package/src/sap/m/themes/sap_horizon/Bar.less +2 -2
  11. package/src/sap/m/themes/sap_horizon/Breadcrumbs.less +18 -6
  12. package/src/sap/m/themes/sap_horizon/BusyIndicator.less +1 -1
  13. package/src/sap/m/themes/sap_horizon/Carousel.less +22 -22
  14. package/src/sap/m/themes/sap_horizon/ColorPalette.less +6 -4
  15. package/src/sap/m/themes/sap_horizon/Dialog.less +8 -8
  16. package/src/sap/m/themes/sap_horizon/Panel.less +3 -2
  17. package/src/sap/m/themes/sap_horizon/ViewSettingsDialog.less +4 -0
  18. package/src/sap/m/themes/sap_horizon_dark/AdditionalTextButton.less +16 -11
  19. package/src/sap/m/themes/sap_horizon_dark/Avatar.less +8 -6
  20. package/src/sap/m/themes/sap_horizon_dark/Bar.less +1 -1
  21. package/src/sap/m/themes/sap_horizon_dark/Breadcrumbs.less +17 -5
  22. package/src/sap/m/themes/sap_horizon_dark/Carousel.less +21 -21
  23. package/src/sap/m/themes/sap_horizon_dark/ColorPalette.less +5 -2
  24. package/src/sap/m/themes/sap_horizon_dark/Dialog.less +8 -8
  25. package/src/sap/m/themes/sap_horizon_dark/Panel.less +3 -2
  26. package/src/sap/m/themes/sap_horizon_dark/ViewSettingsDialog.less +4 -0
  27. package/src/sap/m/themes/sap_horizon_hcb/ActionListItem.less +1 -2
  28. package/src/sap/m/themes/sap_horizon_hcb/ActionTile.less +1 -1
  29. package/src/sap/m/themes/sap_horizon_hcb/Avatar.less +13 -11
  30. package/src/sap/m/themes/sap_horizon_hcb/Bar.less +1 -1
  31. package/src/sap/m/themes/sap_horizon_hcb/Breadcrumbs.less +15 -6
  32. package/src/sap/m/themes/sap_horizon_hcb/Carousel.less +23 -23
  33. package/src/sap/m/themes/sap_horizon_hcb/Dialog.less +8 -8
  34. package/src/sap/m/themes/sap_horizon_hcb/Link.less +0 -4
  35. package/src/sap/m/themes/sap_horizon_hcb/ObjectNumber.less +6 -8
  36. package/src/sap/m/themes/sap_horizon_hcb/Panel.less +3 -2
  37. package/src/sap/m/themes/sap_horizon_hcb/ViewSettingsDialog.less +4 -0
  38. package/src/sap/m/themes/sap_horizon_hcw/ActionListItem.less +1 -2
  39. package/src/sap/m/themes/sap_horizon_hcw/ActionTile.less +1 -1
  40. package/src/sap/m/themes/sap_horizon_hcw/Avatar.less +13 -11
  41. package/src/sap/m/themes/sap_horizon_hcw/Bar.less +1 -1
  42. package/src/sap/m/themes/sap_horizon_hcw/Breadcrumbs.less +15 -6
  43. package/src/sap/m/themes/sap_horizon_hcw/Carousel.less +23 -23
  44. package/src/sap/m/themes/sap_horizon_hcw/Dialog.less +8 -8
  45. package/src/sap/m/themes/sap_horizon_hcw/Link.less +0 -4
  46. package/src/sap/m/themes/sap_horizon_hcw/ObjectNumber.less +6 -8
  47. package/src/sap/m/themes/sap_horizon_hcw/Panel.less +3 -2
  48. package/src/sap/m/themes/sap_horizon_hcw/ViewSettingsDialog.less +4 -0
  49. package/src/sap/ui/codeeditor/themes/sap_horizon_hcb/CodeEditor.less +1 -0
  50. package/src/sap/ui/codeeditor/themes/sap_horizon_hcw/CodeEditor.less +1 -0
  51. package/src/sap/ui/core/themes/sap_horizon/.theme +1 -1
  52. package/src/sap/ui/core/themes/sap_horizon_dark/.theme +1 -1
  53. package/src/sap/ui/core/themes/sap_horizon_hcb/.theme +1 -1
  54. package/src/sap/ui/core/themes/sap_horizon_hcb/base.less +1 -1
  55. package/src/sap/ui/core/themes/sap_horizon_hcw/.theme +1 -1
  56. package/src/sap/ui/core/themes/sap_horizon_hcw/base.less +1 -1
  57. package/src/sap/ui/dt/themes/sap_horizon/ContextMenu.less +5 -2
  58. package/src/sap/ui/dt/themes/sap_horizon/Overlay.less +16 -14
  59. package/src/sap/ui/dt/themes/sap_horizon_dark/ContextMenu.less +5 -2
  60. package/src/sap/ui/dt/themes/sap_horizon_dark/Overlay.less +16 -14
  61. package/src/sap/ui/dt/themes/sap_horizon_hcb/ContextMenu.less +8 -6
  62. package/src/sap/ui/dt/themes/sap_horizon_hcb/Overlay.less +20 -18
  63. package/src/sap/ui/dt/themes/sap_horizon_hcw/ContextMenu.less +7 -5
  64. package/src/sap/ui/dt/themes/sap_horizon_hcw/Overlay.less +20 -18
  65. package/src/sap/ui/mdc/themes/sap_horizon/ValueHelpDialog.less +7 -12
  66. package/src/sap/ui/mdc/themes/sap_horizon_dark/ValueHelpDialog.less +6 -11
  67. package/src/sap/ui/mdc/themes/sap_horizon_hcb/library.source.less +0 -1
  68. package/src/sap/ui/mdc/themes/sap_horizon_hcw/library.source.less +0 -1
  69. package/src/sap/ui/unified/themes/sap_horizon/Calendar.less +20 -54
  70. package/src/sap/ui/unified/themes/sap_horizon_dark/Calendar.less +20 -54
  71. package/src/sap/ui/unified/themes/sap_horizon_hcb/Calendar.less +33 -54
  72. package/src/sap/ui/unified/themes/sap_horizon_hcw/Calendar.less +33 -54
  73. package/src/sap/ui/mdc/themes/sap_horizon_hcb/ValueHelpDialog.less +0 -9
  74. package/src/sap/ui/mdc/themes/sap_horizon_hcw/ValueHelpDialog.less +0 -9
package/THIRDPARTY.txt CHANGED
@@ -309,7 +309,7 @@ License: MIT
309
309
  License Text: https://github.com/UI5/openui5/blob/master/LICENSES/MIT.txt
310
310
  Contained in: src/sap.ui.core/src/sap/ui/thirdparty/bignumber.js
311
311
 
312
- Component: lodash, version: 4.17.23
312
+ Component: lodash, version: 4.18.1
313
313
  Copyright: OpenJS Foundation and other contributors
314
314
  License: MIT
315
315
  License Text: https://github.com/UI5/openui5/blob/master/LICENSES/MIT.txt
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@openui5/themelib_sap_horizon",
3
- "version": "1.148.1",
3
+ "version": "1.149.1",
4
4
  "description": "OpenUI5 Theme Library sap_horizon",
5
5
  "author": "SAP SE (https://www.sap.com)",
6
6
  "license": "Apache-2.0",
@@ -14,22 +14,22 @@
14
14
  "url": "https://github.com/UI5/openui5.git"
15
15
  },
16
16
  "devDependencies": {
17
- "@openui5/sap.f": "1.148.1",
18
- "@openui5/sap.m": "1.148.1",
19
- "@openui5/sap.tnt": "1.148.1",
20
- "@openui5/sap.ui.codeeditor": "1.148.1",
21
- "@openui5/sap.ui.commons": "1.148.1",
22
- "@openui5/sap.ui.core": "1.148.1",
23
- "@openui5/sap.ui.dt": "1.148.1",
24
- "@openui5/sap.ui.fl": "1.148.1",
25
- "@openui5/sap.ui.mdc": "1.148.1",
26
- "@openui5/sap.ui.integration": "1.148.1",
27
- "@openui5/sap.ui.layout": "1.148.1",
28
- "@openui5/sap.ui.rta": "1.148.1",
29
- "@openui5/sap.ui.suite": "1.148.1",
30
- "@openui5/sap.ui.table": "1.148.1",
31
- "@openui5/sap.ui.unified": "1.148.1",
32
- "@openui5/sap.ui.ux3": "1.148.1",
33
- "@openui5/sap.uxap": "1.148.1"
17
+ "@openui5/sap.f": "1.149.1",
18
+ "@openui5/sap.m": "1.149.1",
19
+ "@openui5/sap.tnt": "1.149.1",
20
+ "@openui5/sap.ui.codeeditor": "1.149.1",
21
+ "@openui5/sap.ui.commons": "1.149.1",
22
+ "@openui5/sap.ui.core": "1.149.1",
23
+ "@openui5/sap.ui.dt": "1.149.1",
24
+ "@openui5/sap.ui.fl": "1.149.1",
25
+ "@openui5/sap.ui.mdc": "1.149.1",
26
+ "@openui5/sap.ui.integration": "1.149.1",
27
+ "@openui5/sap.ui.layout": "1.149.1",
28
+ "@openui5/sap.ui.rta": "1.149.1",
29
+ "@openui5/sap.ui.suite": "1.149.1",
30
+ "@openui5/sap.ui.table": "1.149.1",
31
+ "@openui5/sap.ui.unified": "1.149.1",
32
+ "@openui5/sap.ui.ux3": "1.149.1",
33
+ "@openui5/sap.uxap": "1.149.1"
34
34
  }
35
35
  }
@@ -8,5 +8,4 @@
8
8
  @_sap_f_GridListItem_HeaderHeight: 2.75rem;
9
9
  @_sap_f_GridListItem_FocusedHighlightOffset: 0.5rem;
10
10
  @_sap_f_GridListItem_HighlightBorderRadius: 1rem;
11
- @_sap_f_GridListItem_FocusedHighlightBorderRadius: 1rem 2rem;
12
- @_sap_f_GridListItem_SelectedBoxShadow: 0 0 0 0.125rem var(--sapList_SelectionBorderColor), var(--sapContent_Shadow0);
11
+ @_sap_f_GridListItem_FocusedHighlightBorderRadius: 1rem 2rem;
@@ -8,5 +8,4 @@
8
8
  @_sap_f_GridListItem_HeaderHeight: 2.75rem;
9
9
  @_sap_f_GridListItem_FocusedHighlightOffset: 0.5rem;
10
10
  @_sap_f_GridListItem_HighlightBorderRadius: 1rem;
11
- @_sap_f_GridListItem_FocusedHighlightBorderRadius: 1rem 2rem;
12
- @_sap_f_GridListItem_SelectedBoxShadow: 0 0 0 0.125rem var(--sapList_SelectionBorderColor), var(--sapContent_Shadow0);
11
+ @_sap_f_GridListItem_FocusedHighlightBorderRadius: 1rem 2rem;
@@ -4,5 +4,4 @@
4
4
  /* =================================== */
5
5
 
6
6
  @_sap_f_GridListItem_HeaderBoxShadow: none;
7
- @_sap_f_GridListItem_HeaderHeight: 2.75rem;
8
- @_sap_f_GridListItem_SelectedBoxShadow: 0 0 0 0.125rem var(--sapList_SelectionBorderColor), var(--sapContent_Shadow0);
7
+ @_sap_f_GridListItem_HeaderHeight: 2.75rem;
@@ -4,5 +4,4 @@
4
4
  /* =================================== */
5
5
 
6
6
  @_sap_f_GridListItem_HeaderBoxShadow: none;
7
- @_sap_f_GridListItem_HeaderHeight: 2.75rem;
8
- @_sap_f_GridListItem_SelectedBoxShadow: 0 0 0 0.125rem var(--sapList_SelectionBorderColor), var(--sapContent_Shadow0);
7
+ @_sap_f_GridListItem_HeaderHeight: 2.75rem;
@@ -1,6 +1,6 @@
1
1
  /* ===================================== */
2
2
  /* CSS for control sap.m/ActionListItem */
3
- /* Horizon theme */
3
+ /* Morning Horizon theme */
4
4
  /* ===================================== */
5
5
 
6
6
  html.sap-desktop .sapMList .sapMLIB.sapMALI:not(.sapMLIBActive) {
@@ -1,12 +1,17 @@
1
- html.sap-desktop .sapMBtn:focus > .sapMBtnAdditionalTextContent.sapMFocusable:not(.sapMBadgeIndicator):before {
2
- content: "";
3
- position: absolute;
4
- box-sizing: border-box;
5
- left: -0.0625rem;
6
- top: -0.0625rem;
7
- right: -0.0625rem;
8
- bottom: -0.0625rem;
9
- border: 0.125rem solid #0070f2;
10
- pointer-events: none;
11
- border-radius: 0.375rem;
1
+ /* =========================================== */
2
+ /* CSS for control sap.m/AdditionalTextButton */
3
+ /* Morning Horizon theme */
4
+ /* =========================================== */
5
+
6
+ html.sap-desktop .sapMBtn:focus > .sapMBtnAdditionalTextContent.sapMFocusable:not(.sapMBadgeIndicator)::before {
7
+ content: '';
8
+ position: absolute;
9
+ box-sizing: border-box;
10
+ left: -0.0625rem;
11
+ top: -0.0625rem;
12
+ right: -0.0625rem;
13
+ bottom: -0.0625rem;
14
+ border: 0.125rem solid #0070f2;
15
+ pointer-events: none;
16
+ border-radius: 0.375rem;
12
17
  }
@@ -1,13 +1,15 @@
1
1
  /* ============================= */
2
2
  /* CSS for control sap.m/Avatar */
3
- /* Horizon theme */
3
+ /* Morning Horizon theme */
4
4
  /* ============================= */
5
5
 
6
- @_sap_m_Avatar_Font_Size_XL: 3rem;
7
- @_sap_m_Avatar_Font_Size_L: 2.25rem;
8
- @_sap_m_Avatar_Font_Size_M: 1.5rem;
9
- @_sap_m_Avatar_Font_Size_S: 1.125rem;
10
- @_sap_m_Avatar_Font_Size_XS: 1rem;
6
+ .sapFAvatar {
7
+ --_sap_m_Avatar_Font_Size_XL: 3rem;
8
+ --_sap_m_Avatar_Font_Size_L: 2.25rem;
9
+ --_sap_m_Avatar_Font_Size_M: 1.5rem;
10
+ --_sap_m_Avatar_Font_Size_S: 1.125rem;
11
+ --_sap_m_Avatar_Font_Size_XS: 1rem;
12
+ }
11
13
 
12
14
  .sapFAvatarSquare {
13
15
  border-radius: var(--sapElement_BorderCornerRadius);
@@ -63,19 +65,19 @@
63
65
  }
64
66
 
65
67
  .generateColor (@accentIndex) {
66
- @css-selector: ~"sapFAvatarColorAccent@{accentIndex}"; // Create the css selector string
67
- @background-param: ~"sapUiAvatar@{accentIndex}Background"; // Build the color param which is a sapUiAccent
68
+ @css-selector: ~"sapFAvatarColorAccent@{accentIndex}"; /* Create the css selector string */
69
+ @background-param: ~"sapUiAvatar@{accentIndex}Background"; /* Build the color param which is a sapUiAccent */
68
70
  @color-param: ~"sapUiAvatar@{accentIndex}TextColor";
69
71
  @hover-color: ~"sapUiAvatar@{accentIndex}HoverBackground";
70
72
 
71
- // Build the real CSS selector.
72
- // The output would be something like this: .sapFAvatar.sapFAvatarColorAccent6 {background-color: #0092d1;}
73
+ /* Build the real CSS selector. */
74
+ /* The output would be something like this: .sapFAvatar.sapFAvatarColorAccent6 {background-color: #0092d1;} */
73
75
  .@{css-selector} {
74
76
  background-color: @@background-param;
75
77
  &.sapFAvatarImage.sapFAvatarFocusable:not(.sapMAvatarPressed):not(.sapMAvatarDisabled):hover,
76
78
  &.sapFAvatarFocusable:not(.sapMAvatarPressed):not(.sapMAvatarDisabled):hover {
77
79
  background-color: @@hover-color;
78
- box-shadow: @_sap_m_Avatar_Hover_Box_Shadow_Offset var(--sapAvatar_Hover_BorderColor);
80
+ box-shadow: var(--_sap_m_Avatar_Hover_Box_Shadow_Offset) var(--sapAvatar_Hover_BorderColor);
79
81
  }
80
82
  }
81
83
 
@@ -1,6 +1,6 @@
1
1
  /* ========================== */
2
2
  /* CSS for control sap.m/Bar */
3
- /* Horizon theme */
3
+ /* Morning Horizon theme */
4
4
  /* ========================== */
5
5
 
6
6
  .sapMBar {
@@ -76,7 +76,7 @@
76
76
  justify-content: flex-start;
77
77
  }
78
78
 
79
- html[data-sap-ui-browser^="ff"].sap-desktop .sapMBarTitleAlignAuto .sapMBarPH {
79
+ html[data-sap-ui-browser^='ff'].sap-desktop .sapMBarTitleAlignAuto .sapMBarPH {
80
80
  justify-content: start;
81
81
  }
82
82
 
@@ -1,6 +1,6 @@
1
1
  /* =============================== */
2
2
  /* CSS for control sap./Breadcrumbs */
3
- /* Horizon theme */
3
+ /* Morning Horizon theme */
4
4
  /* =============================== */
5
5
 
6
6
  .sapMBreadcrumbs {
@@ -21,7 +21,7 @@
21
21
  }
22
22
 
23
23
  .sapMBreadcrumbsItem {
24
- padding: .125rem; // avoid focus clip
24
+ padding: 0.125rem; /* avoid focus clip */
25
25
  }
26
26
 
27
27
  .sapMBreadcrumbsSeparator {
@@ -30,7 +30,7 @@
30
30
 
31
31
  .sapMBreadcrumbsItem.sapMBreadcrumbsSelectItem {
32
32
 
33
- & > .sapMSlt.sapMSltWithIcon.sapMSltIconOnly.sapMSltWithArrow.sapMSltHoverable {
33
+ & > .sapMSlt.sapMSltWithIcon.sapMSltIconOnly.sapMSltWithArrow {
34
34
  box-shadow: none;
35
35
 
36
36
  /* Default styles */
@@ -38,6 +38,7 @@
38
38
  display: flex;
39
39
  align-items: center;
40
40
  gap: 0.2rem;
41
+ margin-top: -0.125rem;
41
42
 
42
43
  &::before,
43
44
  &::after {
@@ -52,7 +53,7 @@
52
53
  &::after {
53
54
  content: '\e1ef';
54
55
  font-family: var(--sapContent_IconFontFamily);
55
- font-size: @sapMFontMediumSize;
56
+ font-size: var(--sapFontSize);
56
57
  color: var(--sapLinkColor);
57
58
  speak: none;
58
59
  }
@@ -81,7 +82,7 @@
81
82
 
82
83
  .sapMSltIcon::before,
83
84
  .sapMSltIcon::after {
84
- color: var(--sapContent_ContrastFocusColor);
85
+ color: var(--sapContent_ContrastTextColor);
85
86
  border-bottom: none;
86
87
  }
87
88
 
@@ -95,6 +96,7 @@
95
96
  .sapMSltIcon::before,
96
97
  .sapMSltIcon::after {
97
98
  color: var(--sapLinkColor);
99
+ border-bottom: none;
98
100
  }
99
101
  }
100
102
  }
@@ -105,6 +107,16 @@
105
107
  background-color: var(--sapContent_FocusColor);
106
108
  }
107
109
  }
110
+
111
+ /* Override base theme specificity (.sapMSltHoverable) for desktop hover */
112
+ &.sapMSltHoverable:hover:not(:active),
113
+ &.sapMSltHoverable.sapMSltFocused:not(:active) {
114
+
115
+ .sapMSltIcon::before {
116
+ color: var(--sapContent_ContrastTextColor);
117
+ border-bottom: none;
118
+ }
119
+ }
108
120
  }
109
121
  }
110
- }
122
+ }
@@ -1,6 +1,6 @@
1
1
  /* ==================================== */
2
2
  /* CSS for control sap.m/BusyIndicator */
3
- /* Horizon theme */
3
+ /* Morning Horizon theme */
4
4
  /* ==================================== */
5
5
 
6
6
  /* Background animation element */
@@ -1,28 +1,28 @@
1
1
  /* =============================== */
2
2
  /* CSS for control sap.m/Carousel */
3
- /* Horizon theme */
3
+ /* Morning Horizon theme */
4
4
  /* =============================== */
5
5
 
6
- /* ========================================================================== */
7
6
  /* Variables overriding */
8
- /* ========================================================================== */
9
7
 
10
- @_sap_m_Carousel_BackgroundColorSolid: var(--sapGroup_ContentBackground);
11
- @_sap_m_Carousel_BackgroundColorTranslucent: var(--sapBackgroundColor);
12
- @_sap_m_Carousel_MinWidth: 11.25rem;
13
- @_sap_m_Carousel_PageIndicatorBarHeight: 2.75rem;
14
- @_sap_m_Carousel_BottomArrowsOffset: calc(~'2.75rem + 1px');
15
- @_sap_m_Carousel_ControlsNoArrowsHeight: 2.75rem;
16
- @_sap_m_Carousel_NumericIndicatorTextColor: var(--sapPageFooter_TextColor);
17
- @_sap_m_Carousel_PrevAndNextSize: 2.125rem;
18
- @_sap_m_Carousel_PrevAndNextPosition: 0.5rem;
19
- @_sap_m_Carousel_PrevAndNextFocusBorderRadius: inherit;
20
- @_sap_m_Carousel_PageIndicatorWidthSizeS: 9rem;
21
- @_sap_m_Carousel_PageIndicatorWidthSizeM: @_sap_m_Carousel_PageIndicatorWidthSizeS;
22
- @_sap_m_Carousel_PageIndicatorWidthSizeL: @_sap_m_Carousel_PageIndicatorWidthSizeS;
23
- @_sap_m_Carousel_PageIndicatorWidthSizeXL: @_sap_m_Carousel_PageIndicatorWidthSizeS;
24
- @_sap_m_Carousel_PageIndicatorContainerPadding: 0.5rem;
25
- @_sap_m_Carousel_BulletInactiveBackground: var(--sapContent_ForegroundBorderColor);
26
- @_sap_m_Carousel_BulletInactiveBorderColor: var(--sapContent_ForegroundBorderColor);
27
- @_sap_m_Carousel_BulletActiveBackground: var(--sapContent_Selected_ForegroundColor);
28
- @_sap_m_Carousel_BulletActiveBorder: var(--sapContent_Selected_ForegroundColor);
8
+ .sapMCrsl {
9
+ --_sap_m_Carousel_BackgroundColorSolid: var(--sapGroup_ContentBackground);
10
+ --_sap_m_Carousel_BackgroundColorTranslucent: var(--sapBackgroundColor);
11
+ --_sap_m_Carousel_MinWidth: 11.25rem;
12
+ --_sap_m_Carousel_PageIndicatorBarHeight: 2.75rem;
13
+ --_sap_m_Carousel_BottomArrowsOffset: ~'calc(2.75rem + 1px)';
14
+ --_sap_m_Carousel_ControlsNoArrowsHeight: 2.75rem;
15
+ --_sap_m_Carousel_NumericIndicatorTextColor: var(--sapPageFooter_TextColor);
16
+ --_sap_m_Carousel_PrevAndNextSize: 2.125rem;
17
+ --_sap_m_Carousel_PrevAndNextPosition: 0.5rem;
18
+ --_sap_m_Carousel_PrevAndNextFocusBorderRadius: inherit;
19
+ --_sap_m_Carousel_PageIndicatorWidthSizeS: 9rem;
20
+ --_sap_m_Carousel_PageIndicatorWidthSizeM: var(--_sap_m_Carousel_PageIndicatorWidthSizeS);
21
+ --_sap_m_Carousel_PageIndicatorWidthSizeL: var(--_sap_m_Carousel_PageIndicatorWidthSizeS);
22
+ --_sap_m_Carousel_PageIndicatorWidthSizeXL: var(--_sap_m_Carousel_PageIndicatorWidthSizeS);
23
+ --_sap_m_Carousel_PageIndicatorContainerPadding: 0.5rem;
24
+ --_sap_m_Carousel_BulletInactiveBackground: var(--sapContent_ForegroundBorderColor);
25
+ --_sap_m_Carousel_BulletInactiveBorderColor: var(--sapContent_ForegroundBorderColor);
26
+ --_sap_m_Carousel_BulletActiveBackground: var(--sapContent_Selected_ForegroundColor);
27
+ --_sap_m_Carousel_BulletActiveBorder: var(--sapContent_Selected_ForegroundColor);
28
+ }
@@ -1,10 +1,12 @@
1
1
  /* =================================== */
2
2
  /* CSS for control sap.m/ColorPalette */
3
- /* Horizon theme */
3
+ /* Morning Horizon theme */
4
4
  /* =================================== */
5
5
 
6
- @_sap_m_ColorPalette_SwatchWidthHitAreaCozy: 2.375rem;
7
- @_sap_m_ColorPalette_SwatchWidthHitAreaCompact: 1.75rem;
6
+ .sapMColorPalette {
7
+ --_sap_m_ColorPalette_SwatchWidthHitAreaCozy: 2.375rem;
8
+ --_sap_m_ColorPalette_SwatchWidthHitAreaCompact: 1.75rem;
9
+ }
8
10
 
9
11
  html:not(.sap-phone) .sapMColorPalette .sapMColorPaletteSquare {
10
12
  border-radius: 0.25rem;
@@ -166,4 +168,4 @@ html.sap-desktop .sapMColorPalette .sapMBtn:focus > .sapMFocusable::before {
166
168
  border-radius: 0.4375rem;
167
169
  }
168
170
  }
169
- }
171
+ }
@@ -32,7 +32,7 @@
32
32
  box-sizing: border-box;
33
33
  }
34
34
 
35
- .sapMDialog > header .sapMDialogTitleGroup .sapMDialogIcon.sapUiIcon {
35
+ .sapMDialog > .sapMDialogHeader .sapMDialogTitleGroup .sapMDialogIcon.sapUiIcon {
36
36
  font-size: 1rem;
37
37
  }
38
38
 
@@ -47,7 +47,7 @@
47
47
  /* buttons on phone must be to the right side (in LTR mode) */
48
48
  html.sap-phone .sapMDialog {
49
49
 
50
- & > footer .sapMFooter-CTX {
50
+ & > .sapMDialogFooter .sapMFooter-CTX {
51
51
  justify-content: flex-end;
52
52
  }
53
53
  }
@@ -58,18 +58,18 @@ html.sap-phone .sapMDialog {
58
58
 
59
59
  .sapMDialog {
60
60
 
61
- header .sapMBarLeft,
62
- header .sapMBarPH {
61
+ .sapMDialogHeader .sapMBarLeft,
62
+ .sapMDialogHeader .sapMBarPH {
63
63
  padding-left: 1rem;
64
64
  }
65
65
 
66
- header .sapMBarRight,
67
- header .sapMBarPH {
66
+ .sapMDialogHeader .sapMBarRight,
67
+ .sapMDialogHeader .sapMBarPH {
68
68
  padding-right: 1rem;
69
69
  }
70
70
 
71
- header .sapMTB,
72
- footer .sapMTB {
71
+ .sapMDialogHeader .sapMTB,
72
+ .sapMDialogFooter .sapMTB {
73
73
  padding: 0 1rem;
74
74
  }
75
75
  }
@@ -65,14 +65,15 @@
65
65
  }
66
66
  }
67
67
 
68
- .sapMPanelContent:not(.sapMPanelBGTransparent) {
68
+ .sapMPanelContentWrapper:not(:has(> .sapMPanelBGTransparent)) {
69
69
  border-bottom: none;
70
70
  }
71
71
 
72
- .sapMPanelContent {
72
+ .sapMPanelContentWrapper {
73
73
  padding: 0.625rem 1rem;
74
74
  border-bottom-left-radius: inherit;
75
75
  border-bottom-right-radius: inherit;
76
+ background-color: var(--sapGroup_ContentBackground);
76
77
  }
77
78
 
78
79
  .sapMPanel.sapMPanelExpanded.sapMPanelAnimating {
@@ -8,6 +8,10 @@
8
8
  .sapMVSD .sapMPageHeader {
9
9
  z-index: 2;
10
10
 
11
+ .sapMBarPH {
12
+ padding-left: 1rem;
13
+ }
14
+
11
15
  .sapMBarTitleStart .sapMBarPH {
12
16
  padding-left: 0rem;
13
17
  }
@@ -1,12 +1,17 @@
1
- html.sap-desktop .sapMBtn:focus > .sapMBtnAdditionalTextContent.sapMFocusable:not(.sapMBadgeIndicator):before {
2
- content: "";
3
- position: absolute;
4
- box-sizing: border-box;
5
- left: -0.0625rem;
6
- top: -0.0625rem;
7
- right: -0.0625rem;
8
- bottom: -0.0625rem;
9
- border: 0.125rem solid #0070f2;
10
- pointer-events: none;
11
- border-radius: 0.375rem;
1
+ /* =========================================== */
2
+ /* CSS for control sap.m/AdditionalTextButton */
3
+ /* Evening Horizon theme */
4
+ /* =========================================== */
5
+
6
+ html.sap-desktop .sapMBtn:focus > .sapMBtnAdditionalTextContent.sapMFocusable:not(.sapMBadgeIndicator)::before {
7
+ content: '';
8
+ position: absolute;
9
+ box-sizing: border-box;
10
+ left: -0.0625rem;
11
+ top: -0.0625rem;
12
+ right: -0.0625rem;
13
+ bottom: -0.0625rem;
14
+ border: 0.125rem solid #0070f2;
15
+ pointer-events: none;
16
+ border-radius: 0.375rem;
12
17
  }
@@ -3,11 +3,13 @@
3
3
  /* Evening Horizon theme */
4
4
  /* ============================= */
5
5
 
6
- @_sap_m_Avatar_Font_Size_XL: 3rem;
7
- @_sap_m_Avatar_Font_Size_L: 2.25rem;
8
- @_sap_m_Avatar_Font_Size_M: 1.5rem;
9
- @_sap_m_Avatar_Font_Size_S: 1.125rem;
10
- @_sap_m_Avatar_Font_Size_XS: 1rem;
6
+ .sapFAvatar {
7
+ --_sap_m_Avatar_Font_Size_XL: 3rem;
8
+ --_sap_m_Avatar_Font_Size_L: 2.25rem;
9
+ --_sap_m_Avatar_Font_Size_M: 1.5rem;
10
+ --_sap_m_Avatar_Font_Size_S: 1.125rem;
11
+ --_sap_m_Avatar_Font_Size_XS: 1rem;
12
+ }
11
13
 
12
14
  .sapFAvatarSquare {
13
15
  border-radius: var(--sapElement_BorderCornerRadius);
@@ -75,7 +77,7 @@
75
77
  &.sapFAvatarImage.sapFAvatarFocusable:not(.sapMAvatarPressed):not(.sapMAvatarDisabled):hover,
76
78
  &.sapFAvatarFocusable:not(.sapMAvatarPressed):not(.sapMAvatarDisabled):hover {
77
79
  background-color: @@hover-color;
78
- box-shadow: @_sap_m_Avatar_Hover_Box_Shadow_Offset var(--sapAvatar_Hover_BorderColor);
80
+ box-shadow: var(--_sap_m_Avatar_Hover_Box_Shadow_Offset) var(--sapAvatar_Hover_BorderColor);
79
81
  }
80
82
  }
81
83
 
@@ -79,7 +79,7 @@
79
79
  justify-content: flex-start;
80
80
  }
81
81
 
82
- html[data-sap-ui-browser^="ff"].sap-desktop .sapMBarTitleAlignAuto .sapMBarPH {
82
+ html[data-sap-ui-browser^='ff'].sap-desktop .sapMBarTitleAlignAuto .sapMBarPH {
83
83
  justify-content: start;
84
84
  }
85
85
 
@@ -21,7 +21,7 @@
21
21
  }
22
22
 
23
23
  .sapMBreadcrumbsItem {
24
- padding: .125rem; // avoid focus clip
24
+ padding: 0.125rem; /* avoid focus clip */
25
25
  }
26
26
 
27
27
  .sapMBreadcrumbsSeparator {
@@ -30,7 +30,7 @@
30
30
 
31
31
  .sapMBreadcrumbsItem.sapMBreadcrumbsSelectItem {
32
32
 
33
- & > .sapMSlt.sapMSltWithIcon.sapMSltIconOnly.sapMSltWithArrow.sapMSltHoverable {
33
+ & > .sapMSlt.sapMSltWithIcon.sapMSltIconOnly.sapMSltWithArrow {
34
34
  box-shadow: none;
35
35
 
36
36
  /* Default styles */
@@ -38,6 +38,7 @@
38
38
  display: flex;
39
39
  align-items: center;
40
40
  gap: 0.2rem;
41
+ margin-top: -0.125rem;
41
42
 
42
43
  &::before,
43
44
  &::after {
@@ -52,7 +53,7 @@
52
53
  &::after {
53
54
  content: '\e1ef';
54
55
  font-family: var(--sapContent_IconFontFamily);
55
- font-size: @sapMFontMediumSize;
56
+ font-size: var(--sapFontSize);
56
57
  color: var(--sapLinkColor);
57
58
  speak: none;
58
59
  }
@@ -81,7 +82,7 @@
81
82
 
82
83
  .sapMSltIcon::before,
83
84
  .sapMSltIcon::after {
84
- color: var(--sapContent_ContrastFocusColor);
85
+ color: var(--sapContent_ContrastTextColor);
85
86
  border-bottom: none;
86
87
  }
87
88
 
@@ -95,6 +96,7 @@
95
96
  .sapMSltIcon::before,
96
97
  .sapMSltIcon::after {
97
98
  color: var(--sapLinkColor);
99
+ border-bottom: none;
98
100
  }
99
101
  }
100
102
  }
@@ -105,6 +107,16 @@
105
107
  background-color: var(--sapContent_FocusColor);
106
108
  }
107
109
  }
110
+
111
+ /* Override base theme specificity (.sapMSltHoverable) for desktop hover */
112
+ &.sapMSltHoverable:hover:not(:active),
113
+ &.sapMSltHoverable.sapMSltFocused:not(:active) {
114
+
115
+ .sapMSltIcon::before {
116
+ color: var(--sapContent_ContrastTextColor);
117
+ border-bottom: none;
118
+ }
119
+ }
108
120
  }
109
121
  }
110
- }
122
+ }
@@ -3,26 +3,26 @@
3
3
  /* Evening Horizon theme */
4
4
  /* =============================== */
5
5
 
6
- /* ========================================================================== */
7
6
  /* Variables overriding */
8
- /* ========================================================================== */
9
7
 
10
- @_sap_m_Carousel_BackgroundColorSolid: var(--sapGroup_ContentBackground);
11
- @_sap_m_Carousel_BackgroundColorTranslucent: var(--sapBackgroundColor);
12
- @_sap_m_Carousel_MinWidth: 11.25rem;
13
- @_sap_m_Carousel_PageIndicatorBarHeight: 2.75rem;
14
- @_sap_m_Carousel_BottomArrowsOffset: calc(~'2.75rem + 1px');
15
- @_sap_m_Carousel_ControlsNoArrowsHeight: 2.75rem;
16
- @_sap_m_Carousel_NumericIndicatorTextColor: var(--sapPageFooter_TextColor);
17
- @_sap_m_Carousel_PrevAndNextSize: 2.125rem;
18
- @_sap_m_Carousel_PrevAndNextPosition: 0.5rem;
19
- @_sap_m_Carousel_PrevAndNextFocusBorderRadius: inherit;
20
- @_sap_m_Carousel_PageIndicatorWidthSizeS: 9rem;
21
- @_sap_m_Carousel_PageIndicatorWidthSizeM: @_sap_m_Carousel_PageIndicatorWidthSizeS;
22
- @_sap_m_Carousel_PageIndicatorWidthSizeL: @_sap_m_Carousel_PageIndicatorWidthSizeS;
23
- @_sap_m_Carousel_PageIndicatorWidthSizeXL: @_sap_m_Carousel_PageIndicatorWidthSizeS;
24
- @_sap_m_Carousel_PageIndicatorContainerPadding: 0.5rem;
25
- @_sap_m_Carousel_BulletInactiveBackground: var(--sapContent_ForegroundBorderColor);
26
- @_sap_m_Carousel_BulletInactiveBorderColor: var(--sapContent_ForegroundBorderColor);
27
- @_sap_m_Carousel_BulletActiveBackground: var(--sapContent_Selected_ForegroundColor);
28
- @_sap_m_Carousel_BulletActiveBorder: var(--sapContent_Selected_ForegroundColor);
8
+ .sapMCrsl {
9
+ --_sap_m_Carousel_BackgroundColorSolid: var(--sapGroup_ContentBackground);
10
+ --_sap_m_Carousel_BackgroundColorTranslucent: var(--sapBackgroundColor);
11
+ --_sap_m_Carousel_MinWidth: 11.25rem;
12
+ --_sap_m_Carousel_PageIndicatorBarHeight: 2.75rem;
13
+ --_sap_m_Carousel_BottomArrowsOffset: ~'calc(2.75rem + 1px)';
14
+ --_sap_m_Carousel_ControlsNoArrowsHeight: 2.75rem;
15
+ --_sap_m_Carousel_NumericIndicatorTextColor: var(--sapPageFooter_TextColor);
16
+ --_sap_m_Carousel_PrevAndNextSize: 2.125rem;
17
+ --_sap_m_Carousel_PrevAndNextPosition: 0.5rem;
18
+ --_sap_m_Carousel_PrevAndNextFocusBorderRadius: inherit;
19
+ --_sap_m_Carousel_PageIndicatorWidthSizeS: 9rem;
20
+ --_sap_m_Carousel_PageIndicatorWidthSizeM: var(--_sap_m_Carousel_PageIndicatorWidthSizeS);
21
+ --_sap_m_Carousel_PageIndicatorWidthSizeL: var(--_sap_m_Carousel_PageIndicatorWidthSizeS);
22
+ --_sap_m_Carousel_PageIndicatorWidthSizeXL: var(--_sap_m_Carousel_PageIndicatorWidthSizeS);
23
+ --_sap_m_Carousel_PageIndicatorContainerPadding: 0.5rem;
24
+ --_sap_m_Carousel_BulletInactiveBackground: var(--sapContent_ForegroundBorderColor);
25
+ --_sap_m_Carousel_BulletInactiveBorderColor: var(--sapContent_ForegroundBorderColor);
26
+ --_sap_m_Carousel_BulletActiveBackground: var(--sapContent_Selected_ForegroundColor);
27
+ --_sap_m_Carousel_BulletActiveBorder: var(--sapContent_Selected_ForegroundColor);
28
+ }
@@ -3,8 +3,10 @@
3
3
  /* Horizon theme */
4
4
  /* =================================== */
5
5
 
6
- @_sap_m_ColorPalette_SwatchWidthHitAreaCozy: 2.375rem;
7
- @_sap_m_ColorPalette_SwatchWidthHitAreaCompact: 1.75rem;
6
+ .sapMColorPalette {
7
+ --_sap_m_ColorPalette_SwatchWidthHitAreaCozy: 2.375rem;
8
+ --_sap_m_ColorPalette_SwatchWidthHitAreaCompact: 1.75rem;
9
+ }
8
10
 
9
11
  html:not(.sap-phone) .sapMColorPalette .sapMColorPaletteSquare {
10
12
  border-radius: 0.25rem;
@@ -35,6 +37,7 @@ html:not(.sap-phone) .sapMColorPalette .sapMColorPaletteSquare {
35
37
 
36
38
  .sap-desktop .sapContrast,
37
39
  .sap-desktop.sapContrast {
40
+
38
41
  .sapMColorPalette .sapMBtn {
39
42
 
40
43
  &:focus::after {