@openui5/themelib_sap_horizon 1.117.1 → 1.119.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (142) hide show
  1. package/THIRDPARTY.txt +2 -2
  2. package/package.json +18 -18
  3. package/src/sap/f/themes/sap_horizon/AvatarGroup.less +81 -25
  4. package/src/sap/f/themes/sap_horizon/DynamicPageTitle.less +3 -3
  5. package/src/sap/f/themes/sap_horizon/ShellBar.less +2 -1
  6. package/src/sap/f/themes/sap_horizon/SidePanel.less +7 -0
  7. package/src/sap/f/themes/sap_horizon_dark/AvatarGroup.less +82 -25
  8. package/src/sap/f/themes/sap_horizon_dark/DynamicPageTitle.less +3 -3
  9. package/src/sap/f/themes/sap_horizon_dark/ShellBar.less +2 -2
  10. package/src/sap/f/themes/sap_horizon_dark/SidePanel.less +7 -0
  11. package/src/sap/f/themes/sap_horizon_hcb/SidePanel.less +10 -0
  12. package/src/sap/f/themes/sap_horizon_hcw/SidePanel.less +10 -0
  13. package/src/sap/m/themes/sap_horizon/BusyIndicator.less +2 -2
  14. package/src/sap/m/themes/sap_horizon/Button.less +13 -26
  15. package/src/sap/m/themes/sap_horizon/GenericTile.less +37 -0
  16. package/src/sap/m/themes/sap_horizon/IconTabBar.less +42 -17
  17. package/src/sap/m/themes/sap_horizon/InputBase.less +5 -1
  18. package/src/sap/m/themes/sap_horizon/MessageStrip.less +4 -12
  19. package/src/sap/m/themes/sap_horizon/ObjectStatus.less +243 -20
  20. package/src/sap/m/themes/sap_horizon/Page.less +2 -1
  21. package/src/sap/m/themes/sap_horizon/Panel.less +16 -4
  22. package/src/sap/m/themes/sap_horizon/ProgressIndicator.less +2 -1
  23. package/src/sap/m/themes/sap_horizon/RadioButton.less +0 -21
  24. package/src/sap/m/themes/sap_horizon/RangeSlider.less +5 -5
  25. package/src/sap/m/themes/sap_horizon/RatingIndicator.less +0 -4
  26. package/src/sap/m/themes/sap_horizon/SearchField.less +8 -5
  27. package/src/sap/m/themes/sap_horizon/SegmentedButton.less +34 -15
  28. package/src/sap/m/themes/sap_horizon/Select.less +4 -2
  29. package/src/sap/m/themes/sap_horizon/SinglePlanningCalendarMonthGrid.less +1 -1
  30. package/src/sap/m/themes/sap_horizon/Slider.less +1 -1
  31. package/src/sap/m/themes/sap_horizon/Table.less +1 -4
  32. package/src/sap/m/themes/sap_horizon/TextArea.less +4 -0
  33. package/src/sap/m/themes/sap_horizon/Title.less +19 -6
  34. package/src/sap/m/themes/sap_horizon/ToggleButton.less +2 -19
  35. package/src/sap/m/themes/sap_horizon/Toolbar.less +9 -0
  36. package/src/sap/m/themes/sap_horizon_dark/BusyIndicator.less +2 -2
  37. package/src/sap/m/themes/sap_horizon_dark/Button.less +13 -26
  38. package/src/sap/m/themes/sap_horizon_dark/GenericTile.less +38 -0
  39. package/src/sap/m/themes/sap_horizon_dark/IconTabBar.less +32 -7
  40. package/src/sap/m/themes/sap_horizon_dark/InputBase.less +5 -1
  41. package/src/sap/m/themes/sap_horizon_dark/Label.less +6 -0
  42. package/src/sap/m/themes/sap_horizon_dark/MessageStrip.less +4 -12
  43. package/src/sap/m/themes/sap_horizon_dark/MessageToast.less +8 -0
  44. package/src/sap/m/themes/sap_horizon_dark/ObjectStatus.less +243 -20
  45. package/src/sap/m/themes/sap_horizon_dark/Page.less +2 -1
  46. package/src/sap/m/themes/sap_horizon_dark/Panel.less +14 -2
  47. package/src/sap/m/themes/sap_horizon_dark/ProgressIndicator.less +4 -0
  48. package/src/sap/m/themes/sap_horizon_dark/RadioButton.less +0 -21
  49. package/src/sap/m/themes/sap_horizon_dark/RangeSlider.less +27 -5
  50. package/src/sap/m/themes/sap_horizon_dark/RatingIndicator.less +8 -23
  51. package/src/sap/m/themes/sap_horizon_dark/SearchField.less +10 -6
  52. package/src/sap/m/themes/sap_horizon_dark/SegmentedButton.less +34 -15
  53. package/src/sap/m/themes/sap_horizon_dark/Select.less +4 -1
  54. package/src/sap/m/themes/sap_horizon_dark/Slider.less +4 -3
  55. package/src/sap/m/themes/sap_horizon_dark/Table.less +1 -0
  56. package/src/sap/m/themes/sap_horizon_dark/Text.less +6 -0
  57. package/src/sap/m/themes/sap_horizon_dark/TextArea.less +4 -0
  58. package/src/sap/m/themes/sap_horizon_dark/Title.less +19 -6
  59. package/src/sap/m/themes/sap_horizon_dark/ToggleButton.less +2 -20
  60. package/src/sap/m/themes/sap_horizon_dark/Toolbar.less +9 -0
  61. package/src/sap/m/themes/sap_horizon_dark/library.source.less +1 -0
  62. package/src/sap/m/themes/sap_horizon_hcb/BusyIndicator.less +2 -2
  63. package/src/sap/m/themes/sap_horizon_hcb/Button.less +1 -1
  64. package/src/sap/m/themes/sap_horizon_hcb/Carousel.less +2 -2
  65. package/src/sap/m/themes/sap_horizon_hcb/IconTabBar.less +3 -2
  66. package/src/sap/m/themes/sap_horizon_hcb/InputBase.less +0 -1
  67. package/src/sap/m/themes/sap_horizon_hcb/MessageToast.less +8 -0
  68. package/src/sap/m/themes/sap_horizon_hcb/ObjectStatus.less +124 -13
  69. package/src/sap/m/themes/sap_horizon_hcb/Page.less +2 -1
  70. package/src/sap/m/themes/sap_horizon_hcb/Panel.less +0 -4
  71. package/src/sap/m/themes/sap_horizon_hcb/ProgressIndicator.less +4 -0
  72. package/src/sap/m/themes/sap_horizon_hcb/RatingIndicator.less +23 -31
  73. package/src/sap/m/themes/sap_horizon_hcb/SearchField.less +4 -4
  74. package/src/sap/m/themes/sap_horizon_hcb/SelectList.less +2 -0
  75. package/src/sap/m/themes/sap_horizon_hcb/TextArea.less +22 -0
  76. package/src/sap/m/themes/sap_horizon_hcb/Title.less +19 -6
  77. package/src/sap/m/themes/sap_horizon_hcb/Toolbar.less +9 -0
  78. package/src/sap/m/themes/sap_horizon_hcb/library.source.less +2 -0
  79. package/src/sap/m/themes/sap_horizon_hcw/BusyIndicator.less +2 -2
  80. package/src/sap/m/themes/sap_horizon_hcw/Button.less +1 -1
  81. package/src/sap/m/themes/sap_horizon_hcw/Carousel.less +2 -2
  82. package/src/sap/m/themes/sap_horizon_hcw/IconTabBar.less +3 -1
  83. package/src/sap/m/themes/sap_horizon_hcw/InputBase.less +0 -1
  84. package/src/sap/m/themes/sap_horizon_hcw/MessageToast.less +8 -0
  85. package/src/sap/m/themes/sap_horizon_hcw/ObjectStatus.less +124 -13
  86. package/src/sap/m/themes/sap_horizon_hcw/Page.less +2 -1
  87. package/src/sap/m/themes/sap_horizon_hcw/Panel.less +0 -4
  88. package/src/sap/m/themes/sap_horizon_hcw/ProgressIndicator.less +4 -0
  89. package/src/sap/m/themes/sap_horizon_hcw/RatingIndicator.less +23 -31
  90. package/src/sap/m/themes/sap_horizon_hcw/SearchField.less +4 -4
  91. package/src/sap/m/themes/sap_horizon_hcw/SelectList.less +2 -0
  92. package/src/sap/m/themes/sap_horizon_hcw/TextArea.less +22 -0
  93. package/src/sap/m/themes/sap_horizon_hcw/Title.less +19 -6
  94. package/src/sap/m/themes/sap_horizon_hcw/Toolbar.less +9 -0
  95. package/src/sap/m/themes/sap_horizon_hcw/library.source.less +2 -0
  96. package/src/sap/tnt/themes/sap_horizon/InfoLabel.less +28 -14
  97. package/src/sap/tnt/themes/sap_horizon/NavigationList.less +11 -3
  98. package/src/sap/tnt/themes/sap_horizon/SideNavigation.less +1 -0
  99. package/src/sap/tnt/themes/sap_horizon/library.source.less +1 -1
  100. package/src/sap/tnt/themes/sap_horizon_dark/InfoLabel.less +28 -14
  101. package/src/sap/tnt/themes/sap_horizon_dark/NavigationList.less +11 -3
  102. package/src/sap/tnt/themes/sap_horizon_dark/SideNavigation.less +1 -0
  103. package/src/sap/tnt/themes/sap_horizon_dark/library.source.less +1 -1
  104. package/src/sap/tnt/themes/sap_horizon_hcb/InfoLabel.less +21 -6
  105. package/src/sap/tnt/themes/sap_horizon_hcb/NavigationList.less +19 -6
  106. package/src/sap/tnt/themes/sap_horizon_hcb/SideNavigation.less +2 -0
  107. package/src/sap/tnt/themes/sap_horizon_hcw/InfoLabel.less +21 -6
  108. package/src/sap/tnt/themes/sap_horizon_hcw/NavigationList.less +19 -6
  109. package/src/sap/tnt/themes/sap_horizon_hcw/SideNavigation.less +2 -0
  110. package/src/sap/tnt/themes/sap_horizon_hcw/library.source.less +1 -1
  111. package/src/sap/ui/core/themes/sap_horizon/.theme +1 -1
  112. package/src/sap/ui/core/themes/sap_horizon/base.less +138 -137
  113. package/src/sap/ui/core/themes/sap_horizon/fonts/SAP-icons.ttf +0 -0
  114. package/src/sap/ui/core/themes/sap_horizon/fonts/SAP-icons.woff2 +0 -0
  115. package/src/sap/ui/core/themes/sap_horizon/global.less +8 -8
  116. package/src/sap/ui/core/themes/sap_horizon/library.source.less +4 -0
  117. package/src/sap/ui/core/themes/sap_horizon_dark/.theme +1 -1
  118. package/src/sap/ui/core/themes/sap_horizon_dark/base.less +111 -110
  119. package/src/sap/ui/core/themes/sap_horizon_dark/fonts/SAP-icons.ttf +0 -0
  120. package/src/sap/ui/core/themes/sap_horizon_dark/fonts/SAP-icons.woff2 +0 -0
  121. package/src/sap/ui/core/themes/sap_horizon_dark/global.less +8 -8
  122. package/src/sap/ui/core/themes/sap_horizon_dark/library.source.less +4 -0
  123. package/src/sap/ui/core/themes/sap_horizon_hcb/.theme +1 -1
  124. package/src/sap/ui/core/themes/sap_horizon_hcb/base.less +15 -15
  125. package/src/sap/ui/core/themes/sap_horizon_hcb/fonts/SAP-icons.ttf +0 -0
  126. package/src/sap/ui/core/themes/sap_horizon_hcb/fonts/SAP-icons.woff2 +0 -0
  127. package/src/sap/ui/core/themes/sap_horizon_hcb/global.less +8 -8
  128. package/src/sap/ui/core/themes/sap_horizon_hcw/.theme +1 -1
  129. package/src/sap/ui/core/themes/sap_horizon_hcw/base.less +14 -14
  130. package/src/sap/ui/core/themes/sap_horizon_hcw/fonts/SAP-icons.ttf +0 -0
  131. package/src/sap/ui/core/themes/sap_horizon_hcw/fonts/SAP-icons.woff2 +0 -0
  132. package/src/sap/ui/core/themes/sap_horizon_hcw/global.less +8 -8
  133. package/src/sap/ui/layout/themes/sap_horizon_dark/Splitter.less +1 -1
  134. package/src/sap/ui/layout/themes/sap_horizon_hcb/BlockLayout.less +3 -1
  135. package/src/sap/ui/layout/themes/sap_horizon_hcb/Splitter.less +0 -1
  136. package/src/sap/ui/layout/themes/sap_horizon_hcw/BlockLayout.less +3 -1
  137. package/src/sap/ui/layout/themes/sap_horizon_hcw/Splitter.less +0 -1
  138. package/src/sap/ui/rta/themes/sap_horizon/Toolbar.adaptation.less +0 -2
  139. package/src/sap/ui/unified/themes/sap_horizon_hcb/ColorPicker.less +7 -2
  140. package/src/sap/ui/unified/themes/sap_horizon_hcw/ColorPicker.less +7 -2
  141. package/src/sap/uxap/themes/sap_horizon/HierarchicalSelect.less +4 -3
  142. package/src/sap/uxap/themes/sap_horizon_dark/HierarchicalSelect.less +4 -3
