@openui5/themelib_sap_horizon 1.108.19 → 1.108.21

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 (83) hide show
  1. package/.reuse/dep5 +0 -5
  2. package/THIRDPARTY.txt +1 -7
  3. package/package.json +18 -18
  4. package/src/sap/f/themes/sap_horizon/AvatarGroup.less +81 -25
  5. package/src/sap/f/themes/sap_horizon_dark/AvatarGroup.less +82 -25
  6. package/src/sap/m/themes/sap_horizon/BusyIndicator.less +2 -2
  7. package/src/sap/m/themes/sap_horizon/Button.less +29 -30
  8. package/src/sap/m/themes/sap_horizon/IconTabBar.less +40 -18
  9. package/src/sap/m/themes/sap_horizon/InputBase.less +5 -1
  10. package/src/sap/m/themes/sap_horizon/MenuButton.less +22 -4
  11. package/src/sap/m/themes/sap_horizon/MessageStrip.less +4 -12
  12. package/src/sap/m/themes/sap_horizon/ObjectStatus.less +243 -20
  13. package/src/sap/m/themes/sap_horizon/Page.less +2 -1
  14. package/src/sap/m/themes/sap_horizon/RadioButton.less +0 -21
  15. package/src/sap/m/themes/sap_horizon/RangeSlider.less +6 -8
  16. package/src/sap/m/themes/sap_horizon/SearchField.less +8 -5
  17. package/src/sap/m/themes/sap_horizon/SegmentedButton.less +135 -14
  18. package/src/sap/m/themes/sap_horizon/Select.less +4 -2
  19. package/src/sap/m/themes/sap_horizon/Slider.less +18 -22
  20. package/src/sap/m/themes/sap_horizon/SplitButton.less +73 -23
  21. package/src/sap/m/themes/sap_horizon/ToggleButton.less +2 -19
  22. package/src/sap/m/themes/sap_horizon_dark/BusyIndicator.less +2 -2
  23. package/src/sap/m/themes/sap_horizon_dark/Button.less +29 -30
  24. package/src/sap/m/themes/sap_horizon_dark/IconTabBar.less +30 -8
  25. package/src/sap/m/themes/sap_horizon_dark/InputBase.less +5 -1
  26. package/src/sap/m/themes/sap_horizon_dark/MenuButton.less +18 -3
  27. package/src/sap/m/themes/sap_horizon_dark/MessageStrip.less +4 -12
  28. package/src/sap/m/themes/sap_horizon_dark/ObjectStatus.less +243 -20
  29. package/src/sap/m/themes/sap_horizon_dark/Page.less +2 -1
  30. package/src/sap/m/themes/sap_horizon_dark/RadioButton.less +0 -21
  31. package/src/sap/m/themes/sap_horizon_dark/RangeSlider.less +28 -8
  32. package/src/sap/m/themes/sap_horizon_dark/SearchField.less +10 -6
  33. package/src/sap/m/themes/sap_horizon_dark/SegmentedButton.less +135 -14
  34. package/src/sap/m/themes/sap_horizon_dark/Select.less +4 -1
  35. package/src/sap/m/themes/sap_horizon_dark/Slider.less +18 -21
  36. package/src/sap/m/themes/sap_horizon_dark/SplitButton.less +73 -23
  37. package/src/sap/m/themes/sap_horizon_dark/ToggleButton.less +2 -20
  38. package/src/sap/m/themes/sap_horizon_hcb/BusyIndicator.less +2 -2
  39. package/src/sap/m/themes/sap_horizon_hcb/Button.less +1 -1
  40. package/src/sap/m/themes/sap_horizon_hcb/Carousel.less +2 -2
  41. package/src/sap/m/themes/sap_horizon_hcb/MenuButton.less +4 -0
  42. package/src/sap/m/themes/sap_horizon_hcb/ObjectStatus.less +124 -13
  43. package/src/sap/m/themes/sap_horizon_hcb/Page.less +2 -1
  44. package/src/sap/m/themes/sap_horizon_hcb/RangeSlider.less +4 -6
  45. package/src/sap/m/themes/sap_horizon_hcb/SearchField.less +4 -4
  46. package/src/sap/m/themes/sap_horizon_hcb/SegmentedButton.less +1 -1
  47. package/src/sap/m/themes/sap_horizon_hcb/Slider.less +20 -46
  48. package/src/sap/m/themes/sap_horizon_hcw/BusyIndicator.less +2 -2
  49. package/src/sap/m/themes/sap_horizon_hcw/Button.less +1 -1
  50. package/src/sap/m/themes/sap_horizon_hcw/Carousel.less +2 -2
  51. package/src/sap/m/themes/sap_horizon_hcw/MenuButton.less +4 -0
  52. package/src/sap/m/themes/sap_horizon_hcw/ObjectStatus.less +124 -13
  53. package/src/sap/m/themes/sap_horizon_hcw/Page.less +2 -1
  54. package/src/sap/m/themes/sap_horizon_hcw/RangeSlider.less +4 -6
  55. package/src/sap/m/themes/sap_horizon_hcw/SearchField.less +4 -4
  56. package/src/sap/m/themes/sap_horizon_hcw/SegmentedButton.less +1 -1
  57. package/src/sap/m/themes/sap_horizon_hcw/Slider.less +20 -47
  58. package/src/sap/tnt/themes/sap_horizon/InfoLabel.less +28 -14
  59. package/src/sap/tnt/themes/sap_horizon_dark/InfoLabel.less +28 -14
  60. package/src/sap/tnt/themes/sap_horizon_hcb/InfoLabel.less +21 -6
  61. package/src/sap/tnt/themes/sap_horizon_hcb/ToolHeader.less +2 -0
  62. package/src/sap/tnt/themes/sap_horizon_hcw/InfoLabel.less +21 -6
  63. package/src/sap/tnt/themes/sap_horizon_hcw/ToolHeader.less +2 -0
  64. package/src/sap/ui/commons/themes/sap_horizon/MenuButton.less +12 -0
  65. package/src/sap/ui/core/themes/sap_horizon/.theme +1 -1
  66. package/src/sap/ui/core/themes/sap_horizon/base.less +138 -137
  67. package/src/sap/ui/core/themes/sap_horizon/global.less +20 -16
  68. package/src/sap/ui/core/themes/sap_horizon_dark/.theme +1 -1
  69. package/src/sap/ui/core/themes/sap_horizon_dark/base.less +111 -110
  70. package/src/sap/ui/core/themes/sap_horizon_dark/global.less +21 -17
  71. package/src/sap/ui/core/themes/sap_horizon_hcb/.theme +1 -1
  72. package/src/sap/ui/core/themes/sap_horizon_hcb/base.less +15 -15
  73. package/src/sap/ui/core/themes/sap_horizon_hcb/global.less +16 -16
  74. package/src/sap/ui/core/themes/sap_horizon_hcw/.theme +1 -1
  75. package/src/sap/ui/core/themes/sap_horizon_hcw/base.less +14 -14
  76. package/src/sap/ui/core/themes/sap_horizon_hcw/global.less +16 -16
  77. package/src/sap/ui/layout/themes/sap_horizon_dark/Splitter.less +1 -1
  78. package/src/sap/ui/layout/themes/sap_horizon_hcb/BlockLayout.less +3 -1
  79. package/src/sap/ui/layout/themes/sap_horizon_hcb/Splitter.less +0 -1
  80. package/src/sap/ui/layout/themes/sap_horizon_hcw/BlockLayout.less +3 -1
  81. package/src/sap/ui/layout/themes/sap_horizon_hcw/Splitter.less +0 -1
  82. package/src/sap/ui/unified/themes/sap_horizon_hcb/ColorPicker.less +7 -2
  83. package/src/sap/ui/unified/themes/sap_horizon_hcw/ColorPicker.less +7 -2
