@openui5/themelib_sap_horizon 1.108.21 → 1.108.23

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 (29) hide show
  1. package/package.json +18 -18
  2. package/src/sap/f/themes/sap_horizon/AvatarGroup.less +4 -2
  3. package/src/sap/f/themes/sap_horizon/ShellBar.less +10 -4
  4. package/src/sap/f/themes/sap_horizon_dark/ShellBar.less +10 -4
  5. package/src/sap/m/themes/sap_horizon/Avatar.less +2 -2
  6. package/src/sap/m/themes/sap_horizon/Breadcrumbs.less +44 -3
  7. package/src/sap/m/themes/sap_horizon/ObjectNumber.less +107 -17
  8. package/src/sap/m/themes/sap_horizon/ProgressIndicator.less +4 -0
  9. package/src/sap/m/themes/sap_horizon/Select.less +4 -2
  10. package/src/sap/m/themes/sap_horizon_dark/Breadcrumbs.less +42 -0
  11. package/src/sap/m/themes/sap_horizon_dark/ObjectNumber.less +107 -17
  12. package/src/sap/m/themes/sap_horizon_dark/ProgressIndicator.less +4 -0
  13. package/src/sap/m/themes/sap_horizon_dark/Select.less +4 -2
  14. package/src/sap/m/themes/sap_horizon_hcb/Breadcrumbs.less +35 -0
  15. package/src/sap/m/themes/sap_horizon_hcb/CheckBox.less +5 -1
  16. package/src/sap/m/themes/sap_horizon_hcb/ObjectNumber.less +11 -14
  17. package/src/sap/m/themes/sap_horizon_hcb/ProgressIndicator.less +4 -0
  18. package/src/sap/m/themes/sap_horizon_hcw/Breadcrumbs.less +35 -0
  19. package/src/sap/m/themes/sap_horizon_hcw/CheckBox.less +5 -1
  20. package/src/sap/m/themes/sap_horizon_hcw/ObjectNumber.less +11 -14
  21. package/src/sap/m/themes/sap_horizon_hcw/ProgressIndicator.less +4 -0
  22. package/src/sap/tnt/themes/sap_horizon/ToolHeader.less +6 -16
  23. package/src/sap/tnt/themes/sap_horizon_dark/ToolHeader.less +6 -16
  24. package/src/sap/tnt/themes/sap_horizon_hcb/ToolHeader.less +6 -16
  25. package/src/sap/tnt/themes/sap_horizon_hcw/ToolHeader.less +6 -17
  26. package/src/sap/ui/core/themes/sap_horizon/.theme +1 -1
  27. package/src/sap/ui/core/themes/sap_horizon_dark/.theme +1 -1
  28. package/src/sap/ui/core/themes/sap_horizon_hcb/.theme +1 -1
  29. package/src/sap/ui/core/themes/sap_horizon_hcw/.theme +1 -1
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@openui5/themelib_sap_horizon",
3
- "version": "1.108.21",
3
+ "version": "1.108.23",
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.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"
17
+ "@openui5/sap.f": "1.108.23",
18
+ "@openui5/sap.m": "1.108.23",
19
+ "@openui5/sap.tnt": "1.108.23",
20
+ "@openui5/sap.ui.codeeditor": "1.108.23",
21
+ "@openui5/sap.ui.commons": "1.108.23",
22
+ "@openui5/sap.ui.core": "1.108.23",
23
+ "@openui5/sap.ui.dt": "1.108.23",
24
+ "@openui5/sap.ui.fl": "1.108.23",
25
+ "@openui5/sap.ui.mdc": "1.108.23",
26
+ "@openui5/sap.ui.integration": "1.108.23",
27
+ "@openui5/sap.ui.layout": "1.108.23",
28
+ "@openui5/sap.ui.rta": "1.108.23",
29
+ "@openui5/sap.ui.suite": "1.108.23",
30
+ "@openui5/sap.ui.table": "1.108.23",
31
+ "@openui5/sap.ui.unified": "1.108.23",
32
+ "@openui5/sap.ui.ux3": "1.108.23",
33
+ "@openui5/sap.uxap": "1.108.23"
34
34
  }
35
35
  }