package/THIRDPARTY.txt CHANGED
@@ -401,7 +401,7 @@ License: MIT
401
401
  License Text: https://github.com/SAP/openui5/blob/master/LICENSES/MIT.txt
402
402
  Contained in: src/sap.ui.integration/src/sap/ui/integration/thirdparty/adaptive-expressions.js
403
403
 
404
- Component: Markdown-it, version: 12.2.0
404
+ Component: Markdown-it, version: 12.3.2
405
405
  Copyright: 2014 Vitaly Puzrin, Alex Kocharin
406
406
  License: MIT
407
407
  License Text: https://github.com/SAP/openui5/blob/master/LICENSES/MIT.txt
@@ -466,7 +466,7 @@ License: Apache-2.0
466
466
  License Text: https://github.com/SAP/openui5/blob/master/LICENSES/Apache-2.0.txt
467
467
  Contained in: lib/jsdoc/ui5/plugin.js
468
468
 
469
- Component: SAP Theming Base Content, version: 11.4.2
469
+ Component: SAP Theming Base Content, version: 11.6.8
470
470
  Copyright: SAP SE or an SAP affiliate company and Theming Base Content contributors
471
471
  License: Apache-2.0
472
472
  License Text: https://github.com/SAP/openui5/blob/master/LICENSES/Apache-2.0.txt
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@openui5/themelib_sap_horizon",
3
- "version": "1.117.1",
3
+ "version": "1.119.0",
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/SAP/openui5.git"
15
15
  },