package/.reuse/dep5 CHANGED
@@ -192,11 +192,6 @@ Copyright: 2012 Matteo Spinelli
192
192
  License: MIT
193
193
  Comment: these files belong to: cubiq.org - swipeview
194
194
 
195
- Files: src/sap.ui.core/src/sap/ui/thirdparty/mobify-carousel.js
196
- Copyright: Mobify R&D Inc.
197
- License: MIT
198
- Comment: these files belong to: Mobify.js
199
-
200
195
  Files: src/sap.ui.core/src/sap/ui/thirdparty/zyngascroll.js
201
196
  Copyright: 2011 Zynga Inc.
202
197
  License: MIT
package/THIRDPARTY.txt CHANGED
@@ -143,12 +143,6 @@ License: MIT
143
143
  License Text: https://github.com/SAP/openui5/blob/master/LICENSES/MIT.txt
144
144
  Contained in: src/sap.ui.core/src/sap/ui/thirdparty/swipe-view.js
145
145
 
146
- Component: Mobify.js, version: 1.1
147
- Copyright: Mobify R&D Inc.
148
- License: MIT
149
- License Text: https://github.com/SAP/openui5/blob/master/LICENSES/MIT.txt
150
- Contained in: src/sap.ui.core/src/sap/ui/thirdparty/mobify-carousel.js
151
-
152
146
  Component: Zynga Scroller, version: 1.2.1-0-g5d43806
