@openui5/themelib_sap_horizon 1.114.8 → 1.114.10

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 (66) hide show
  1. package/THIRDPARTY.txt +1 -1
  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_dark/AvatarGroup.less +82 -25
  5. package/src/sap/m/themes/sap_horizon/BusyIndicator.less +2 -2
  6. package/src/sap/m/themes/sap_horizon/Button.less +13 -26
  7. package/src/sap/m/themes/sap_horizon/IconTabBar.less +40 -17
  8. package/src/sap/m/themes/sap_horizon/InputBase.less +5 -1
  9. package/src/sap/m/themes/sap_horizon/MessageStrip.less +4 -12
  10. package/src/sap/m/themes/sap_horizon/ObjectStatus.less +243 -20
  11. package/src/sap/m/themes/sap_horizon/Page.less +2 -1
  12. package/src/sap/m/themes/sap_horizon/RadioButton.less +0 -21
  13. package/src/sap/m/themes/sap_horizon/RangeSlider.less +6 -8
  14. package/src/sap/m/themes/sap_horizon/SearchField.less +8 -5
  15. package/src/sap/m/themes/sap_horizon/SegmentedButton.less +2 -3
  16. package/src/sap/m/themes/sap_horizon/Select.less +4 -2
  17. package/src/sap/m/themes/sap_horizon/Slider.less +4 -9
  18. package/src/sap/m/themes/sap_horizon_dark/BusyIndicator.less +2 -2
  19. package/src/sap/m/themes/sap_horizon_dark/Button.less +13 -26
  20. package/src/sap/m/themes/sap_horizon_dark/IconTabBar.less +30 -7
  21. package/src/sap/m/themes/sap_horizon_dark/InputBase.less +5 -1
  22. package/src/sap/m/themes/sap_horizon_dark/MessageStrip.less +4 -12
  23. package/src/sap/m/themes/sap_horizon_dark/ObjectStatus.less +243 -20
  24. package/src/sap/m/themes/sap_horizon_dark/Page.less +2 -1
  25. package/src/sap/m/themes/sap_horizon_dark/RadioButton.less +0 -21
  26. package/src/sap/m/themes/sap_horizon_dark/RangeSlider.less +28 -8
  27. package/src/sap/m/themes/sap_horizon_dark/SearchField.less +10 -6
  28. package/src/sap/m/themes/sap_horizon_dark/SegmentedButton.less +2 -3
  29. package/src/sap/m/themes/sap_horizon_dark/Select.less +4 -1
  30. package/src/sap/m/themes/sap_horizon_dark/Slider.less +7 -11
  31. package/src/sap/m/themes/sap_horizon_hcb/BusyIndicator.less +2 -2
  32. package/src/sap/m/themes/sap_horizon_hcb/Button.less +1 -1
  33. package/src/sap/m/themes/sap_horizon_hcb/Carousel.less +2 -2
  34. package/src/sap/m/themes/sap_horizon_hcb/ObjectStatus.less +124 -13
  35. package/src/sap/m/themes/sap_horizon_hcb/Page.less +2 -1
  36. package/src/sap/m/themes/sap_horizon_hcb/RangeSlider.less +4 -6
  37. package/src/sap/m/themes/sap_horizon_hcb/SearchField.less +4 -4
  38. package/src/sap/m/themes/sap_horizon_hcb/Slider.less +4 -32
  39. package/src/sap/m/themes/sap_horizon_hcw/BusyIndicator.less +2 -2
  40. package/src/sap/m/themes/sap_horizon_hcw/Button.less +1 -1
  41. package/src/sap/m/themes/sap_horizon_hcw/Carousel.less +2 -2
  42. package/src/sap/m/themes/sap_horizon_hcw/ObjectStatus.less +124 -13
  43. package/src/sap/m/themes/sap_horizon_hcw/Page.less +2 -1
  44. package/src/sap/m/themes/sap_horizon_hcw/RangeSlider.less +4 -6
  45. package/src/sap/m/themes/sap_horizon_hcw/SearchField.less +4 -4
  46. package/src/sap/m/themes/sap_horizon_hcw/Slider.less +4 -32
  47. package/src/sap/tnt/themes/sap_horizon/InfoLabel.less +5 -4
  48. package/src/sap/tnt/themes/sap_horizon_dark/InfoLabel.less +5 -4
  49. package/src/sap/tnt/themes/sap_horizon_hcb/InfoLabel.less +5 -4
  50. package/src/sap/tnt/themes/sap_horizon_hcb/ToolHeader.less +2 -0
  51. package/src/sap/tnt/themes/sap_horizon_hcw/InfoLabel.less +5 -4
  52. package/src/sap/tnt/themes/sap_horizon_hcw/ToolHeader.less +2 -0
  53. package/src/sap/ui/core/themes/sap_horizon/.theme +1 -1
  54. package/src/sap/ui/core/themes/sap_horizon/base.less +139 -138
  55. package/src/sap/ui/core/themes/sap_horizon/global.less +20 -16
  56. package/src/sap/ui/core/themes/sap_horizon_dark/.theme +1 -1
  57. package/src/sap/ui/core/themes/sap_horizon_dark/base.less +112 -111
  58. package/src/sap/ui/core/themes/sap_horizon_dark/global.less +21 -17
  59. package/src/sap/ui/core/themes/sap_horizon_hcb/.theme +1 -1
  60. package/src/sap/ui/core/themes/sap_horizon_hcb/base.less +26 -26
  61. package/src/sap/ui/core/themes/sap_horizon_hcb/global.less +16 -16
  62. package/src/sap/ui/core/themes/sap_horizon_hcw/.theme +1 -1
  63. package/src/sap/ui/core/themes/sap_horizon_hcw/base.less +19 -19
  64. package/src/sap/ui/core/themes/sap_horizon_hcw/global.less +16 -16
  65. package/src/sap/ui/layout/themes/sap_horizon_hcb/BlockLayout.less +3 -1
  66. package/src/sap/ui/layout/themes/sap_horizon_hcw/BlockLayout.less +3 -1