16
16
  "devDependencies": {
17
- "@openui5/sap.f": "1.117.1",
18
- "@openui5/sap.m": "1.117.1",
19
- "@openui5/sap.tnt": "1.117.1",
20
- "@openui5/sap.ui.codeeditor": "1.117.1",
21
- "@openui5/sap.ui.commons": "1.117.1",
22
- "@openui5/sap.ui.core": "1.117.1",
23
- "@openui5/sap.ui.dt": "1.117.1",
24
- "@openui5/sap.ui.fl": "1.117.1",
25
- "@openui5/sap.ui.mdc": "1.117.1",
26
- "@openui5/sap.ui.integration": "1.117.1",
27
- "@openui5/sap.ui.layout": "1.117.1",
28
- "@openui5/sap.ui.rta": "1.117.1",
29
- "@openui5/sap.ui.suite": "1.117.1",
30
- "@openui5/sap.ui.table": "1.117.1",
31
- "@openui5/sap.ui.unified": "1.117.1",
32
- "@openui5/sap.ui.ux3": "1.117.1",
33
- "@openui5/sap.uxap": "1.117.1"
17
+ "@openui5/sap.f": "1.119.0",
18
+ "@openui5/sap.m": "1.119.0",
19
+ "@openui5/sap.tnt": "1.119.0",
20
+ "@openui5/sap.ui.codeeditor": "1.119.0",
21
+ "@openui5/sap.ui.commons": "1.119.0",
22
+ "@openui5/sap.ui.core": "1.119.0",
23
+ "@openui5/sap.ui.dt": "1.119.0",
24
+ "@openui5/sap.ui.fl": "1.119.0",
25
+ "@openui5/sap.ui.mdc": "1.119.0",
26
+ "@openui5/sap.ui.integration": "1.119.0",
27
+ "@openui5/sap.ui.layout": "1.119.0",
28
+ "@openui5/sap.ui.rta": "1.119.0",
29
+ "@openui5/sap.ui.suite": "1.119.0",
30
+ "@openui5/sap.ui.table": "1.119.0",
31
+ "@openui5/sap.ui.unified": "1.119.0",
32
+ "@openui5/sap.ui.ux3": "1.119.0",
33
+ "@openui5/sap.uxap": "1.119.0"
34
34
  }