153
147
  Copyright: 2011 Zynga Inc.
154
148
  License: MIT
@@ -478,7 +472,7 @@ License: Apache-2.0
478
472
  License Text: https://github.com/SAP/openui5/blob/master/LICENSES/Apache-2.0.txt
479
473
  Contained in: lib/jsdoc/ui5/plugin.js
480
474
 
481
- Component: SAP Theming Base Content, version: 11.4.2
475
+ Component: SAP Theming Base Content, version: 11.6.8
482
476
  Copyright: SAP SE or an SAP affiliate company and Theming Base Content contributors
483
477
  License: Apache-2.0
484
478
  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.108.19",
3
+ "version": "1.108.21",
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.108.19",
18
- "@openui5/sap.m": "1.108.19",
19
- "@openui5/sap.tnt": "1.108.19",
20
- "@openui5/sap.ui.codeeditor": "1.108.19",
21
- "@openui5/sap.ui.commons": "1.108.19",
22
- "@openui5/sap.ui.core": "1.108.19",
23
- "@openui5/sap.ui.dt": "1.108.19",
24
- "@openui5/sap.ui.fl": "1.108.19",
25
- "@openui5/sap.ui.mdc": "1.108.19",
26
- "@openui5/sap.ui.integration": "1.108.19",
27
- "@openui5/sap.ui.layout": "1.108.19",
28
- "@openui5/sap.ui.rta": "1.108.19",
29
- "@openui5/sap.ui.suite": "1.108.19",
30
- "@openui5/sap.ui.table": "1.108.19",
31
- "@openui5/sap.ui.unified": "1.108.19",
32
- "@openui5/sap.ui.ux3": "1.108.19",
33
- "@openui5/sap.uxap": "1.108.19"
17
+ "@openui5/sap.f": "1.108.21",
18
+ "@openui5/sap.m": "1.108.21",
19
+ "@openui5/sap.tnt": "1.108.21",
20
+ "@openui5/sap.ui.codeeditor": "1.108.21",
21
+ "@openui5/sap.ui.commons": "1.108.21",
22
+ "@openui5/sap.ui.core": "1.108.21",
23
+ "@openui5/sap.ui.dt": "1.108.21",
24
+ "@openui5/sap.ui.fl": "1.108.21",
25
+ "@openui5/sap.ui.mdc": "1.108.21",
26
+ "@openui5/sap.ui.integration": "1.108.21",
27
+ "@openui5/sap.ui.layout": "1.108.21",
28
+ "@openui5/sap.ui.rta": "1.108.21",
29
+ "@openui5/sap.ui.suite": "1.108.21",
30
+ "@openui5/sap.ui.table": "1.108.21",
31
+ "@openui5/sap.ui.unified": "1.108.21",
32
+ "@openui5/sap.ui.ux3": "1.108.21",
33
+ "@openui5/sap.uxap": "1.108.21"
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
+ }
@@ -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
  }
@@ -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;
@@ -159,6 +159,19 @@ html.sap-desktop .sapMBtn:focus > .sapMBtnEmphasized.sapMBtnActive.sapMFocusable
159
159
  border-color: @sapUiContentFocusColor;