package/THIRDPARTY.txt CHANGED
@@ -478,7 +478,7 @@ License: Apache-2.0
478
478
  License Text: https://github.com/SAP/openui5/blob/master/LICENSES/Apache-2.0.txt
479
479
  Contained in: lib/jsdoc/ui5/plugin.js
480
480
 
481
- Component: SAP Theming Base Content, version: 11.3.0
481
+ Component: SAP Theming Base Content, version: 11.6.8
482
482
  Copyright: SAP SE or an SAP affiliate company and Theming Base Content contributors
483
483
  License: Apache-2.0
484
484
  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.114.8",
3
+ "version": "1.114.10",
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.114.8",
18
- "@openui5/sap.m": "1.114.8",
19
- "@openui5/sap.tnt": "1.114.8",
20
- "@openui5/sap.ui.codeeditor": "1.114.8",
21
- "@openui5/sap.ui.commons": "1.114.8",
22
- "@openui5/sap.ui.core": "1.114.8",
23
- "@openui5/sap.ui.dt": "1.114.8",
24
- "@openui5/sap.ui.fl": "1.114.8",
25
- "@openui5/sap.ui.mdc": "1.114.8",
26
- "@openui5/sap.ui.integration": "1.114.8",
27
- "@openui5/sap.ui.layout": "1.114.8",
28
- "@openui5/sap.ui.rta": "1.114.8",
29
- "@openui5/sap.ui.suite": "1.114.8",
30
- "@openui5/sap.ui.table": "1.114.8",
31
- "@openui5/sap.ui.unified": "1.114.8",
32
- "@openui5/sap.ui.ux3": "1.114.8",
33
- "@openui5/sap.uxap": "1.114.8"
17
+ "@openui5/sap.f": "1.114.10",
18
+ "@openui5/sap.m": "1.114.10",
19
+ "@openui5/sap.tnt": "1.114.10",
20
+ "@openui5/sap.ui.codeeditor": "1.114.10",
21
+ "@openui5/sap.ui.commons": "1.114.10",
22
+ "@openui5/sap.ui.core": "1.114.10",
23
+ "@openui5/sap.ui.dt": "1.114.10",
24
+ "@openui5/sap.ui.fl": "1.114.10",
25
+ "@openui5/sap.ui.mdc": "1.114.10",
26
+ "@openui5/sap.ui.integration": "1.114.10",
27
+ "@openui5/sap.ui.layout": "1.114.10",
28
+ "@openui5/sap.ui.rta": "1.114.10",
29
+ "@openui5/sap.ui.suite": "1.114.10",
30
+ "@openui5/sap.ui.table": "1.114.10",
31
+ "@openui5/sap.ui.unified": "1.114.10",
32
+ "@openui5/sap.ui.ux3": "1.114.10",
33
+ "@openui5/sap.uxap": "1.114.10"
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;
@@ -184,6 +184,10 @@ html.sap-desktop .sapMBtn:focus > .sapMBtnNeutral.sapMFocusable:not(.sapMBadgeIn
184
184
  border-color: @sapUiButtonLiteBorderColor;
185
185
  }