@@ -35,7 +35,8 @@
35
35
  .sapFAvatar {
36
36
  background-color: @sapUiButtonActiveBackground;
37
37
 
38
- .sapFAvatarInitialsHolder {
38
+ .sapFAvatarInitialsHolder,
39
+ &.sapFAvatarIcon {
39
40
  color: @sapUiButtonActiveTextColor;
40
41
  }
41
42
  }
@@ -66,7 +67,8 @@
66
67
  border: 0.0625rem solid @sapUiButtonActiveBorderColor;
67
68
  background-color: @sapUiButtonActiveBackground;
68
69
 
69
- .sapFAvatarInitialsHolder {
70
+ .sapFAvatarInitialsHolder,
71
+ &.sapFAvatarIcon {
70
72
  color: @sapUiButtonActiveTextColor;
71
73
  }
72
74
  }
@@ -96,14 +96,20 @@
96
96
  font-size: @sapMFontHeader5Size;
97
97
  font-weight: bold;
98
98
 
99
- .sapMBtn:hover > .sapMBtnHoverable.sapMToggleBtnPressed:not(.sapMBtnActive) {
99
+ .sapMBtn:not(:hover) .sapMBtnInner.sapMBtnTransparent::after,
100
+ .sapMBtnTransparent {
101
+ color: @sapUiShellTextColor;
102
+ }
103
+
104
+ .sapMBtn:hover > .sapMBtnHoverable:not(.sapMBtnActive) {
100
105
  background: @sapUiShellHoverBackground;
101
106
  box-shadow: @sapUiContentInteractionShadow;
102
107
  border-color: @sapUiButtonLiteBorderColor;
108
+ color: @sapUiShellActiveTextColor;
103
109
  }
104
110
 
105
- .sapMBtn:hover > .sapMBtnHoverable.sapMToggleBtnPressed.sapMBtnActive {
106
- background: @sapUiShellActiveBackground;
111
+ .sapMBtn:hover > .sapMBtnHoverable.sapMBtnActive {
112
+ background: @sapUiShellHoverBackground;
107
113
  color: @sapUiShellActiveTextColor;
108
114
  border-color: @sapUiButtonLiteActiveBorderColor;
109
115
  }
@@ -496,7 +502,7 @@ html.sap-desktop .sapFShellBarSearchWrap .sapMBtn:not(.sapFShellBarSearchCancelB
496
502
 
497
503
  // sap.m.Button
498
504
  .sapFShellBarItem.sapMBtn,
499
- .sapFShellBarItem .sapMBtn,
505
+ .sapFShellBarItem:not(.sapFSHMegaMenu ) .sapMBtn,
500
506
  .sapMTB-Transparent-CTX .sapFShellBarItem.sapMBtn,
501
507
  .sapMTB-Transparent-CTX .sapFShellBarItem .sapMBtn {
502
508
  .sapMBtnInner::after,
@@ -96,14 +96,20 @@
96
96
  font-size: @sapMFontHeader5Size;
97
97
  font-weight: bold;
98
98
 
99
- .sapMBtn:hover > .sapMBtnHoverable.sapMToggleBtnPressed:not(.sapMBtnActive) {
99
+ .sapMBtn:not(:hover) .sapMBtnInner.sapMBtnTransparent::after,
100
+ .sapMBtnTransparent {
101
+ color: @sapUiShellTextColor;
102
+ }
103
+
104
+ .sapMBtn:hover > .sapMBtnHoverable:not(.sapMBtnActive) {
100
105
  background: @sapUiShellHoverBackground;
101
106
  box-shadow: @sapUiContentInteractionShadow;
102
107
  border-color: @sapUiButtonLiteBorderColor;
108
+ color: @sapUiShellActiveTextColor;
103
109
  }
104
110
 
105
- .sapMBtn:hover > .sapMBtnHoverable.sapMToggleBtnPressed.sapMBtnActive {
106
- background: @sapUiShellActiveBackground;
111
+ .sapMBtn:hover > .sapMBtnHoverable.sapMBtnActive {
112
+ background: @sapUiShellHoverBackground;
107
113
  color: @sapUiShellActiveTextColor;
108
114
  border-color: @sapUiButtonLiteActiveBorderColor;
109
115
  }
@@ -496,7 +502,7 @@ html.sap-desktop .sapFShellBarSearchWrap .sapMBtn:not(.sapFShellBarSearchCancelB
496
502
 
497
503
  // sap.m.Button
498
504
  .sapFShellBarItem.sapMBtn,
499
- .sapFShellBarItem .sapMBtn,
505
+ .sapFShellBarItem:not(.sapFSHMegaMenu ) .sapMBtn,
500
506
  .sapMTB-Transparent-CTX .sapFShellBarItem.sapMBtn,
501
507
  .sapMTB-Transparent-CTX .sapFShellBarItem .sapMBtn {
502
508
  .sapMBtnInner::after,
@@ -22,10 +22,10 @@
22
22
  }
23
23
 
24
24
  .sapFAvatarFocusable.sapMAvatarPressed {
25
- box-shadow: 0px 0px 0px 0.125rem @sapUiContentFocusColor;
25
+ box-shadow: 0px 0px 0px @sapUiButtonBorderWidth @sapUiButtonSelectedBorderColor;
26
26
 
27
27
  &:hover {
28
- box-shadow: 0px 0px 0px 0.125rem @sapUiButtonSelectedHoverBorderColor;
28
+ box-shadow: 0px 0px 0px @sapUiButtonBorderWidth @sapUiButtonSelectedHoverBorderColor;
29
29
  }
30
30
  }
31
31
 
@@ -3,9 +3,6 @@
3
3
  /* Horizon theme */
4
4
  /* =============================== */
5
5
 
6
-
7
-
8
-
9
6
  .sapMBreadcrumbs {
10
7
  .sapMBreadcrumbsCurrentLocation {
11
8
  &:focus {
@@ -17,4 +14,48 @@
17
14
  .sapMSltPressed:not(.sapMSltDisabled):not(.sapMSltState), .sapMSlt.sapMSltFocused:not(.sapMSltDisabled):not(.sapMSltState) {
18
15
  outline-offset: 0;
19
16
  }
17
+
18
+ .sapMSltIcon:before,
19
+ .sapMSltIcon:after {
20
+ font-size: @sapMFontMediumSize;
21
+ color: @sapUiLink;
22
+ padding-bottom: 0.0625rem;
23
+ speak: none;
24
+ }
25
+
26
+ .sapMSltIcon:before {
27
+ font-family: @sapUiFontLightFamily;
28
+ content: "••• ";
29
+ vertical-align: text-top;
30
+ }
31
+
32
+ .sapMSltIcon:after {
33
+ font-family: @sapUiContentIconFontFamily;
34
+ content: "\e1ef";
35
+ vertical-align: text-bottom;
36
+ }
37
+
38
+ .sapMBreadcrumbsItem.sapMBreadcrumbsSelectItem >
39
+ .sapMSlt.sapMSltIconOnly.sapMSltWithIcon.sapMSltHoverable.sapMSltWithArrow {
40
+ background: transparent;
41
+ border: none;
42
+
43
+ &.sapMSltFocused,
44
+ &:hover {
45
+ .sapMSltIcon {
46
+ background-color: @sapUiContentFocusColor;
47
+ text-decoration: underline;
48
+ color: @sapUiContentContrastTextColor;
49
+ }
50
+
51
+ .sapMSltIcon:before {
52
+ border-bottom: none;
53
+ }
54
+
55
+ .sapMSltIcon:before,
56
+ .sapMSltIcon:after {
57
+ color: @sapUiWhite;
58
+ }
59
+ }
60
+ }
20
61
  }
@@ -3,17 +3,21 @@
3
3
  /* Horizon theme */
4
4
  /* =================================== */
5
5
 
6
- .sapMObjectNumberInverted .sapMObjectNumberText,
7
- .sapMObjectNumberInverted .sapMObjectNumberUnit {
8
- text-shadow: @sapUiContentContrastTextShadow;
9
- }
10
-
11
6
  .sapMObjectNumberInverted {
12
- .sapMObjectNumberInner {
13
- border-radius: 0.25rem;
7
+ box-sizing: border-box;
8
+ &:not(.sapMObjectNumberLarge) .sapMObjectNumberInner {
9
+ min-height: 1rem;
10
+ height: auto;
14
11
  }
15
12
  }
16
13
 
14
+ .sapMObjectNumberInverted .sapMObjectNumberInner {
15
+ border: 0.0625rem solid;
16
+ border-radius: @sapUiButtonBorderCornerRadius;
17
+ padding: 0.1875rem 0.25rem;
18
+ vertical-align: middle;
19
+ }
20
+
17
21
  html.sap-desktop .sapMObjectNumberActive:focus {
18
22
  .sapMObjectNumberInner::after {
19
23
  left: -0.0625rem;
@@ -33,7 +37,7 @@ html.sap-desktop .sapMObjectNumberActive:focus {
33
37
  bottom: -0.0625rem;
34
38
  height: auto;
35
39
  outline: none;
36
- border-radius: 0.25rem;
40
+ border-radius: @sapUiButtonBorderCornerRadius;
37
41
  border: 0.125rem solid @sapUiContentFocusColor;
38
42
  }
39
43
 
@@ -52,29 +56,115 @@ html.sap-desktop .sapMObjectNumberActive:focus {
52
56
  bottom: -0.0625rem;
53
57
  height: auto;
54
58
  outline: none;
55
- border-radius: 0.25rem;
59
+ border-radius: @sapUiButtonBorderCornerRadius;
56
60
  border: 0.125rem solid @sapUiContentFocusColor;
57
61
  }
58
62
  }
59
63
  }
60
64
 
61
- .objectNumberStatusMixIn(@class, @innerBackgroundColor, @innerColor, @activeInnerBackgroundColor, @activeInnerColor, @pressedInnerBackgroundColor) {
65
+ .objectNumberStatusMixIn(@class, @regularBackgroundColor, @regularTextColor,
66
+ @hoverBackgroundColor, @hoverTextColor,
67
+ @activeBackgroundColor, @activeTextColor,
68
+ @regularTextShadow, @activeTextShadow,
69
+ @regularBorderColor, @hoverBorderColor, @activeBorderColor) {
62
70
  .sapMObjectNumberInverted.@{class} {
71
+ .sapMObjectNumberText,
72
+ .sapMObjectNumberUnit {
73
+ text-shadow: @regularTextShadow;
74
+ }
63
75
  .sapMObjectNumberInner {
64
- background-color: @innerBackgroundColor;
65
- color: @innerColor;
76
+ border-color: @regularBorderColor;
77
+ background-color: @regularBackgroundColor;
78
+ color: @regularTextColor;
66
79
  }
67
80
 
68
81
  &.sapMObjectNumberActive {
69
82
  .sapMObjectNumberInner:hover {
70
- background-color: @activeInnerBackgroundColor;
71
- color: @activeInnerColor;
83
+ border-color: @hoverBorderColor;
84
+ background-color: @hoverBackgroundColor;
85
+ color: @hoverTextColor;
72
86
  }
73
87
  .sapMObjectNumberInner:active,
74
88
  &.sapMObjectNumberPressed .sapMObjectNumberInner {
75
- background-color: @pressedInnerBackgroundColor;
76
- color: @innerColor;
89
+ border-color: @activeBorderColor;
90
+ background-color: @activeBackgroundColor;
91
+ color: @activeTextColor;
92
+
93
+ .sapMObjectNumberText,
94
+ .sapMObjectNumberUnit {
95
+ text-shadow: @activeTextShadow;
96
+ }
77
97
  }
78
98
  }
79
99
  }
80
- }
100
+ }
101
+
102
+ .objectNumberStatusMixIn(sapMObjectNumberStatusNone,
103
+ @sapNeutralBackground,
104
+ @sapTextColor,
105
+ @sapUiButtonNeutralHoverBackground,
106
+ @sapUiButtonNeutralHoverTextColor,
107
+ @sapUiButtonNeutralActiveBackground,
108
+ @sapUiButtonActiveTextColor,
109
+ @sapUiContentTextShadow,
110
+ @sapUiContentTextShadow,
111
+ @sapNeutralBorderColor,
112
+ @sapUiButtonNeutralHoverBorderColor,
113
+ @sapUiButtonNeutralActiveBorderColor
114
+ );
115
+
116
+ .objectNumberStatusMixIn(sapMObjectNumberStatusInformation,
117
+ @sapUiButtonInformationBackground,
118
+ @sapUiButtonInformationTextColor,
119
+ @sapUiButtonInformationHoverBackground,
120
+ @sapUiButtonInformationHoverTextColor,
121
+ @sapUiButtonInformationActiveBackground,
122
+ @sapUiButtonSelectedTextColor,
123
+ @sapUiContentTextShadow,
124
+ @sapUiContentTextShadow,
125
+ @sapUiButtonInformationBorderColor,
126
+ @sapUiButtonInformationHoverBorderColor,
127
+ @sapUiButtonInformationActiveBorderColor
128
+ );
129
+
130
+ .objectNumberStatusMixIn(sapMObjectNumberStatusError,
131
+ @sapUiButtonNegativeBackground,
132
+ @sapUiButtonNegativeTextColor,
133
+ @sapUiButtonNegativeHoverBackground,
134
+ @sapUiButtonNegativeHoverTextColor,
135
+ @sapUiButtonNegativeActiveBackground,
136
+ @sapUiButtonRejectSelectedTextColor,
137
+ @sapUiContentContrastTextShadow,
138
+ @sapUiContentTextShadow,
139
+ @sapUiButtonNegativeBorderColor,
140
+ @sapUiButtonNegativeHoverBorderColor,
141
+ @sapUiButtonNegativeActiveBorderColor
142
+ );
143
+
144
+ .objectNumberStatusMixIn(sapMObjectNumberStatusWarning,
145
+ @sapUiButtonCriticalBackground,
146
+ @sapUiButtonCriticalTextColor,
147
+ @sapUiButtonCriticalHoverBackground,
148
+ @sapUiButtonCriticalHoverTextColor,
149
+ @sapUiButtonCriticalActiveBackground,
150
+ @sapUiButtonAttentionSelectedTextColor,
151
+ @sapUiContentContrastTextShadow,
152
+ @sapUiContentTextShadow,
153
+ @sapUiButtonCriticalBorderColor,
154
+ @sapUiButtonCriticalHoverBorderColor,
155
+ @sapUiButtonCriticalActiveBorderColor
156
+ );
157
+
158
+ .objectNumberStatusMixIn(sapMObjectNumberStatusSuccess,
159
+ @sapUiButtonSuccessBackground,
160
+ @sapUiButtonSuccessTextColor,
161
+ @sapUiButtonSuccessHoverBackground,
162
+ @sapUiButtonSuccessHoverTextColor,
163
+ @sapUiButtonSuccessActiveBackground,
164
+ @sapUiButtonAcceptSelectedTextColor,
165
+ @sapUiContentContrastTextShadow,
166
+ @sapUiContentTextShadow,
167
+ @sapUiButtonSuccessBorderColor,
168
+ @sapUiButtonSuccessHoverBorderColor,
169
+ @sapUiButtonSuccessActiveBorderColor
170
+ );
@@ -29,6 +29,10 @@
29
29
  }
30
30
  }
31
31
 
32
+ .sapMPIValueMax .sapMPIBarRemaining {
33
+ display: flex;
34
+ }
35
+
32
36
  .sapMPIBarRemaining {
33
37
  position: absolute;
34
38
  width: ~'calc(100% - 1.25rem)';
@@ -118,8 +118,10 @@ html.sap-desktop .sapMSltIconOnly.focus:not(.sapMSltExpanded):not(.sapMSltDisabl
118
118
  }
119
119
 
120
120
  .sapMSlt.sapMSltReadonly {
121
- background: @sapUiFieldReadOnlyBackground;
122
- border-bottom: dashed @sapUiElementBorderWidth @sapUiFieldReadOnlyBorderColor;
121
+ border-color: @sapUiFieldReadOnlyBorderColor;
122
+ background:@sapUiFieldReadOnlyBackgroundStyle;
123
+ background-color: @sapUiFieldReadOnlyBackground;
124
+ box-shadow: none;
123
125
  }
124
126
 
125
127
  div.sapMSltPicker .sapMSltPickerValueState {
@@ -14,4 +14,46 @@
14
14
  .sapMSltPressed:not(.sapMSltDisabled):not(.sapMSltState), .sapMSlt.sapMSltFocused:not(.sapMSltDisabled):not(.sapMSltState) {
15
15
  outline-offset: 0;
16
16
  }
17
+
18
+ .sapMSltIcon:before,
19
+ .sapMSltIcon:after {
20
+ font-size: @sapMFontMediumSize;
21
+ color: @sapUiLink;
22
+ padding-bottom: 0.0625rem;
23
+ speak: none;
24
+ }
25
+
26
+ .sapMSltIcon:before {
27
+ font-family: @sapUiFontLightFamily;
28
+ content: "••• ";
29
+ vertical-align: bottom;
30
+ }
31
+
32
+ .sapMSltIcon:after {
33
+ font-family: @sapUiContentIconFontFamily;
34
+ content: "\e1ef";
35
+ }
36
+
37
+ .sapMBreadcrumbsItem.sapMBreadcrumbsSelectItem >
38
+ .sapMSlt.sapMSltIconOnly.sapMSltWithIcon.sapMSltHoverable.sapMSltWithArrow {
39
+ background: transparent;
40
+ border: none;
41
+
42
+ &.sapMSltFocused,
43
+ &:hover {
44
+ .sapMSltIcon {
45
+ background-color: @sapUiContentFocusColor;
46
+ border-bottom: @sapUiContentFocusColor 0.0625rem solid;
47
+ }
48
+
49
+ .sapMSltIcon:before {
50
+ border-bottom: none;
51
+ }
52
+
53
+ .sapMSltIcon:before,
54
+ .sapMSltIcon:after {
55
+ color: @sapUiButtonHoverBackground;
56
+ }
57
+ }
58
+ }
17
59
  }
@@ -3,17 +3,21 @@
3
3
  /* Evening Horizon theme */
4
4
  /* =================================== */
5
5
 
6
- .sapMObjectNumberInverted .sapMObjectNumberText,
7
- .sapMObjectNumberInverted .sapMObjectNumberUnit {
8
- text-shadow: @sapUiContentContrastTextShadow;
9
- }
10
-
11
6
  .sapMObjectNumberInverted {
12
- .sapMObjectNumberInner {
13
- border-radius: 0.25rem;
7
+ box-sizing: border-box;
8
+ &:not(.sapMObjectNumberLarge) .sapMObjectNumberInner {
9
+ min-height: 1rem;
10
+ height: auto;
14
11
  }
15
12
  }
16
13
 
14
+ .sapMObjectNumberInverted .sapMObjectNumberInner {
15
+ border: 0.0625rem solid;
16
+ border-radius: @sapUiButtonBorderCornerRadius;
17
+ padding: 0.1875rem 0.25rem;
18
+ vertical-align: middle;
19
+ }
20
+
17
21
  html.sap-desktop .sapMObjectNumberActive:focus {
18
22
  .sapMObjectNumberInner::after {
19
23
  left: -0.0625rem;
@@ -33,7 +37,7 @@ html.sap-desktop .sapMObjectNumberActive:focus {
33
37
  bottom: -0.0625rem;
34
38
  height: auto;
35
39
  outline: none;
36
- border-radius: 0.25rem;
40
+ border-radius: @sapUiButtonBorderCornerRadius;
37
41
  border: 0.125rem solid @sapUiContentFocusColor;
38
42
  }
39
43
 
@@ -52,29 +56,115 @@ html.sap-desktop .sapMObjectNumberActive:focus {
52
56
  bottom: -0.0625rem;
53
57
  height: auto;
54
58
  outline: none;
55
- border-radius: 0.25rem;
59
+ border-radius: @sapUiButtonBorderCornerRadius;
56
60
  border: 0.125rem solid @sapUiContentFocusColor;
57
61
  }
58
62
  }
59
63
  }
60
64
 
61
- .objectNumberStatusMixIn(@class, @innerBackgroundColor, @innerColor, @activeInnerBackgroundColor, @activeInnerColor, @pressedInnerBackgroundColor) {
65
+ .objectNumberStatusMixIn(@class, @regularBackgroundColor, @regularTextColor,
66
+ @hoverBackgroundColor, @hoverTextColor,
67
+ @activeBackgroundColor, @activeTextColor,
68
+ @regularTextShadow, @activeTextShadow,
69
+ @regularBorderColor, @hoverBorderColor, @activeBorderColor) {
62
70
  .sapMObjectNumberInverted.@{class} {
71
+ .sapMObjectNumberText,
72
+ .sapMObjectNumberUnit {
73
+ text-shadow: @regularTextShadow;
74
+ }
63
75
  .sapMObjectNumberInner {
64
- background-color: @innerBackgroundColor;
65
- color: @innerColor;
76
+ border-color: @regularBorderColor;
77
+ background-color: @regularBackgroundColor;
78
+ color: @regularTextColor;
66
79
  }
67
80
 
68
81
  &.sapMObjectNumberActive {
69
82
  .sapMObjectNumberInner:hover {
70
- background-color: @activeInnerBackgroundColor;
71
- color: @activeInnerColor;
83
+ border-color: @hoverBorderColor;
84
+ background-color: @hoverBackgroundColor;
85
+ color: @hoverTextColor;
72
86
  }
73
87
  .sapMObjectNumberInner:active,
74
88
  &.sapMObjectNumberPressed .sapMObjectNumberInner {
75
- background-color: @pressedInnerBackgroundColor;
76
- color: @innerColor;
89
+ border-color: @activeBorderColor;
90
+ background-color: @activeBackgroundColor;
91
+ color: @activeTextColor;
92
+
93
+ .sapMObjectNumberText,
94
+ .sapMObjectNumberUnit {
95
+ text-shadow: @activeTextShadow;
96
+ }
77
97
  }
78
98
  }
79
99
  }
80
- }
100
+ }
101
+
102
+ .objectNumberStatusMixIn(sapMObjectNumberStatusNone,
103
+ @sapNeutralBackground,
104
+ @sapTextColor,
105
+ @sapUiButtonNeutralHoverBackground,
106
+ @sapUiButtonNeutralHoverTextColor,
107
+ @sapUiButtonNeutralActiveBackground,
108
+ @sapUiButtonActiveTextColor,
109
+ @sapUiContentTextShadow,
110
+ @sapUiContentTextShadow,
111
+ @sapNeutralBorderColor,
112
+ @sapUiButtonNeutralHoverBorderColor,
113
+ @sapUiButtonNeutralActiveBorderColor
114
+ );
115
+
116
+ .objectNumberStatusMixIn(sapMObjectNumberStatusInformation,
117
+ @sapUiButtonInformationBackground,
118
+ @sapUiButtonInformationTextColor,
119
+ @sapUiButtonInformationHoverBackground,
120
+ @sapUiButtonInformationHoverTextColor,
121
+ @sapUiButtonInformationActiveBackground,
122
+ @sapUiButtonSelectedTextColor,
123
+ @sapUiContentTextShadow,
124
+ @sapUiContentTextShadow,
125
+ @sapUiButtonInformationBorderColor,
126
+ @sapUiButtonInformationHoverBorderColor,
127
+ @sapUiButtonInformationActiveBorderColor
128
+ );
129
+
130
+ .objectNumberStatusMixIn(sapMObjectNumberStatusError,
131
+ @sapUiButtonNegativeBackground,
132
+ @sapUiButtonNegativeTextColor,
133
+ @sapUiButtonNegativeHoverBackground,
134
+ @sapUiButtonNegativeHoverTextColor,
135
+ @sapUiButtonNegativeActiveBackground,
136
+ @sapUiButtonRejectSelectedTextColor,
137
+ @sapUiContentContrastTextShadow,
138
+ @sapUiContentTextShadow,
139
+ @sapUiButtonNegativeBorderColor,
140
+ @sapUiButtonNegativeHoverBorderColor,
141
+ @sapUiButtonNegativeActiveBorderColor
142
+ );
143
+
144
+ .objectNumberStatusMixIn(sapMObjectNumberStatusWarning,
145
+ @sapUiButtonCriticalBackground,
146
+ @sapUiButtonCriticalTextColor,
147
+ @sapUiButtonCriticalHoverBackground,
148
+ @sapUiButtonCriticalHoverTextColor,
149
+ @sapUiButtonCriticalActiveBackground,
150
+ @sapUiButtonAttentionSelectedTextColor,
151
+ @sapUiContentContrastTextShadow,
152
+ @sapUiContentTextShadow,
153
+ @sapUiButtonCriticalBorderColor,
154
+ @sapUiButtonCriticalHoverBorderColor,
155
+ @sapUiButtonCriticalActiveBorderColor
156
+ );
157
+
158
+ .objectNumberStatusMixIn(sapMObjectNumberStatusSuccess,
159
+ @sapUiButtonSuccessBackground,
160
+ @sapUiButtonSuccessTextColor,
161
+ @sapUiButtonSuccessHoverBackground,
162
+ @sapUiButtonSuccessHoverTextColor,
163
+ @sapUiButtonSuccessActiveBackground,
164
+ @sapUiButtonAcceptSelectedTextColor,
165
+ @sapUiContentContrastTextShadow,
166
+ @sapUiContentTextShadow,
167
+ @sapUiButtonSuccessBorderColor,
168
+ @sapUiButtonSuccessHoverBorderColor,
169
+ @sapUiButtonSuccessActiveBorderColor
170
+ );
@@ -29,6 +29,10 @@
29
29
  }
30
30
  }
31
31
 
32
+ .sapMPIValueMax .sapMPIBarRemaining {
33
+ display: flex;
34
+ }
35
+
32
36
  .sapMPIBarRemaining {
33
37
  position: absolute;
34
38
  width: ~'calc(100% - 1.25rem)';
@@ -118,8 +118,10 @@ html.sap-desktop .sapMSltIconOnly.focus:not(.sapMSltExpanded):not(.sapMSltDisabl
118
118
  }
119
119
 
120
120
  .sapMSlt.sapMSltReadonly {
121
- background: @sapUiFieldReadOnlyBackground;
122
- border-bottom: dashed @sapUiElementBorderWidth @sapUiFieldReadOnlyBorderColor;
121
+ border-color: @sapUiFieldReadOnlyBorderColor;
122
+ background:@sapUiFieldReadOnlyBackgroundStyle;
123
+ background-color: @sapUiFieldReadOnlyBackground;
124
+ box-shadow: none;
123
125
  }
124
126
 
125
127
  div.sapMSltPicker .sapMSltPickerValueState {
@@ -16,4 +16,39 @@
16
16
  outline: 0.125rem dotted @sapUiHcStandardForeground;
17
17
  outline-offset: -0.125rem;
18
18
  }
19
+
20
+ .sapMSltIcon:before,
21
+ .sapMSltIcon:after {
22
+ font-size: @sapMFontMediumSize;
23
+ color: @sapUiWhite;
24
+ padding-bottom: 0.0625rem;
25
+ speak: none;
26
+ }
27
+
28
+ .sapMSltIcon:before {
29
+ font-family: @sapUiFontLightFamily;
30
+ content: "••• ";
31
+ vertical-align: bottom;
32
+ }
33
+
34
+ .sapMSltIcon:after {
35
+ font-family: @sapUiContentIconFontFamily;
36
+ content: "\e1ef";
37
+ }
38
+
39
+ .sapMBreadcrumbsItem.sapMBreadcrumbsSelectItem >
40
+ .sapMSlt.sapMSltIconOnly.sapMSltWithIcon.sapMSltHoverable.sapMSltWithArrow {
41
+ background: transparent;
42
+ border: none;
43
+
44
+ &.sapMSltFocused,
45
+ &:hover {
46
+ outline: 0.125rem dotted @sapUiHcStandardForeground;
47
+ outline-offset: -0.125rem;
48
+
49
+ .sapMSltIcon:before {
50
+ border-bottom: none;
51
+ }
52
+ }
53
+ }
19
54
  }
@@ -58,8 +58,12 @@
58
58
 
59
59
  // value state
60
60
  .sapMCbErr {
61
- .sapMCbBg {
61
+ &:hover .sapMCbBg,
62
+ .sapMCbBg{
62
63
  background-color: @sapUiFieldInvalidBackground;
64
+ }
65
+
66
+ .sapMCbBg {
63
67
  border: @sapUiFieldInvalidBorderWidth dashed @sapUiFieldInvalidColor;
64
68
  color: @sapUiFieldInvalidColor;
65
69
 
@@ -8,20 +8,17 @@
8
8
  .sapMObjectNumberInverted {
9
9
  box-sizing: border-box;
10
10
  &:not(.sapMObjectNumberLarge) .sapMObjectNumberInner {
11
- height: 0.875rem;
12
- line-height: 0.75rem;
13
- }
14
- .sapMObjectNumberText,
15
- .sapMObjectNumberUnit {
16
- vertical-align: middle;
17
- line-height: 0.875rem;
11
+ min-height: 1rem;
12
+ height: auto;
18
13
  }
19
14
  }
20
15
 
21
16
  .sapMObjectNumberInverted .sapMObjectNumberInner {
22
17
  background-color: @sapUiBaseBG;
23
- border-width: 0.0625rem;
24
- border-style: solid;
18
+ border: 0.0625rem solid;
19
+ border-radius: @sapUiButtonBorderCornerRadius;
20
+ padding: 0.1875rem 0.25rem;
21
+ vertical-align: middle;
25
22
  }
26
23
 
27
24
  html.sap-desktop .sapMObjectNumberActive:focus {
@@ -35,11 +32,11 @@ html.sap-desktop .sapMObjectNumberActive:focus {
35
32
  }
36
33
 
37
34
  &.sapMObjectNumberInverted .sapMObjectNumberInner::after {
38
- top: -2px;
39
- left: 1px;
40
- bottom: -2px;
41
- right: 1px;
42
- outline: 2px dotted @sapUiContentFocusColor;
35
+ top: 0.125rem;
36
+ left: 0.125rem;
37
+ bottom: 0.0625rem;
38
+ right: 0.125rem;
39
+ outline: 0.125rem dotted @sapUiContentFocusColor;
43
40
  }
44
41
 
45
42
  &.sapMObjectNumberLarge {
@@ -29,6 +29,10 @@
29
29
  }
30
30
  }
31
31
 
32
+ .sapMPIValueMax .sapMPIBarRemaining {
33
+ display: flex;
34
+ }
35
+
32
36
  .sapMPIBarRemaining {
33
37
  position: absolute;
34
38
  width: ~'calc(100% - 1.25rem)';
@@ -16,4 +16,39 @@
16
16
  outline: 0.125rem dotted @sapUiHcStandardForeground;
17
17
  outline-offset: -0.125rem;
18
18
  }
19
+
20
+ .sapMSltIcon:before,
21
+ .sapMSltIcon:after {
22
+ font-size: @sapMFontMediumSize;
23
+ color: @sapUiBlackBG;
24
+ padding-bottom: 0.0625rem;
25
+ speak: none;
26
+ }
27
+
28
+ .sapMSltIcon:before {
29
+ font-family: @sapUiFontLightFamily;
30
+ content: "••• ";
31
+ vertical-align: bottom;
32
+ }
33
+
34
+ .sapMSltIcon:after {
35
+ font-family: @sapUiContentIconFontFamily;
36
+ content: "\e1ef";
37
+ }
38
+
39
+ .sapMBreadcrumbsItem.sapMBreadcrumbsSelectItem >
40
+ .sapMSlt.sapMSltIconOnly.sapMSltWithIcon.sapMSltHoverable.sapMSltWithArrow {
41
+ background: transparent;
42
+ border: none;
43
+
44
+ &.sapMSltFocused,
45
+ &:hover {
46
+ outline: 0.125rem dotted @sapUiHcStandardForeground;
47
+ outline-offset: -0.125rem;
48
+
49
+ .sapMSltIcon:before {
50
+ border-bottom: none;
51
+ }
52
+ }
53
+ }
19
54
  }
@@ -58,8 +58,12 @@
58
58
 
59
59
  // value state
60
60
  .sapMCbErr {
61
- .sapMCbBg {
61
+ &:hover .sapMCbBg,
62
+ .sapMCbBg{
62
63
  background-color: @sapUiFieldInvalidBackground;
64
+ }
65
+
66
+ .sapMCbBg {
63
67
  border: @sapUiFieldInvalidBorderWidth dashed @sapUiFieldInvalidColor;
64
68
  color: @sapUiFieldInvalidColor;
65
69
 
@@ -8,20 +8,17 @@
8
8
  .sapMObjectNumberInverted {
9
9
  box-sizing: border-box;
10
10
  &:not(.sapMObjectNumberLarge) .sapMObjectNumberInner {
11
- height: 0.875rem;
12
- line-height: 0.75rem;
13
- }
14
- .sapMObjectNumberText,
15
- .sapMObjectNumberUnit {
16
- vertical-align: middle;
17
- line-height: 0.875rem;
11
+ min-height: 1rem;
12
+ height: auto;
18
13
  }
19
14
  }
20
15
 
21
16
  .sapMObjectNumberInverted .sapMObjectNumberInner {
22
17
  background-color: @sapUiBaseBG;
23
- border-width: 0.0625rem;
24
- border-style: solid;
18
+ border: 0.0625rem solid;
19
+ border-radius: @sapUiButtonBorderCornerRadius;
20
+ padding: 0.1875rem 0.25rem;
21
+ vertical-align: middle;
25
22
  }
26
23
 
27
24
  html.sap-desktop .sapMObjectNumberActive:focus {
@@ -35,11 +32,11 @@ html.sap-desktop .sapMObjectNumberActive:focus {
35
32
  }
36
33
 
37
34
  &.sapMObjectNumberInverted .sapMObjectNumberInner::after {
38
- top: -2px;
39
- left: 1px;
40
- bottom: -2px;
41
- right: 1px;
42
- outline: 2px dotted @sapUiContentFocusColor;
35
+ top: 0.125rem;
36
+ left: 0.125rem;
37
+ bottom: 0.0625rem;
38
+ right: 0.125rem;
39
+ outline: 0.125rem dotted @sapUiContentFocusColor;
43
40
  }
44
41
 
45
42
  &.sapMObjectNumberLarge {
@@ -29,6 +29,10 @@
29
29
  }
30
30
  }
31
31
 
32
+ .sapMPIValueMax .sapMPIBarRemaining {
33
+ display: flex;
34
+ }
35
+
32
36
  .sapMPIBarRemaining {
33
37
  position: absolute;
34
38
  width: ~'calc(100% - 1.25rem)';
@@ -64,7 +64,8 @@
64
64
  .sapTntToolHeader {
65
65
  .sapMBarChild:not(.sapMMenuBtn) {
66
66
  &.sapMBtn {
67
- padding-top: 0.125rem;
67
+ padding: 0.125rem 0;
68
+ min-width: 2.5rem;
68
69
  }
69
70
 
70
71
  &.sapMBtn .sapMBtnTransparent,
@@ -72,19 +73,15 @@
72
73
  &.sapMBtn .sapMBtnBack,
73
74
  &.sapMBtn .sapMBtnUp {
74
75
  color: @sapContent_IconColor;
75
- border-radius: 0.375rem;
76
76
  background-color: @sapButton_Lite_Background;
77
77
  height: 2.5rem;
78
- min-width: 2.5rem;
79
78
 
80
79
  .sapUiIcon {
81
80
  color: @sapContent_IconColor;
82
81
  line-height: 2.5rem;
83
- width: 2.5rem;
84
- height: 2.5rem;
85
82
  }
86
83
 
87
- bdi {
84
+ .sapMBtnContent {
88
85
  line-height: 2.5rem;
89
86
  }
90
87
  }
@@ -128,7 +125,8 @@
128
125
  .sapTntToolHeader {
129
126
  .sapMBarChild:not(.sapMMenuBtn) {
130
127
  &.sapMBtn {
131
- padding-top: 0;
128
+ padding: 0;
129
+ min-width: 2rem;
132
130
  }
133
131
 
134
132
  &.sapMBtn .sapMBtnTransparent,
@@ -136,16 +134,12 @@
136
134
  &.sapMBtn .sapMBtnBack,
137
135
  &.sapMBtn .sapMBtnUp {
138
136
  height: 2rem;
139
- min-width: 2rem;
140
137
 
141
138
  .sapUiIcon {
142
- width: 2rem;
143
- max-height: 2rem;
144
- height: 2rem;
145
139
  line-height: 2rem;
146
140
  }
147
141
 
148
- bdi {
142
+ .sapMBtnContent {
149
143
  line-height: 2rem;
150
144
  }
151
145
  }
@@ -350,10 +344,6 @@
350
344
  height: 1.625rem;
351
345
  }
352
346
 
353
- &.sapMIBar.sapMTB .sapMBarChild.sapMImg {
354
- margin-left: 0.75rem;
355
- }
356
-
357
347
  .sapMImgFocusable:focus {
358
348
  outline: @sapContent_FocusStyle @sapContent_FocusWidth @sapContent_FocusColor;
359
349
  outline-offset: 0.125rem;
@@ -64,7 +64,8 @@
64
64
  .sapTntToolHeader {
65
65
  .sapMBarChild:not(.sapMMenuBtn) {
66
66
  &.sapMBtn {
67
- padding-top: 0.125rem;
67
+ padding: 0.125rem 0;
68
+ min-width: 2.5rem;
68
69
  }
69
70
 
70
71
  &.sapMBtn .sapMBtnTransparent,
@@ -72,19 +73,15 @@
72
73
  &.sapMBtn .sapMBtnBack,
73
74
  &.sapMBtn .sapMBtnUp {
74
75
  color: @sapContent_IconColor;
75
- border-radius: 0.375rem;
76
76
  background-color: @sapButton_Lite_Background;
77
77
  height: 2.5rem;
78
- min-width: 2.5rem;
79
78
 
80
79
  .sapUiIcon {
81
80
  color: @sapContent_IconColor;
82
81
  line-height: 2.5rem;
83
- width: 2.5rem;
84
- height: 2.5rem;
85
82
  }
86
83
 
87
- bdi {
84
+ .sapMBtnContent {
88
85
  line-height: 2.5rem;
89
86
  }
90
87
  }
@@ -128,7 +125,8 @@
128
125
  .sapTntToolHeader {
129
126
  .sapMBarChild:not(.sapMMenuBtn) {
130
127
  &.sapMBtn {
131
- padding-top: 0;
128
+ padding: 0;
129
+ min-width: 2rem;
132
130
  }
133
131
 
134
132
  &.sapMBtn .sapMBtnTransparent,
@@ -136,16 +134,12 @@
136
134
  &.sapMBtn .sapMBtnBack,
137
135
  &.sapMBtn .sapMBtnUp {
138
136
  height: 2rem;
139
- min-width: 2rem;
140
137
 
141
138
  .sapUiIcon {
142
- width: 2rem;
143
- max-height: 2rem;
144
- height: 2rem;
145
139
  line-height: 2rem;
146
140
  }
147
141
 
148
- bdi {
142
+ .sapMBtnContent {
149
143
  line-height: 2rem;
150
144
  }
151
145
  }
@@ -350,10 +344,6 @@
350
344
  height: 1.625rem;
351
345
  }
352
346
 
353
- &.sapMIBar.sapMTB .sapMBarChild.sapMImg {
354
- margin-left: 0.75rem;
355
- }
356
-
357
347
  .sapMImgFocusable:focus {
358
348
  outline: @sapContent_FocusStyle @sapContent_FocusWidth @sapContent_FocusColor;
359
349
  outline-offset: 0.125rem;
@@ -63,7 +63,8 @@
63
63
  .sapTntToolHeader {
64
64
  .sapMBarChild:not(.sapMMenuBtn) {
65
65
  &.sapMBtn {
66
- padding-top: 0.125rem;
66
+ padding: 0.125rem 0;
67
+ min-width: 2.5rem;
67
68
  }
68
69
 
69
70
  &.sapMBtn .sapMBtnTransparent,
@@ -71,19 +72,15 @@
71
72
  &.sapMBtn .sapMBtnBack,
72
73
  &.sapMBtn .sapMBtnUp {
73
74
  color: @sapContent_IconColor;
74
- border-radius: 0.375rem;
75
75
  background-color: @sapButton_Lite_Background;
76
76
  height: 2.5rem;
77
- min-width: 2.5rem;
78
77
 
79
78
  .sapUiIcon {
80
79
  color: @sapContent_IconColor;
81
80
  line-height: 2.5rem;
82
- width: 2.5rem;
83
- height: 2.5rem;
84
81
  }
85
82
 
86
- bdi {
83
+ .sapMBtnContent {
87
84
  line-height: 2.5rem;
88
85
  }
89
86
  }
@@ -127,7 +124,8 @@
127
124
  .sapTntToolHeader {
128
125
  .sapMBarChild:not(.sapMMenuBtn) {
129
126
  &.sapMBtn {
130
- padding-top: 0;
127
+ padding: 0;
128
+ min-width: 2rem;
131
129
  }
132
130
 
133
131
  &.sapMBtn .sapMBtnTransparent,
@@ -135,16 +133,12 @@
135
133
  &.sapMBtn .sapMBtnBack,
136
134
  &.sapMBtn .sapMBtnUp {
137
135
  height: 2rem;
138
- min-width: 2rem;
139
136
 
140
137
  .sapUiIcon {
141
- width: 2rem;
142
- max-height: 2rem;
143
- height: 2rem;
144
138
  line-height: 2rem;
145
139
  }
146
140
 
147
- bdi {
141
+ .sapMBtnContent {
148
142
  line-height: 2rem;
149
143
  }
150
144
  }
@@ -359,10 +353,6 @@ html.sap-desktop .sapTntToolHeader .sapMSF:not(.sapMSFDisabled) {
359
353
  height: 1.625rem;
360
354
  }
361
355
 
362
- &.sapMIBar.sapMTB .sapMBarChild.sapMImg {
363
- margin-left: 0.75rem;
364
- }
365
-
366
356
  .sapMImgFocusable:focus {
367
357
  outline: @sapContent_FocusStyle @sapContent_FocusWidth @sapContent_FocusColor;
368
358
  outline-offset: 0.125rem;
@@ -63,7 +63,8 @@
63
63
  .sapTntToolHeader {
64
64
  .sapMBarChild:not(.sapMMenuBtn) {
65
65
  &.sapMBtn {
66
- padding-top: 0.125rem;
66
+ padding: 0.125rem 0;
67
+ min-width: 2.5rem;
67
68
  }
68
69
 
69
70
  &.sapMBtn .sapMBtnTransparent,
@@ -71,19 +72,15 @@
71
72
  &.sapMBtn .sapMBtnBack,
72
73
  &.sapMBtn .sapMBtnUp {
73
74
  color: @sapContent_IconColor;
74
- border-radius: 0.375rem;
75
75
  background-color: @sapButton_Lite_Background;
76
76
  height: 2.5rem;
77
- min-width: 2.5rem;
78
77
 
79
78
  .sapUiIcon {
80
79
  color: @sapContent_IconColor;
81
80
  line-height: 2.5rem;
82
- width: 2.5rem;
83
- height: 2.5rem;
84
81
  }
85
82
 
86
- bdi {
83
+ .sapMBtnContent {
87
84
  line-height: 2.5rem;
88
85
  }
89
86
  }
@@ -127,25 +124,21 @@
127
124
  .sapTntToolHeader {
128
125
  .sapMBarChild:not(.sapMMenuBtn) {
129
126
  &.sapMBtn {
130
- padding-top: 0;
127
+ padding: 0;
128
+ min-width: 2rem;
131
129
  }
132
130
 
133
- &.sapMBtn .sapMBtnTransparent,
134
131
  &.sapMBtn .sapMBtnTransparent,
135
132
  &.sapMBtn .sapMBtnDefault,
136
133
  &.sapMBtn .sapMBtnBack,
137
134
  &.sapMBtn .sapMBtnUp {
138
135
  height: 2rem;
139
- min-width: 2rem;
140
136
 
141
137
  .sapUiIcon {
142
- width: 2rem;
143
- max-height: 2rem;
144
- height: 2rem;
145
138
  line-height: 2rem;
146
139
  }
147
140
 
148
- bdi {
141
+ .sapMBtnContent {
149
142
  line-height: 2rem;
150
143
  }
151
144
  }
@@ -359,10 +352,6 @@ html.sap-desktop .sapTntToolHeader .sapMSF:not(.sapMSFDisabled) {
359
352
  height: 1.625rem;
360
353
  }
361
354
 
362
- &.sapMIBar.sapMTB .sapMBarChild.sapMImg {
363
- margin-left: 0.75rem;
364
- }
365
-
366
355
  .sapMImgFocusable:focus {
367
356
  outline: @sapContent_FocusStyle @sapContent_FocusWidth @sapContent_FocusColor;
368
357
  outline-offset: 0.125rem;
@@ -6,7 +6,7 @@
6
6
  <copyright>OpenUI5
7
7
  * (c) Copyright 2009-2023 SAP SE or an SAP affiliate company.
8
8
  * Licensed under the Apache License, Version 2.0 - see LICENSE.txt.</copyright>
9
- <version>1.108.21</version>
9
+ <version>1.108.23</version>
10
10
 
11
11
  <documentation>SAPUI5 Horizon theme library.</documentation>
12
12
 
@@ -6,7 +6,7 @@
6
6
  <copyright>OpenUI5
7
7
  * (c) Copyright 2009-2023 SAP SE or an SAP affiliate company.
8
8
  * Licensed under the Apache License, Version 2.0 - see LICENSE.txt.</copyright>
9
- <version>1.108.21</version>
9
+ <version>1.108.23</version>
10
10
 
11
11
  <documentation>SAPUI5 Evening Horizon theme library.</documentation>
12
12
 
@@ -6,7 +6,7 @@
6
6
  <copyright>OpenUI5
7
7
  * (c) Copyright 2009-2023 SAP SE or an SAP affiliate company.
8
8
  * Licensed under the Apache License, Version 2.0 - see LICENSE.txt.</copyright>
9
- <version>1.108.21</version>
9
+ <version>1.108.23</version>
10
10
 
11
11
  <documentation>SAPUI5 horizon high contrast black theme library.</documentation>
12
12
 
@@ -6,7 +6,7 @@
6
6
  <copyright>OpenUI5
7
7
  * (c) Copyright 2009-2023 SAP SE or an SAP affiliate company.
8
8
  * Licensed under the Apache License, Version 2.0 - see LICENSE.txt.</copyright>
9
- <version>1.108.21</version>
9
+ <version>1.108.23</version>
10
10
 
11
11
  <documentation>SAPUI5 horizon high contrast white theme library.</documentation>
12
12