160
160
  }
161
161
 
162
+ // Value State Message buttons
163
+ :not(.sapMBtnDisabled) > span.sapMBtnInner.sapMBtnCritical.sapMBtnActive {
164
+ border-color: @sapUiButtonCriticalBorderColor;
165
+ }
166
+
167
+ :not(.sapMBtnDisabled) > span.sapMBtnInner.sapMBtnNegative.sapMBtnActive {
168
+ border-color: @sapUiButtonNegativeBorderColor;
169
+ }
170
+
171
+ :not(.sapMBtnDisabled) > span.sapMBtnInner.sapMBtnSuccess.sapMBtnActive {
172
+ border-color: @sapButton_Success_BorderColor;
173
+ }
174
+
162
175
  html.sap-desktop .sapMBtn:focus > .sapMFocusable:not(.sapMBadgeIndicator):before {
163
176
  content: "";
164
177
  position: absolute;
@@ -173,10 +186,9 @@ html.sap-desktop .sapMBtn:focus > .sapMFocusable:not(.sapMBadgeIndicator):before
173
186
  }
174
187
 
175
188
  html.sap-desktop .sapMBtn:focus > .sapMBtnEmphasized.sapMFocusable:not(.sapMBtnActive):not(.sapMToggleBtnPressed):not(.sapMBadgeIndicator):before,
176
- html.sap-desktop .sapMBtn:focus > .sapMBtnCritical.sapMFocusable:not(.sapMBadgeIndicator):before,
177
- html.sap-desktop .sapMBtn:focus > .sapMBtnNegative.sapMFocusable:not(.sapMBadgeIndicator):before,
178
- html.sap-desktop .sapMBtn:focus > .sapMBtnSuccess.sapMFocusable:not(.sapMBadgeIndicator):before,
179
- html.sap-desktop .sapMBtn:focus > .sapMBtnNeutral.sapMFocusable:not(.sapMBadgeIndicator):before {
189
+ html.sap-desktop .sapMBtn:focus > .sapMBtnCritical.sapMFocusable:not(.sapMBtnActive):not(.sapMBadgeIndicator):before,
190
+ html.sap-desktop .sapMBtn:focus > .sapMBtnNegative.sapMFocusable:not(.sapMBtnActive):not(.sapMBadgeIndicator):before,
191
+ html.sap-desktop .sapMBtn:focus > .sapMBtnSuccess.sapMFocusable:not(.sapMBtnActive):not(.sapMBadgeIndicator):before {
180
192
  border: 0.125rem solid @sapUiContentContrastFocusColor;
181
193
  }
182
194
 
@@ -184,6 +196,10 @@ html.sap-desktop .sapMBtn:focus > .sapMBtnNeutral.sapMFocusable:not(.sapMBadgeIn
184
196
  border-color: @sapUiButtonLiteBorderColor;
185
197
  }
186
198
 
199
+ .sapMBtn .sapMBtnNeutral.sapMBtnInner {
200
+ text-shadow: @sapUiContentTextShadow;
201
+ }
202
+
187
203
  /* ---------------------------------------------------------------------*/
188
204
  /* Disabled, hover and active states: */
189
205
  /* ---------------------------------------------------------------------*/
@@ -279,31 +295,6 @@ html.sap-desktop .sapMFooter-CTX .sapMBtnInner.sapMBtnReject {
279
295
  color: @sapUiButtonLiteTextColor;
280
296
  }
281
297
 
282
- // box shadow on hover
283
- .sapMBtn:not(.sapMBtnDisabled):hover .sapMBtnInner:not(.sapMBtnActive) {
284
- box-shadow: @sapContent_Interaction_Shadow;
285
- }
286
-
287
- .sapMBtn:not(.sapMBtnDisabled):hover .sapMBtnInner:not(.sapMBtnActive).sapMBtnEmphasized,
288
- .sapMBtn:not(.sapMBtnDisabled):hover .sapMBtnInner:not(.sapMBtnActive).sapMBtnSuccess,
289
- .sapMBtn:not(.sapMBtnDisabled):hover .sapMBtnInner:not(.sapMBtnActive).sapMBtnNegative,
290
- .sapMBtn:not(.sapMBtnDisabled):hover .sapMBtnInner:not(.sapMBtnActive).sapMBtnNeutral,
291
- .sapMBtn:not(.sapMBtnDisabled):hover .sapMBtnInner:not(.sapMBtnActive).sapMBtnCritical {
292
- box-shadow: none;
293
- }
294
-
295
- .sapMBtn:not(.sapMBtnDisabled):hover .sapMBtnInner:not(.sapMBtnActive).sapMBtnAccept {
296
- box-shadow: @sapContent_Positive_Shadow;
297
- }
298
-
299
- .sapMBtn:not(.sapMBtnDisabled):hover .sapMBtnInner:not(.sapMBtnActive).sapMBtnReject {
300
- box-shadow: @sapContent_Negative_Shadow;
301
- }
302
-
303
- .sapMBtn:not(.sapMBtnDisabled):hover .sapMBtnInner:not(.sapMBtnActive).sapMBtnAttention {
304
- box-shadow: @sapContent_Critical_Shadow;
305
- }
306
-
307
298
  /* ----------------------*/
308
299
  /* Badges */
309
300
  /* ----------------------*/
@@ -314,4 +305,12 @@ html.sap-desktop .sapMFooter-CTX .sapMBtnInner.sapMBtnReject {
314
305
  color: @sapContent_BadgeTextColor;
315
306
  font-size: @sapFontSmallSize;
316
307
  text-align: center;
308
+ }
309
+
310
+ .sapMBtn:hover > .sapMBtnTransparent.sapMBtnHoverable:not(.sapMBtnActive):not(.sapMToggleBtnPressed),
311
+ .sapMIBar-CTX .sapMBtn:hover > .sapMBtnTransparent.sapMBtnHoverable:not(.sapMBtnActive):not(.sapMToggleBtnPressed) {
312
+
313
+ bdi {
314
+ color: @sapUiButtonLiteHoverTextColor;
315
+ }
317
316
  }
@@ -10,7 +10,6 @@
10
10
  @_sap_m_IconTabBar_TextColor: @sapTextColor;
11
11
  @_sap_m_IconTabBar_TextShadow: none;
12
12
  @_sap_m_IconTabBar_Separator_Font_Size:@sapFontLargeSize;
13
- @_sap_m_IconTabBar_More_Button_Font_size: 1rem;
14
13
  @_sap_m_IconTabBar_More_Button_Focus_Offset: -0.3125rem;
15
14
  @_sap_m_IconTabBar_Arrow_SubItem_Left_Padding: 0.5rem;
16
15
 
@@ -220,25 +219,25 @@
220
219
  }