186
186
 
187
+ .sapMBtn .sapMBtnNeutral.sapMBtnInner {
188
+ text-shadow: @sapUiContentTextShadow;
189
+ }
190
+
187
191
  /* ---------------------------------------------------------------------*/
188
192
  /* Disabled, hover and active states: */
189
193
  /* ---------------------------------------------------------------------*/
@@ -279,31 +283,6 @@ html.sap-desktop .sapMFooter-CTX .sapMBtnInner.sapMBtnReject {
279
283
  color: @sapUiButtonLiteTextColor;
280
284
  }
281
285
 
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
286
  /* ----------------------*/
308
287
  /* Badges */
309
288
  /* ----------------------*/
@@ -314,4 +293,12 @@ html.sap-desktop .sapMFooter-CTX .sapMBtnInner.sapMBtnReject {
314
293
  color: @sapContent_BadgeTextColor;
315
294
  font-size: @sapFontSmallSize;
316
295
  text-align: center;
296
+ }
297
+
298
+ .sapMBtn:hover > .sapMBtnTransparent.sapMBtnHoverable:not(.sapMBtnActive):not(.sapMToggleBtnPressed),
299
+ .sapMIBar-CTX .sapMBtn:hover > .sapMBtnTransparent.sapMBtnHoverable:not(.sapMBtnActive):not(.sapMToggleBtnPressed) {
300
+
301
+ bdi {
302
+ color: @sapUiButtonLiteHoverTextColor;
303
+ }
317
304
  }
@@ -219,25 +219,25 @@
219
219
  }
220
220
 
221
221
 
222
- //More Button
223
- .sapMITHStartOverflow,
224
- .sapMITHEndOverflow {
225
- .sapMITBItem {
226
- color: @sapButton_TextColor;
227
- background: @sapButton_Hover_Background;
228
- 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;
229
229
 
230
- .sapMITHShowSubItemsIcon {
231
- color: @sapButton_TextColor;
232
- }
230
+ .sapMITHShowSubItemsIcon {
231
+ color: @sapUiBaseText;
232
+ }
233
+ }
233
234
  }
234
- }
235
235
 
236
236
  .sapMITHEndOverflow,
237
237
  .sapMITHStartOverflow {
238
238
  .sapMITBItem:hover {
239
- background: @sapButton_Background;
240
- border: 1px solid @_sap_m_IconTabBar_ShellOverflowHoverBorderColor;
239
+ background: @sapButton_Hover_Background;
240
+ border: 1px solid @_sap_m_IconTabBar_Overflow_BorderColorHover;
241
241
  }
242
242
  }
243
243
 
@@ -250,7 +250,7 @@
250
250
 
251
251
  //Arrow button
252
252
  .sapMITBFilterWithItems .sapMITBFilterExpandBtn .sapMBtnIcon {
253
- color: @sapButton_TextColor;
253
+ color: @sapUiBaseText;
254
254
  }
255
255
  }
256
256
 
@@ -387,7 +387,7 @@
387
387
  border-color: @sapContent_Selected_ForegroundColor;
388
388
  }
389
389
  .sapMBtnIcon {
390
- color: @_sap_m_IconTabBar_SelectedTextColor;
390
+ color: @_sap_m_IconTabBar_SelectedTextColor !important;
391
391
  }
392
392
  }
393
393
 
@@ -467,6 +467,28 @@
467
467
  .sapMITBFilterDefault {
468
468
  border-color: @sapUiContentSelectedForegroundColor;
469
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
+ }
470
492
  }
471
493
 
472
494
  .sapMITBFilterNeutral {
@@ -733,10 +755,11 @@ html.sap-desktop {
733
755
  .sapMITBItem {
734
756
  &:active{
735
757
  background-color: @_sap_m_IconTabBar_Overflow_BackgroundColorPressed;
758
+ border: 1px solid @_sap_m_IconTabBar_Overflow_BorderColorPressed;
736
759
  }
737
760
  &:active::after {
738
- // when overflow is pressed, make the focus white
739
- border-color: @_sap_m_IconTabBar_Overflow_TextColorPressed;
761
+ // when overflow is pressed, hide the focus
762
+ border-color: transparent;
740
763
  }
741
764
  }
742
765
  }
@@ -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
  }
@@ -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
  }