35
35
  }
@@ -1,43 +1,99 @@
1
- /* ============================= */
2
- /* CSS for control sap.f/AvatarGroup */
3
- /* Horizon theme */
4
- /* ============================= */
1
+ /* ===================================== */
2
+ /* CSS for control sap.f/AvatarGroup */
3
+ /* Horizon theme */
4
+ /* ===================================== */
5
5
 
6
+ .applyBorderColorAccent(@counter) when (@counter > 0) {
7
+ .sapFAvatar.sapFAvatarColorAccent@{counter} {
8
+ border: 0.0625rem solid~"@{sapUiAccent@{counter}}";
9
+ }
6
10
 
7
- /* ============================= */
8
- /* CSS for control sap.f/AvatarGroup */
9
- /* Base theme */
10
- /* ============================= */
11
-
12
- .sapFAvatarGroup:focus {
13
- box-shadow: 0px 0px 0px 0.125rem @sapUiContentFocusColor;
14
- outline: none;
15
- border-radius: 0.35rem;
11
+ .applyBorderColorAccent(@counter - 1);
16
12
  }
17
13
 
18
14
  .sapFAvatarGroup {
19
15
  padding: 0.125rem;
20
- }
21
16
 
22
- .sapFAvatarGroupIndividual {
17
+ .sapFAvatar {
18
+ border: none;
19
+ }
23
20
 
24
- .sapFAvatarGroupItem:focus {
21
+ &:focus {
22
+ box-shadow: 0px 0px 0px 0.125rem @sapUiContentFocusColor;
25
23
  outline: none;
26
- .sapFAvatar {
27
- outline: none;
28
- box-shadow: 0px 0px 0px 0.125rem @sapUiContentFocusColor;
24
+ border-radius: 0.35rem;
25
+ }
26
+
27
+ &.sapFAvatarGroupIndividual {
28
+ .sapFAvatarGroupItem {
29
+
30
+ &:hover:not(:active):not(:focus) {
31
+ .applyBorderColorAccent(10)
32
+ }
33
+
34
+ &:active {
35
+ .sapFAvatar {
36
+ background-color: @sapUiButtonActiveBackground;
37
+
38
+ .sapFAvatarInitialsHolder {
39
+ color: @sapUiButtonActiveTextColor;
40
+ }
41
+ }
42
+ }
43
+
44
+ &:focus {
45
+ outline: none;
46
+
47
+ .sapFAvatar {
48
+ outline: none;
49
+ box-shadow: 0px 0px 0px 0.125rem @sapUiContentFocusColor;
50
+ }
51
+ }
52
+
29
53
  }
30
54
  }
55
+
56
+ &.sapFAvatarGroupGroup {
57
+ &:hover:not(:active) {
58
+ .sapFAvatarGroupItem {
59
+ .applyBorderColorAccent(10);
60
+ }
61
+ }
62
+
63
+ &:active {
64
+ .sapFAvatarGroupItem {
65
+ .sapFAvatar {
66
+ border: 0.0625rem solid @sapUiButtonActiveBorderColor;
67
+ background-color: @sapUiButtonActiveBackground;
68
+
69
+ .sapFAvatarInitialsHolder {
70
+ color: @sapUiButtonActiveTextColor;
71
+ }
72
+ }
73
+ }
74
+
75
+ .sapFAvatarGroupMoreButton {
76
+ .sapMBtnInner {
77
+ background-color: @sapUiButtonActiveBackground;
78
+ border: 0.0625rem solid @sapUiButtonActiveBorderColor;
79
+
80
+ .sapMBtnContent {
81
+ color: @sapUiButtonActiveTextColor;
82
+ }
83
+ }
84
+ }
85
+ }
86
+ }
87
+ }
88
+
89
+ .sapFAvatarGroupPopover .sapFCard {
90
+ border-radius: 0;
31
91
  }
32
92
 
33
- html.sap-desktop .sapFAvatarGroupMoreButton.sapMBtn:focus > .sapMFocusable:not(.sapMBadgeIndicator):before {
93
+ html.sap-desktop .sapFAvatarGroupMoreButton.sapMBtn:focus>.sapMFocusable:not(.sapMBadgeIndicator):before {
34
94
  border-radius: 50%;
35
95
  left: 0;
36
96
  right: 0;
37
97
  top: 0;
38
98
  bottom: 0;
39
- }
40
-
41
- .sapFAvatarGroupPopover .sapFCard {
42
- border-radius: 0;
43
- }
99
+ }
@@ -87,7 +87,7 @@
87
87
 
88
88
  .sapFDynamicPageTitleMain>.sapFDynamicPageTitleMainInner .sapFDynamicPageTitleMainHeading .sapFDynamicPageTitleMainHeadingInner .sapMTitle:not(.sapUICompVarMngmtTitle) {
89
89
  font-size: @sapObjectHeader_Title_FontSize;
90
- font-family: @sapFontBlackFamily;
90
+ font-family: @sapObjectHeader_Title_FontFamily;
91
91
  }
92
92
 
93
93
 
@@ -95,7 +95,7 @@
95
95
 
96
96
  .sapFDynamicPage-Std-Phone .sapFDynamicPageTitleMain>.sapFDynamicPageTitleMainInner .sapFDynamicPageTitleMainHeading .sapFDynamicPageTitleMainHeadingInner .sapMTitle:not(.sapUICompVarMngmtTitle) {
97
97
  font-size: @sapObjectHeader_Title_SnappedFontSize;
98
- font-family: @sapFontBlackFamily;
98
+ font-family: @sapObjectHeader_Title_FontFamily;
99
99
  }
100
100
 
101
101
 
@@ -103,7 +103,7 @@
103
103
 
104
104
  .sapFDynamicPageTitleSnapped .sapFDynamicPageTitleMain>.sapFDynamicPageTitleMainInner .sapFDynamicPageTitleMainHeading .sapFDynamicPageTitleMainHeadingInner .sapMTitle:not(.sapUICompVarMngmtTitle) {
105
105
  font-size: @sapObjectHeader_Title_SnappedFontSize;
106
- font-family: @sapFontBlackFamily;
106
+ font-family: @sapObjectHeader_Title_FontFamily;
107
107
  }
108
108
 
109
109
  // Overview Page using Dynamic page Header
@@ -54,7 +54,8 @@
54
54
  stop-opacity: 0.2;
55
55
  }
56
56
  &:focus {
57
- outline: none;
57
+ outline: @sapUiContentFocusWidth solid @sapUiContentFocusColor;
58
+ border-radius: 0.375rem;
58
59
  background-color: @sapUiShellActiveBackground;
59
60
  color: @sapUiShellActiveTextColor;
60
61
  &:after {
@@ -3,7 +3,14 @@
3
3
  /* Horizon theme */
4
4
  /* =============================== */
5
5
 
6
+ @_sap_ui_layout_Splitter_BarDecorationColors: @sapUiGroupContentBorderColor, transparent;
7
+
6
8
  .sapFSP {
9
+ .sapFSPSplitterBar {
10
+ .sapFSPSplitterBarGripIcon {
11
+ color: @sapUiButtonLiteTextColor;
12
+ }
13
+ }
7
14
  .sapFSPSide {
8
15
  .sapFSPSideInner {
9
16
  .sapFSPActionBar {
@@ -1,42 +1,99 @@
1
- /* ================================== */
2
- /* CSS for control sap.f/AvatarGroup */
3
- /* Evening Horizon theme */
4
- /* ================================== */
5
-
6
- .sapFAvatarGroup:focus {
7
- box-shadow: 0px 0px 0px 0.125rem @sapUiContentFocusColor;
8
- outline: none;
9
- border-radius: 0.35rem;
1
+ /* ===================================== */
2
+ /* CSS for control sap.f/AvatarGroup */
3
+ /* Evening Horizon theme */
4
+ /* ===================================== */
5
+
6
+ .applyBorderColorAccent(@counter) when (@counter > 0) {
7
+ .sapFAvatar.sapFAvatarColorAccent@{counter} {
8
+ border: 0.0625rem solid~"@{sapUiAccent@{counter}}";
9
+ }
10
+
11
+ .applyBorderColorAccent(@counter - 1);
10
12
  }
11
13
 
12
14
  .sapFAvatarGroup {
13
15
  padding: 0.125rem;
14
- }
15
16
 
16
- .sapFAvatarGroupIndividual {
17
+ .sapFAvatar {
18
+ border: none;
19
+ }
17
20
 
18
- .sapFAvatarGroupItem:focus {
21
+ &:focus {
22
+ box-shadow: 0px 0px 0px 0.125rem @sapUiContentFocusColor;
19
23
  outline: none;
20
- .sapFAvatar {
21
- outline: none;
22
- box-shadow: 0px 0px 0px 0.125rem @sapUiContentFocusColor;
24
+ border-radius: 0.35rem;
25
+ }
26
+
27
+ &.sapFAvatarGroupIndividual {
28
+ .sapFAvatarGroupItem {
29
+
30
+ &:hover:not(:active):not(:focus) {
31
+ .applyBorderColorAccent(10)
32
+ }
33
+
34
+ &:active {
35
+ .sapFAvatar {
36
+ background-color: @sapUiButtonActiveBackground;
37
+
38
+ .sapFAvatarInitialsHolder {
39
+ color: @sapUiButtonActiveTextColor;
40
+ }
41
+ }
42
+ }
43
+
44
+ &:focus {
45
+ outline: none;
46
+
47
+ .sapFAvatar {
48
+ outline: none;
49
+ box-shadow: 0px 0px 0px 0.125rem @sapUiContentFocusColor;
50
+ }
51
+ }
52
+
23
53
  }
24
54
  }
25
- }
26
55
 
27
- html.sap-desktop .sapFAvatarGroupMoreButton.sapMBtn:focus > .sapMFocusable:not(.sapMBadgeIndicator):before {
28
- border-radius: 50%;
29
- left: 0;
30
- right: 0;
31
- top: 0;
32
- bottom: 0;
33
- }
56
+ &.sapFAvatarGroupGroup {
57
+ &:hover:not(:active) {
58
+ .sapFAvatarGroupItem {
59
+ .applyBorderColorAccent(10);
60
+ }
61
+ }
62
+
63
+ &:active {
64
+ .sapFAvatarGroupItem {
65
+ .sapFAvatar {
66
+ border: 0.0625rem solid @sapUiButtonActiveBorderColor;
67
+ background-color: @sapUiButtonActiveBackground;
34
68
 
69
+ .sapFAvatarInitialsHolder {
70
+ color: @sapUiButtonActiveTextColor;
71
+ }
72
+ }
73
+ }
35
74
 
36
- html.sap-desktop .sapFAvatarGroupMoreButton.sapMBtn:focus > .sapMBtnActive.sapMFocusable {
37
- border-color: transparent;
75
+ .sapFAvatarGroupMoreButton {
76
+ .sapMBtnInner {
77
+ background-color: @sapUiButtonActiveBackground;
78
+ border: 0.0625rem solid @sapUiButtonActiveBorderColor;
79
+
80
+ .sapMBtnContent {
81
+ color: @sapUiButtonActiveTextColor;
82
+ }
83
+ }
84
+ }
85
+ }
86
+ }
38
87
  }
39
88
 
40
89
  .sapFAvatarGroupPopover .sapFCard {
41
90
  border-radius: 0;
91
+ }
92
+
93
+ html.sap-desktop .sapFAvatarGroupMoreButton.sapMBtn:focus>.sapMFocusable:not(.sapMBadgeIndicator):before {
94
+ border-radius: 50%;
95
+ left: 0;
96
+ right: 0;
97
+ top: 0;
98
+ bottom: 0;
42
99
  }
@@ -86,7 +86,7 @@
86
86
 
87
87
  .sapFDynamicPageTitleMain>.sapFDynamicPageTitleMainInner .sapFDynamicPageTitleMainHeading .sapFDynamicPageTitleMainHeadingInner .sapMTitle:not(.sapUICompVarMngmtTitle) {
88
88
  font-size: @sapObjectHeader_Title_FontSize;
89
- font-family: @sapFontBlackFamily;
89
+ font-family: @sapObjectHeader_Title_FontFamily;
90
90
  }
91
91
 
92
92
 
@@ -94,7 +94,7 @@
94
94
 
95
95
  .sapFDynamicPage-Std-Phone .sapFDynamicPageTitleMain>.sapFDynamicPageTitleMainInner .sapFDynamicPageTitleMainHeading .sapFDynamicPageTitleMainHeadingInner .sapMTitle:not(.sapUICompVarMngmtTitle) {
96
96
  font-size: @sapObjectHeader_Title_SnappedFontSize;
97
- font-family: @sapFontBlackFamily;
97
+ font-family: @sapObjectHeader_Title_FontFamily;
98
98
  }
99
99
 
100
100
 
@@ -102,7 +102,7 @@
102
102
 
103
103
  .sapFDynamicPageTitleSnapped .sapFDynamicPageTitleMain>.sapFDynamicPageTitleMainInner .sapFDynamicPageTitleMainHeading .sapFDynamicPageTitleMainHeadingInner .sapMTitle:not(.sapUICompVarMngmtTitle) {
104
104
  font-size: @sapObjectHeader_Title_SnappedFontSize;
105
- font-family: @sapFontBlackFamily;
105
+ font-family: @sapObjectHeader_Title_FontFamily;
106
106
  }
107
107
 
108
108
  // Overview Page using Dynamic page Header
@@ -54,8 +54,8 @@
54
54
  stop-opacity: 0.2;
55
55
  }
56
56
  &:focus {
57
- outline: none;
58
- background-color: @sapUiShellActiveBackground;
57
+ outline: @sapUiContentFocusWidth solid @sapUiContentFocusColor;
58
+ border-radius: 0.375rem;
59
59
  color: @sapUiShellActiveTextColor;
60
60
  &:after {
61
61
  box-shadow: @sapUiContentSelectedShadow;
@@ -3,7 +3,14 @@
3
3
  /* Evening Horizon theme */
4
4
  /* =============================== */
5
5
 
6
+ @_sap_ui_layout_Splitter_BarDecorationColors: @sapUiGroupContentBorderColor, transparent;
7
+
6
8
  .sapFSP {
9
+ .sapFSPSplitterBar {
10
+ .sapFSPSplitterBarGripIcon {
11
+ color:@sapUiButtonLiteTextColor;
12
+ }
13
+ }
7
14
  .sapFSPSide {
8
15
  .sapFSPSideInner {
9
16
  .sapFSPActionBar {
@@ -3,7 +3,17 @@
3
3
  /* Horizon High Contrast Black theme */
4
4
  /* ================================= */
5
5
 
6
+ @_sap_ui_layout_Splitter_BarDecorationColors: @sapUiObjectHeaderBorderColor, fade(@sapUiObjectHeaderBorderColor, 0);
7
+ @_sap_ui_layout_Splitter_BarActiveDecorationColors: @sapUiObjectHeaderBorderColor, @sapUiObjectHeaderBorderColor;
8
+
6
9
  .sapFSP {
10
+ .sapFSPSplitterBar {
11
+ &:hover {
12
+ .sapFSPSplitterBarGripIcon {
13
+ background: @sapUiHighlight;
14
+ }
15
+ }
16
+ }
7
17
  .sapFSPSide {
8
18
  .sapFSPSideInner {
9
19
  border: 0.0625rem solid @sapUiGroupContentBorderColor;
@@ -3,7 +3,17 @@
3
3
  /* Horizon High Contrast White theme */
4
4
  /* ================================= */
5
5
 
6
+ @_sap_ui_layout_Splitter_BarDecorationColors: @sapUiObjectHeaderBorderColor, fade(@sapUiObjectHeaderBorderColor, 0);
7
+ @_sap_ui_layout_Splitter_BarActiveDecorationColors: @sapUiObjectHeaderBorderColor, @sapUiObjectHeaderBorderColor;
8
+
6
9
  .sapFSP {
10
+ .sapFSPSplitterBar {
11
+ &:hover {
12
+ .sapFSPSplitterBarGripIcon {
13
+ background: @sapUiHighlight;
14
+ }
15
+ }
16
+ }
7
17
  .sapFSPSide {
8
18
  .sapFSPSideInner {
9
19
  border: 0.0625rem solid @sapUiGroupContentBorderColor;
@@ -5,11 +5,11 @@
5
5
 
6
6
  /* Background animation element */
7
7
  .sapUiLocalBusyIndicatorAnimation > div::before {
8
- background: @sapUiBrand;
8
+ background: @sapUiContentBusyColor;
9
9
  animation-duration: 0ms;
10
10
  }
11
11
 
12
12
  /* Shadow animation element */
13
13
  .sapUiLocalBusyIndicatorAnimation > div::after {
14
- box-shadow: inset 0px 0px 0px 0px @sapUiBrand;
14
+ box-shadow: inset 0px 0px 0px 0px @sapUiContentBusyColor;
15
15
  }
@@ -35,7 +35,7 @@ span.sapMBtnInner.sapMBtnEmphasized {
35
35
  /* --------------------- */
36
36
  .sapMBtnInner {
37
37
  font-size: @sapMFontMediumSize;
38
- height: 2.25rem;
38
+ height: @sapUiElementHeight;
39
39
  min-width: 2.25rem;
40
40
  margin: 0;
41
41
  padding: 0;
@@ -185,6 +185,10 @@ html.sap-desktop .sapMBtn:focus > .sapMBtnNeutral.sapMFocusable:not(.sapMBadgeIn
185
185
  border-color: @sapUiButtonLiteBorderColor;
186
186
  }
187
187
 
188
+ .sapMBtn .sapMBtnNeutral.sapMBtnInner {
189
+ text-shadow: @sapUiContentTextShadow;
190
+ }
191
+
188
192
  /* ---------------------------------------------------------------------*/
189
193
  /* Disabled, hover and active states: */
190
194
  /* ---------------------------------------------------------------------*/
@@ -285,31 +289,6 @@ html.sap-desktop .sapMFooter-CTX .sapMBtnInner.sapMBtnReject {
285
289
  color: @sapUiButtonLiteTextColor;
286
290
  }
287
291
 
288
- // box shadow on hover
289
- .sapMBtn:not(.sapMBtnDisabled):hover .sapMBtnInner:not(.sapMBtnActive) {
290
- box-shadow: @sapContent_Interaction_Shadow;
291
- }
292
-
293
- .sapMBtn:not(.sapMBtnDisabled):hover .sapMBtnInner:not(.sapMBtnActive).sapMBtnEmphasized,
294
- .sapMBtn:not(.sapMBtnDisabled):hover .sapMBtnInner:not(.sapMBtnActive).sapMBtnSuccess,
295
- .sapMBtn:not(.sapMBtnDisabled):hover .sapMBtnInner:not(.sapMBtnActive).sapMBtnNegative,
296
- .sapMBtn:not(.sapMBtnDisabled):hover .sapMBtnInner:not(.sapMBtnActive).sapMBtnNeutral,
297
- .sapMBtn:not(.sapMBtnDisabled):hover .sapMBtnInner:not(.sapMBtnActive).sapMBtnCritical {
298
- box-shadow: none;
299
- }
300
-
301
- .sapMBtn:not(.sapMBtnDisabled):hover .sapMBtnInner:not(.sapMBtnActive).sapMBtnAccept {
302
- box-shadow: @sapContent_Positive_Shadow;
303
- }
304
-
305
- .sapMBtn:not(.sapMBtnDisabled):hover .sapMBtnInner:not(.sapMBtnActive).sapMBtnReject {
306
- box-shadow: @sapContent_Negative_Shadow;
307
- }
308
-
309
- .sapMBtn:not(.sapMBtnDisabled):hover .sapMBtnInner:not(.sapMBtnActive).sapMBtnAttention {
310
- box-shadow: @sapContent_Critical_Shadow;
311
- }
312
-
313
292
  /* ----------------------*/
314
293
  /* Badges */
315
294
  /* ----------------------*/
@@ -320,4 +299,12 @@ html.sap-desktop .sapMFooter-CTX .sapMBtnInner.sapMBtnReject {
320
299
  color: @sapContent_BadgeTextColor;
321
300
  font-size: @sapFontSmallSize;
322
301
  text-align: center;
302
+ }
303
+
304
+ .sapMBtn:hover > .sapMBtnTransparent.sapMBtnHoverable:not(.sapMBtnActive):not(.sapMToggleBtnPressed),
305
+ .sapMIBar-CTX .sapMBtn:hover > .sapMBtnTransparent.sapMBtnHoverable:not(.sapMBtnActive):not(.sapMToggleBtnPressed) {
306
+
307
+ bdi {
308
+ color: @sapUiButtonLiteHoverTextColor;
309
+ }
323
310
  }
@@ -22,6 +22,43 @@
22
22
  }
23
23
  }
24
24
 
25
+ .sapMGTTInfoContainer {
26
+ height: 2.5rem;
27
+ }
28
+ .tileWithAppInfo{
29
+ .sapMGTTInfo{
30
+ padding: 0.125rem 1rem 0.125rem 0.25rem;
31
+ text-transform: uppercase;
32
+ margin-bottom: 0.7rem;
33
+ border-radius: 0.125rem 0 0 0.125rem;
34
+ background-color: @sapInfobar_NonInteractive_Background;
35
+ width: fit-content;
36
+ .sapMText{
37
+ font-size: @sapMFontSmallSize ;
38
+ text-align: right !important;
39
+ }
40
+ .sapMGTSystemInfoText{
41
+ display: flex;
42
+ justify-content: flex-end;
43
+ .sapMText {
44
+ color: @sapUiTileTitleTextColor;
45
+ padding-left: 0.15rem;
46
+ }
47
+ }
48
+ .sapMGTAppAndSystemInfoDivider{
49
+ height: 0.25rem;
50
+ }
51
+ .sapMGTAppShortcutText {
52
+ display: flex;
53
+ justify-content: flex-end;
54
+ .sapMText {
55
+ color: @sapUiTileTextColor;
56
+ }
57
+ }
58
+
59
+ }
60
+ }
61
+
25
62
  .sapMGT.sapMGTScopeActions:not(.sapMGTStateLoading){
26
63
  .sapMTileCntContent{
27
64
  &:after{