221
220
 
222
221
 
223
- //More Button
224
- .sapMITHStartOverflow,
225
- .sapMITHEndOverflow {
226
- .sapMITBItem {
227
- color: @sapButton_TextColor;
228
- background: @sapButton_Hover_Background;
229
- border: 1px solid @sapButton_BorderColor;
222
+ //More Button
223
+ .sapMITHStartOverflow,
224
+ .sapMITHEndOverflow {
225
+ .sapMITBItem {
226
+ color: @sapButton_TextColor;
227
+ background: @sapButton_Background;
228
+ border: 1px solid @sapButton_BorderColor;
230
229
 
231
- .sapMITHShowSubItemsIcon {
232
- color: @sapButton_TextColor;
233
- }
230
+ .sapMITHShowSubItemsIcon {
231
+ color: @sapUiBaseText;
232
+ }
233
+ }
234
234
  }
235
- }
236
235
 
237
236
  .sapMITHEndOverflow,
238
237
  .sapMITHStartOverflow {
239
238
  .sapMITBItem:hover {
240
- background: @sapButton_Background;
241
- border: 1px solid @_sap_m_IconTabBar_ShellOverflowHoverBorderColor;
239
+ background: @sapButton_Hover_Background;
240
+ border: 1px solid @_sap_m_IconTabBar_Overflow_BorderColorHover;
242
241
  }
243
242
  }
244
243
 
@@ -251,7 +250,7 @@
251
250
 
252
251
  //Arrow button
253
252
  .sapMITBFilterWithItems .sapMITBFilterExpandBtn .sapMBtnIcon {
254
- color: @sapButton_TextColor;
253
+ color: @sapUiBaseText;
255
254
  }
256
255
  }
257
256
 
@@ -388,7 +387,7 @@
388
387
  border-color: @sapContent_Selected_ForegroundColor;
389
388
  }
390
389
  .sapMBtnIcon {
391
- color: @_sap_m_IconTabBar_SelectedTextColor;
390
+ color: @_sap_m_IconTabBar_SelectedTextColor !important;
392
391
  }
393
392
  }
394
393
 
@@ -468,6 +467,28 @@
468
467
  .sapMITBFilterDefault {
469
468
  border-color: @sapUiContentSelectedForegroundColor;
470
469
  color: @sapUiContentSelectedForegroundColor;
470
+
471
+ .sapMITBFilterExpandBtnSeparator {
472
+ border-color: @sapUiBaseText;
473
+ }
474
+
475
+ .sapMBtnIcon {
476
+ color: @sapUiBaseText !important;
477
+ }
478
+ }
479
+
480
+ .sapMITBFilterDefault {
481
+ .sapMITBFilterWrapper:hover {
482
+ .sapMITBText {
483
+ color: @sapUiContentSelectedForegroundColor;
484
+ }
485
+ }
486
+
487
+ .sapMITBFilterExpandBtn:hover {
488
+ .sapMBtnIcon {
489
+ color: @sapUiBaseText;
490
+ }
491
+ }
471
492
  }
472
493
 
473
494
  .sapMITBFilterNeutral {
@@ -731,10 +752,11 @@ html.sap-desktop {
731
752
  .sapMITBItem {
732
753
  &:active{
733
754
  background-color: @_sap_m_IconTabBar_Overflow_BackgroundColorPressed;
755
+ border: 1px solid @_sap_m_IconTabBar_Overflow_BorderColorPressed;
734
756
  }
735
757
  &:active::after {
736
- // when overflow is pressed, make the focus white
737
- border-color: @_sap_m_IconTabBar_Overflow_TextColorPressed;
758
+ // when overflow is pressed, hide the focus
759
+ border-color: transparent;
738
760
  }
739
761
  }
740
762
  }
@@ -74,10 +74,14 @@
74
74
  opacity: @sapUiContentDisabledOpacity;
75
75
  }
76
76
 
77
- .sapMFocus.sapMInputBase .sapMInputBaseContentWrapper {
77
+ .sapMFocus.sapMInputBase .sapMInputBaseContentWrapper:not(.sapMInputBaseDisabledWrapper) {
78
78
  background-color: @sapField_Focus_Background;
79
79
  outline: none;
80
80
 
81
+ &::before {
82
+ border-color: @sapUiFieldActiveBorderColor;
83
+ }
84
+
81
85
  &.sapMInputBaseReadonlyWrapper {
82
86
  background: @sapField_ReadOnly_Background;
83
87
  }
@@ -17,6 +17,10 @@
17
17
  }
18
18
  }
19
19
 
20
+ .sapMMenuBtn.sapMMenuBtnRegular .sapMBtnInner::after {
21
+ line-height: 2.125rem;
22
+ }
23
+
20
24
  .sapMMenuBtn.sapMMenuBtnRegular .sapMBtnInner:not(.sapMBtnText) {
21
25
  padding-left: 0rem;
22
26
  }
@@ -56,12 +60,8 @@
56
60
  }
57
61
 
58
62
  .sapMMenuBtnSplit .sapMSB:not(.sapMBtnDisabled) .sapMBtnInner.sapMBtnEmphasized.sapMBtnActive {
59
- padding-right: 0.4375rem;
60
- padding-left: 0.4375rem;
61
-
62
63
  .sapMBtnContent {
63
64
  position: relative;
64
- top: -1px;
65
65
  left: 0;
66
66
  }
67
67
  }
@@ -71,4 +71,22 @@
71
71
  padding-right: 0.3125rem;
72
72
  padding-left: 0.3125rem;
73
73
  }
74
+ .sapMMenuBtn .sapMBtn:not(.sapMSBArrow) .sapMBtnInner .sapMBtnIcon,
75
+ .sapMMenuBtn .sapMBtn:not(.sapMSBArrow) .sapMBtnInner .sapMBtnContent {
76
+ position: relative;
77
+ top: 0;
78
+ left: 0;
79
+ }
80
+ }
81
+
82
+ .sapMMenuBtn.sapMMenuBtnRegular .sapMBtn:not(.sapMBtnDisabled) .sapMBtnInner.sapMBtnNegative.sapMBtnActive::after {
83
+ color: @sapUiButtonNegativeActiveTextColor;
84
+ }
85
+
86
+ .sapMMenuBtn.sapMMenuBtnRegular .sapMBtn:not(.sapMBtnDisabled) .sapMBtnInner.sapMBtnCritical.sapMBtnActive::after {
87
+ color: @sapUiButtonCriticalActiveTextColor;
88
+ }
89
+
90
+ .sapMMenuBtn.sapMMenuBtnRegular .sapMBtn:not(.sapMBtnDisabled) .sapMBtnInner.sapMBtnSuccess.sapMBtnActive::after {
91
+ color: @sapUiButtonSuccessActiveTextColor;
74
92
  }
@@ -12,9 +12,7 @@
12
12
  border-color: @sapUiMessageInformationBorderColor;
13
13
  color: @sapUiBaseText;
14
14
 
15
- .sapMBtnTransparent,
16
- .sapMBtn:hover>.sapMBtnTransparent.sapMBtnHoverable:not(.sapMBtnActive):not(.sapMToggleBtnPressed),
17
- .sapMIBar-CTX .sapMBtn:hover>.sapMBtnTransparent.sapMBtnHoverable:not(.sapMBtnActive):not(.sapMToggleBtnPressed) {
15
+ .sapMBtnTransparent {
18
16
  background-color: @sapInformationBackground;
19
17
  border-color: @sapInformationBackground;
20
18
  }
@@ -27,9 +25,7 @@
27
25
  .sapMMsgStripError {
28
26
  border-color: @sapUiMessageErrorBorderColor;
29
27
 
30
- .sapMBtnTransparent,
31
- .sapMBtn:hover>.sapMBtnTransparent.sapMBtnHoverable:not(.sapMBtnActive):not(.sapMToggleBtnPressed),
32
- .sapMIBar-CTX .sapMBtn:hover>.sapMBtnTransparent.sapMBtnHoverable:not(.sapMBtnActive):not(.sapMToggleBtnPressed) {
28
+ .sapMBtnTransparent {
33
29
  background-color: @sapErrorBackground;
34
30
  border-color: @sapErrorBackground;
35
31
  }
@@ -38,9 +34,7 @@
38
34
  .sapMMsgStripSuccess {
39
35
  border-color: @sapUiMessageSuccessBorderColor;
40
36
 
41
- .sapMBtnTransparent,
42
- .sapMBtn:hover>.sapMBtnTransparent.sapMBtnHoverable:not(.sapMBtnActive):not(.sapMToggleBtnPressed),
43
- .sapMIBar-CTX .sapMBtn:hover>.sapMBtnTransparent.sapMBtnHoverable:not(.sapMBtnActive):not(.sapMToggleBtnPressed) {
37
+ .sapMBtnTransparent {
44
38
  background-color: @sapSuccessBackground;
45
39
  border-color: @sapSuccessBackground;
46
40
  }
@@ -49,9 +43,7 @@
49
43
  .sapMMsgStripWarning {
50
44
  border-color: @sapUiMessageWarningBorderColor;
51
45
 
52
- .sapMBtnTransparent,
53
- .sapMBtn:hover>.sapMBtnTransparent.sapMBtnHoverable:not(.sapMBtnActive):not(.sapMToggleBtnPressed),
54
- .sapMIBar-CTX .sapMBtn:hover>.sapMBtnTransparent.sapMBtnHoverable:not(.sapMBtnActive):not(.sapMToggleBtnPressed) {
46
+ .sapMBtnTransparent {
55
47
  background-color: @sapWarningBackground;
56
48
  border-color: @sapWarningBackground;
57
49
  }