@openui5/themelib_sap_horizon 1.114.9 → 1.114.11
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.
- package/THIRDPARTY.txt +1 -1
- package/package.json +18 -18
- package/src/sap/f/themes/sap_horizon/AvatarGroup.less +81 -25
- package/src/sap/f/themes/sap_horizon_dark/AvatarGroup.less +82 -25
- package/src/sap/m/themes/sap_horizon/BusyIndicator.less +2 -2
- package/src/sap/m/themes/sap_horizon/Button.less +29 -30
- package/src/sap/m/themes/sap_horizon/IconTabBar.less +40 -17
- package/src/sap/m/themes/sap_horizon/InputBase.less +5 -1
- package/src/sap/m/themes/sap_horizon/MenuButton.less +22 -4
- package/src/sap/m/themes/sap_horizon/MessageStrip.less +4 -12
- package/src/sap/m/themes/sap_horizon/ObjectStatus.less +243 -20
- package/src/sap/m/themes/sap_horizon/Page.less +2 -1
- package/src/sap/m/themes/sap_horizon/RadioButton.less +0 -21
- package/src/sap/m/themes/sap_horizon/RangeSlider.less +6 -8
- package/src/sap/m/themes/sap_horizon/SearchField.less +8 -5
- package/src/sap/m/themes/sap_horizon/SegmentedButton.less +135 -14
- package/src/sap/m/themes/sap_horizon/Select.less +4 -2
- package/src/sap/m/themes/sap_horizon/Slider.less +4 -9
- package/src/sap/m/themes/sap_horizon/SplitButton.less +46 -23
- package/src/sap/m/themes/sap_horizon_dark/BusyIndicator.less +2 -2
- package/src/sap/m/themes/sap_horizon_dark/Button.less +29 -30
- package/src/sap/m/themes/sap_horizon_dark/IconTabBar.less +30 -7
- package/src/sap/m/themes/sap_horizon_dark/InputBase.less +5 -1
- package/src/sap/m/themes/sap_horizon_dark/MenuButton.less +18 -3
- package/src/sap/m/themes/sap_horizon_dark/MessageStrip.less +4 -12
- package/src/sap/m/themes/sap_horizon_dark/ObjectStatus.less +243 -20
- package/src/sap/m/themes/sap_horizon_dark/Page.less +2 -1
- package/src/sap/m/themes/sap_horizon_dark/RadioButton.less +0 -21
- package/src/sap/m/themes/sap_horizon_dark/RangeSlider.less +28 -8
- package/src/sap/m/themes/sap_horizon_dark/SearchField.less +10 -6
- package/src/sap/m/themes/sap_horizon_dark/SegmentedButton.less +135 -14
- package/src/sap/m/themes/sap_horizon_dark/Select.less +4 -1
- package/src/sap/m/themes/sap_horizon_dark/Slider.less +7 -11
- package/src/sap/m/themes/sap_horizon_dark/SplitButton.less +46 -37
- package/src/sap/m/themes/sap_horizon_hcb/BusyIndicator.less +2 -2
- package/src/sap/m/themes/sap_horizon_hcb/Button.less +1 -1
- package/src/sap/m/themes/sap_horizon_hcb/Carousel.less +2 -2
- package/src/sap/m/themes/sap_horizon_hcb/MenuButton.less +4 -0
- package/src/sap/m/themes/sap_horizon_hcb/ObjectStatus.less +124 -13
- package/src/sap/m/themes/sap_horizon_hcb/Page.less +2 -1
- package/src/sap/m/themes/sap_horizon_hcb/RangeSlider.less +4 -6
- package/src/sap/m/themes/sap_horizon_hcb/SearchField.less +4 -4
- package/src/sap/m/themes/sap_horizon_hcb/SegmentedButton.less +1 -1
- package/src/sap/m/themes/sap_horizon_hcb/Slider.less +4 -32
- package/src/sap/m/themes/sap_horizon_hcw/BusyIndicator.less +2 -2
- package/src/sap/m/themes/sap_horizon_hcw/Button.less +1 -1
- package/src/sap/m/themes/sap_horizon_hcw/Carousel.less +2 -2
- package/src/sap/m/themes/sap_horizon_hcw/MenuButton.less +4 -0
- package/src/sap/m/themes/sap_horizon_hcw/ObjectStatus.less +124 -13
- package/src/sap/m/themes/sap_horizon_hcw/Page.less +2 -1
- package/src/sap/m/themes/sap_horizon_hcw/RangeSlider.less +4 -6
- package/src/sap/m/themes/sap_horizon_hcw/SearchField.less +4 -4
- package/src/sap/m/themes/sap_horizon_hcw/SegmentedButton.less +1 -1
- package/src/sap/m/themes/sap_horizon_hcw/Slider.less +4 -32
- package/src/sap/tnt/themes/sap_horizon_hcb/ToolHeader.less +2 -0
- package/src/sap/tnt/themes/sap_horizon_hcw/ToolHeader.less +2 -0
- package/src/sap/ui/commons/themes/sap_horizon/MenuButton.less +12 -0
- package/src/sap/ui/core/themes/sap_horizon/.theme +1 -1
- package/src/sap/ui/core/themes/sap_horizon/base.less +139 -138
- package/src/sap/ui/core/themes/sap_horizon/global.less +20 -16
- package/src/sap/ui/core/themes/sap_horizon_dark/.theme +1 -1
- package/src/sap/ui/core/themes/sap_horizon_dark/base.less +112 -111
- package/src/sap/ui/core/themes/sap_horizon_dark/global.less +21 -17
- package/src/sap/ui/core/themes/sap_horizon_hcb/.theme +1 -1
- package/src/sap/ui/core/themes/sap_horizon_hcb/base.less +26 -26
- package/src/sap/ui/core/themes/sap_horizon_hcb/global.less +16 -16
- package/src/sap/ui/core/themes/sap_horizon_hcw/.theme +1 -1
- package/src/sap/ui/core/themes/sap_horizon_hcw/base.less +19 -19
- package/src/sap/ui/core/themes/sap_horizon_hcw/global.less +16 -16
- package/src/sap/ui/layout/themes/sap_horizon_hcb/BlockLayout.less +3 -1
- package/src/sap/ui/layout/themes/sap_horizon_hcw/BlockLayout.less +3 -1
|
@@ -19,10 +19,14 @@
|
|
|
19
19
|
text-shadow: none;
|
|
20
20
|
color: @sapUiButtonTextColor;
|
|
21
21
|
border-top: 1px solid @sapUiButtonBorderColor;
|
|
22
|
-
border-left: 1px solid
|
|
22
|
+
border-left: 1px solid transparent;
|
|
23
23
|
border-bottom: 1px solid @sapUiButtonBorderColor;
|
|
24
24
|
border-right: 1px solid transparent;
|
|
25
|
-
background-color:
|
|
25
|
+
background-color: transparent;
|
|
26
|
+
margin-left: 1px;
|
|
27
|
+
margin-right: 1px;
|
|
28
|
+
margin-top: -1px;
|
|
29
|
+
margin-bottom: -1px;
|
|
26
30
|
}
|
|
27
31
|
&:not(.sapMSegBBtnMixed) .sapMImg {
|
|
28
32
|
padding-left: 0.5625rem;
|
|
@@ -31,55 +35,172 @@
|
|
|
31
35
|
}
|
|
32
36
|
}
|
|
33
37
|
|
|
38
|
+
.sapMSegB .sapMSegBBtn .sapMSegBBtnInnerWrapper {
|
|
39
|
+
border-top: 1px solid @sapUiButtonBorderColor;
|
|
40
|
+
border-bottom: 1px solid @sapUiButtonBorderColor;
|
|
41
|
+
background-color: @sapUiButtonBackground;
|
|
42
|
+
}
|
|
43
|
+
|
|
34
44
|
.sapMSegB .sapMSegBBtn {
|
|
35
45
|
position: relative;
|
|
36
46
|
}
|
|
37
47
|
|
|
38
|
-
.sapMSegBBtn:first-child .sapMSegBBtnInner
|
|
48
|
+
.sapMSegBBtn:first-child .sapMSegBBtnInner {
|
|
49
|
+
border-top-left-radius: @sapUiButtonBorderCornerRadius;
|
|
50
|
+
border-bottom-left-radius: @sapUiButtonBorderCornerRadius;
|
|
51
|
+
border-left: 1px solid @sapUiButtonBorderColor;
|
|
52
|
+
margin-left: -1px;
|
|
53
|
+
}
|
|
54
|
+
|
|
39
55
|
.sapMSegBBtn:first-child .sapMSegBBtnInnerWrapper {
|
|
40
56
|
border-top-left-radius: @sapUiButtonBorderCornerRadius;
|
|
41
57
|
border-bottom-left-radius: @sapUiButtonBorderCornerRadius;
|
|
42
58
|
}
|
|
43
59
|
|
|
44
|
-
.sapMSegBBtn
|
|
45
|
-
|
|
60
|
+
.sapMSegBBtn.sapMSegBtnLastVisibleButton .sapMSegBBtnInnerWrapper {
|
|
61
|
+
border-top-right-radius: @sapUiButtonBorderCornerRadius;
|
|
62
|
+
border-bottom-right-radius: @sapUiButtonBorderCornerRadius;
|
|
63
|
+
border-right: 1px solid @sapUiButtonBorderColor;
|
|
64
|
+
}
|
|
65
|
+
|
|
66
|
+
.sapMSegBBtn.sapMSegBtnLastVisibleButton .sapMSegBBtnInner{
|
|
46
67
|
border-top-right-radius: @sapUiButtonBorderCornerRadius;
|
|
47
68
|
border-bottom-right-radius: @sapUiButtonBorderCornerRadius;
|
|
69
|
+
border-right: 1px solid @sapUiButtonBorderColor;
|
|
70
|
+
margin-right: -1px;
|
|
48
71
|
}
|
|
49
72
|
|
|
50
73
|
html.sap-desktop .sapMSegBBtnFocusable:hover .sapMSegBBtnInner {
|
|
51
74
|
background: @sapUiButtonHoverBackground;
|
|
52
75
|
border-radius: 0.5rem;
|
|
53
|
-
|
|
54
|
-
border-color: transparent;
|
|
76
|
+
border-color: @sapUiButtonHoverBorderColor;
|
|
55
77
|
}
|
|
56
78
|
|
|
57
79
|
html.sap-desktop .sapMSegBBtnFocusable.sapMSegBBtnSel:hover .sapMSegBBtnInner {
|
|
58
|
-
border-color:
|
|
80
|
+
border-color: @sapUiButtonSelectedBorderColor;
|
|
59
81
|
}
|
|
60
82
|
|
|
61
83
|
html.sap-desktop .sapMSegBBtnFocusable.sapMBtnActive:hover .sapMSegBBtnInner {
|
|
62
|
-
|
|
84
|
+
border-color: @sapUiButtonHoverBorderColor;
|
|
63
85
|
}
|
|
64
86
|
|
|
65
87
|
/* Custom focus outline: */
|
|
66
88
|
html.sap-desktop {
|
|
67
|
-
.sapMSegBBtnFocusable:focus .sapMSegBBtnInner:after {
|
|
89
|
+
.sapMSegBBtn:first-child.sapMSegBBtnFocusable:focus .sapMSegBBtnInner:after {
|
|
68
90
|
content: "";
|
|
69
91
|
position: absolute;
|
|
70
92
|
box-sizing: border-box;
|
|
71
93
|
left: 0.125rem;
|
|
72
94
|
top: 0.375rem;
|
|
95
|
+
right: 0.2rem;
|
|
96
|
+
bottom: 0.375rem;
|
|
97
|
+
pointer-events: none;
|
|
98
|
+
border: 0.125rem solid @sapUiContentFocusColor;
|
|
99
|
+
border-radius: 0.375rem;
|
|
100
|
+
}
|
|
101
|
+
.sapUiSizeCompact .sapMSegBBtn:first-child.sapMSegBBtnFocusable:focus .sapMSegBBtnInner:after,
|
|
102
|
+
&.sapUiSizeCompact .sapMSegBBtn:first-child.sapMSegBBtnFocusable:focus .sapMSegBBtnInner:after {
|
|
103
|
+
top: 0.3rem;
|
|
104
|
+
bottom: 0.3rem;
|
|
105
|
+
}
|
|
106
|
+
}
|
|
107
|
+
|
|
108
|
+
/* Custom focus outline: */
|
|
109
|
+
html.sap-desktop {
|
|
110
|
+
.sapMSegBBtn.sapMSegBtnLastVisibleButton.sapMSegBBtnFocusable:focus .sapMSegBBtnInner:after {
|
|
111
|
+
content: "";
|
|
112
|
+
position: absolute;
|
|
113
|
+
box-sizing: border-box;
|
|
114
|
+
left: 0.2rem;
|
|
115
|
+
top: 0.375rem;
|
|
73
116
|
right: 0.125rem;
|
|
74
117
|
bottom: 0.375rem;
|
|
75
118
|
pointer-events: none;
|
|
76
119
|
border: 0.125rem solid @sapUiContentFocusColor;
|
|
77
120
|
border-radius: 0.375rem;
|
|
78
121
|
}
|
|
122
|
+
.sapUiSizeCompact .sapMSegBBtn.sapMSegBtnLastVisibleButton.sapMSegBBtnFocusable:focus .sapMSegBBtnInner:after,
|
|
123
|
+
&.sapUiSizeCompact .sapMSegBBtn.sapMSegBtnLastVisibleButton.sapMSegBBtnFocusable:focus .sapMSegBBtnInner:after {
|
|
124
|
+
top: 0.3rem;
|
|
125
|
+
bottom: 0.3rem;
|
|
126
|
+
}
|
|
127
|
+
}
|
|
128
|
+
|
|
129
|
+
html.sap-desktop {
|
|
130
|
+
.sapMSegBBtnFocusable:focus .sapMSegBBtnInner:after {
|
|
131
|
+
content: "";
|
|
132
|
+
position: absolute;
|
|
133
|
+
box-sizing: border-box;
|
|
134
|
+
left: 0.2rem;
|
|
135
|
+
top: 0.375rem;
|
|
136
|
+
right: 0.2rem;
|
|
137
|
+
bottom: 0.375rem;
|
|
138
|
+
pointer-events: none;
|
|
139
|
+
border: 0.125rem solid @sapUiContentFocusColor;
|
|
140
|
+
border-radius: 0.375rem;
|
|
141
|
+
}
|
|
79
142
|
.sapUiSizeCompact .sapMSegBBtnFocusable:focus .sapMSegBBtnInner:after,
|
|
80
143
|
&.sapUiSizeCompact .sapMSegBBtnFocusable:focus .sapMSegBBtnInner:after {
|
|
81
|
-
top: 0.
|
|
82
|
-
bottom: 0.
|
|
144
|
+
top: 0.3rem;
|
|
145
|
+
bottom: 0.3rem;
|
|
146
|
+
}
|
|
147
|
+
}
|
|
148
|
+
|
|
149
|
+
.sapMSegB.sapMSegBIcons {
|
|
150
|
+
.sapMSegBBtn.sapMSegBtnLastVisibleButton:not(.sapMSegBBtnMixed) .sapMSegBBtnInner {
|
|
151
|
+
margin-right: -1px;
|
|
152
|
+
}
|
|
153
|
+
}
|
|
154
|
+
|
|
155
|
+
.sapMSegB.sapMSegBIcons {
|
|
156
|
+
.sapMSegBBtn.sapMSegBtnLastVisibleButton:not(.sapMSegBBtnMixed) .sapMSegBBtnInner {
|
|
157
|
+
margin-right: -1px;
|
|
158
|
+
}
|
|
159
|
+
}
|
|
160
|
+
|
|
161
|
+
/* Custom focus outline: */
|
|
162
|
+
html.sap-desktop {
|
|
163
|
+
.sapMSegB.sapMSegBIcons {
|
|
164
|
+
.sapMSegBBtn.sapMSegBBtnFocusable:not(.sapMSegBtnLastVisibleButton):not(.sapMSegBBtnMixed):focus .sapMSegBBtnInner:after {
|
|
165
|
+
content: "";
|
|
166
|
+
position: absolute;
|
|
167
|
+
box-sizing: border-box;
|
|
168
|
+
left: 0.2rem;
|
|
169
|
+
top: 0.375rem;
|
|
170
|
+
right: 0.15rem;
|
|
171
|
+
bottom: 0.375rem;
|
|
172
|
+
pointer-events: none;
|
|
173
|
+
border: 0.125rem solid @sapUiContentFocusColor;
|
|
174
|
+
border-radius: 0.375rem;
|
|
175
|
+
}
|
|
176
|
+
}
|
|
177
|
+
.sapUiSizeCompact .sapMSegB.sapMSegBIcons .sapMSegBBtn.sapMSegBBtnFocusable:not(.sapMSegBBtnMixed):not(.sapMSegBtnLastVisibleButton):focus .sapMSegBBtnInner:after,
|
|
178
|
+
&.sapUiSizeCompact .sapMSegB.sapMSegBIcons .sapMSegBBtn.sapMSegBBtnFocusable:not(.sapMSegBBtnMixed):not(.sapMSegBtnLastVisibleButton):focus .sapMSegBBtnInner:after {
|
|
179
|
+
top: 0.3rem;
|
|
180
|
+
bottom: 0.3rem;
|
|
181
|
+
}
|
|
182
|
+
}
|
|
183
|
+
|
|
184
|
+
/* Custom focus outline: */
|
|
185
|
+
html.sap-desktop {
|
|
186
|
+
.sapMSegB.sapMSegBIcons {
|
|
187
|
+
.sapMSegBBtn.sapMSegBBtnFocusable:not(.sapMSegBBtnMixed):first-child:focus .sapMSegBBtnInner:after {
|
|
188
|
+
content: "";
|
|
189
|
+
position: absolute;
|
|
190
|
+
box-sizing: border-box;
|
|
191
|
+
left: 0.15rem;
|
|
192
|
+
top: 0.375rem;
|
|
193
|
+
right: 0.15rem;
|
|
194
|
+
bottom: 0.375rem;
|
|
195
|
+
pointer-events: none;
|
|
196
|
+
border: 0.125rem solid @sapUiContentFocusColor;
|
|
197
|
+
border-radius: 0.375rem;
|
|
198
|
+
}
|
|
199
|
+
.sapUiSizeCompact .sapMSegBBtn.sapMSegBBtnFocusable:not(.sapMSegBBtnMixed):first-child:focus .sapMSegBBtnInner:after,
|
|
200
|
+
&.sapUiSizeCompact .sapMSegBBtn.sapMSegBBtnFocusable:not(.sapMSegBBtnMixed):first-child:focus .sapMSegBBtnInner:after {
|
|
201
|
+
top: 0.3rem;
|
|
202
|
+
bottom: 0.3rem;
|
|
203
|
+
}
|
|
83
204
|
}
|
|
84
205
|
}
|
|
85
206
|
|
|
@@ -128,7 +249,7 @@ html.sap-desktop {
|
|
|
128
249
|
|
|
129
250
|
.sapMSegBBtn.sapMSegBBtnSel:hover {
|
|
130
251
|
.sapMSegBBtnInner {
|
|
131
|
-
border-color: @
|
|
252
|
+
border-color: @sapUiButtonSelectedBorderColor;
|
|
132
253
|
}
|
|
133
254
|
}
|
|
134
255
|
|
|
@@ -207,7 +328,7 @@ html.sap-desktop .sapMSegBBtnFocusable.sapMBtnActive:hover .sapMSegBBtnInner {
|
|
|
207
328
|
border-bottom-left-radius: 0.5rem;
|
|
208
329
|
}
|
|
209
330
|
|
|
210
|
-
.sapMSegBBtn
|
|
331
|
+
.sapMSegBBtn.sapMSegBtnLastVisibleButton .sapMSegBBtnInner {
|
|
211
332
|
border-top-right-radius: 0.5rem;
|
|
212
333
|
border-bottom-right-radius: 0.5rem;
|
|
213
334
|
}
|
|
@@ -164,6 +164,10 @@ div.sapMSltPicker .sapMSltPickerValueState {
|
|
|
164
164
|
.sapMSltArrow {
|
|
165
165
|
width: 2.25rem;
|
|
166
166
|
height: 2.25rem;
|
|
167
|
+
|
|
168
|
+
&:hover {
|
|
169
|
+
box-shadow: @sapUiFieldHoverShadow;
|
|
170
|
+
}
|
|
167
171
|
}
|
|
168
172
|
|
|
169
173
|
.sapUiSizeCompact .sapMSltArrow {
|
|
@@ -174,7 +178,6 @@ div.sapMSltPicker .sapMSltPickerValueState {
|
|
|
174
178
|
.sapMSltPressed >.sapMSltArrow,
|
|
175
179
|
.sapMSlt:hover > .sapMSltArrow {
|
|
176
180
|
background-color: @sapUiButtonActiveBackground;
|
|
177
|
-
box-shadow: @sapUiFieldHoverShadow;
|
|
178
181
|
overflow: none;
|
|
179
182
|
border-radius: 0.125rem;
|
|
180
183
|
}
|
|
@@ -12,10 +12,6 @@
|
|
|
12
12
|
height: 1.5rem;
|
|
13
13
|
margin-left: -1rem;
|
|
14
14
|
top: -0.625rem;
|
|
15
|
-
|
|
16
|
-
&:not(:focus) {
|
|
17
|
-
box-shadow: @sapUiContentSelectedShadow;
|
|
18
|
-
}
|
|
19
15
|
}
|
|
20
16
|
|
|
21
17
|
.sapMSlider {
|
|
@@ -23,7 +19,7 @@
|
|
|
23
19
|
align-items: center;
|
|
24
20
|
}
|
|
25
21
|
|
|
26
|
-
.sapMSliderInner .sapMSliderHandle:not(.sapMSliderHandlePressed):not(.sapMRangeSlider.sapMSlider .sapMSliderInner:not(.sapMSliderInnerDisabled) .sapMSliderHandle:focus):after {
|
|
22
|
+
.sapMSliderInner .sapMSliderHandle:not(:focus):not(.sapMSliderHandlePressed):not(.sapMRangeSlider.sapMSlider .sapMSliderInner:not(.sapMSliderInnerDisabled) .sapMSliderHandle:focus):after {
|
|
27
23
|
font-family: SAP-icons;
|
|
28
24
|
content: "\e29c";
|
|
29
25
|
position: absolute;
|
|
@@ -48,15 +44,13 @@
|
|
|
48
44
|
&:not(:focus) {
|
|
49
45
|
border-color: @sapUiSliderHoverHandleBorderColor;
|
|
50
46
|
background: @sapUiSliderHoverHandleBackground;
|
|
51
|
-
box-shadow: @sapUiContentSelectedShadow;
|
|
52
47
|
}
|
|
53
48
|
}
|
|
54
49
|
|
|
55
50
|
.sapMSliderInner:not(.sapMSliderInnerDisabled) .sapMSliderHandle:focus {
|
|
56
|
-
background: @
|
|
57
|
-
border:
|
|
51
|
+
background: @sapUiSliderActiveRangeHandleBackground;
|
|
52
|
+
border: @sapUiContentFocusWidth solid @sapUiContentFocusColor;
|
|
58
53
|
outline: none;
|
|
59
|
-
box-shadow: none;
|
|
60
54
|
top: -0.625rem;
|
|
61
55
|
}
|
|
62
56
|
|
|
@@ -104,7 +98,7 @@
|
|
|
104
98
|
width: 0.5rem;
|
|
105
99
|
height: 0.5rem;
|
|
106
100
|
right: 0.125rem;
|
|
107
|
-
top: 1.
|
|
101
|
+
top: 1.375rem;
|
|
108
102
|
}
|
|
109
103
|
|
|
110
104
|
.sapMSliderTooltip {
|
|
@@ -121,12 +115,14 @@
|
|
|
121
115
|
}
|
|
122
116
|
|
|
123
117
|
.sapMSliderTickmarks {
|
|
118
|
+
top: -0.75rem;
|
|
124
119
|
display: flex;
|
|
125
120
|
box-sizing: border-box;
|
|
126
121
|
align-items: center;
|
|
127
122
|
}
|
|
128
123
|
|
|
129
124
|
.sapMSliderTick {
|
|
125
|
+
border-color: @sapUiContentMeasureIndicatorColor;
|
|
130
126
|
margin: 0;
|
|
131
127
|
height: .5rem;
|
|
132
128
|
}
|
|
@@ -149,7 +145,7 @@
|
|
|
149
145
|
}
|
|
150
146
|
|
|
151
147
|
.sapMSlider::after {
|
|
152
|
-
top: 0.
|
|
148
|
+
top: 0.75rem;
|
|
153
149
|
right: 0.375rem;
|
|
154
150
|
}
|
|
155
151
|
|
|
@@ -8,13 +8,11 @@
|
|
|
8
8
|
border-color: @sapUiContentContrastFocusColor;
|
|
9
9
|
}
|
|
10
10
|
|
|
11
|
-
.sapMSB .sapMSBArrow:not(.sapMBtnDisabled) .sapMBtnTransparent:not(.sapMToggleBtnPressed),
|
|
12
11
|
.sapContrast.sapMIBar-CTX .sapMSB .sapMSBArrow:not(.sapMBtnDisabled) .sapMBtnTransparent:not(.sapMToggleBtnPressed),
|
|
13
12
|
.sapContrast .sapMIBar-CTX .sapMSB .sapMSBArrow:not(.sapMBtnDisabled) .sapMBtnTransparent:not(.sapMToggleBtnPressed) {
|
|
14
13
|
border-left-color: @sapUiButtonBorderColor;
|
|
15
14
|
}
|
|
16
15
|
|
|
17
|
-
.sapMSB .sapMSBArrow:not(.sapMBtnDisabled) .sapMBtnActive.sapMBtnTransparent:not(.sapMToggleBtnPressed),
|
|
18
16
|
.sapContrast.sapMIBar-CTX .sapMSB .sapMSBArrow:not(.sapMBtnDisabled) .sapMBtnActive.sapMBtnTransparent:not(.sapMToggleBtnPressed),
|
|
19
17
|
.sapContrast .sapMIBar-CTX .sapMSB .sapMSBArrow:not(.sapMBtnDisabled) .sapMBtnActive.sapMBtnTransparent:not(.sapMToggleBtnPressed) {
|
|
20
18
|
border-left-color: @sapUiButtonLiteActiveBorderColor;
|
|
@@ -45,7 +43,7 @@
|
|
|
45
43
|
}
|
|
46
44
|
|
|
47
45
|
.sapMSB .sapMSBInner .sapMSBText:not(.sapMSBTextIE) .sapMBtnInner {
|
|
48
|
-
margin-right: 2.
|
|
46
|
+
margin-right: 2.25rem;
|
|
49
47
|
}
|
|
50
48
|
|
|
51
49
|
.sapMSB .sapMSBInner {
|
|
@@ -61,10 +59,10 @@
|
|
|
61
59
|
|
|
62
60
|
.sapUiSizeCompact {
|
|
63
61
|
.sapMSB .sapMSBInner {
|
|
64
|
-
padding: 0.
|
|
62
|
+
padding: 0.1875rem 0;
|
|
65
63
|
}
|
|
66
64
|
.sapMSB .sapMSBText {
|
|
67
|
-
height: 1.
|
|
65
|
+
height: 1.625rem;
|
|
68
66
|
}
|
|
69
67
|
}
|
|
70
68
|
|
|
@@ -100,8 +98,13 @@
|
|
|
100
98
|
background-color: @sapUiButtonAttentionBackground;
|
|
101
99
|
}
|
|
102
100
|
|
|
103
|
-
.
|
|
104
|
-
|
|
101
|
+
.sapMMenuBtnSplit {
|
|
102
|
+
.sapMBtnInner,
|
|
103
|
+
span.sapMBtnInner.sapMBtnAccept,
|
|
104
|
+
span.sapMBtnInner.sapMBtnAttention,
|
|
105
|
+
span.sapMBtnInner.sapMBtnReject {
|
|
106
|
+
border-color: transparent;
|
|
107
|
+
}
|
|
105
108
|
}
|
|
106
109
|
|
|
107
110
|
.sapMSB .sapMBtn:not(.sapMSBText) .sapMBtnInner.sapMBtnIconFirst::before {
|
|
@@ -117,12 +120,18 @@
|
|
|
117
120
|
border-radius: 0.35rem;
|
|
118
121
|
}
|
|
119
122
|
|
|
120
|
-
.sapMSB.sapMSBEmphasized .sapMBtn:not(.sapMSBText) .sapMBtnInner.sapMBtnIconFirst::before
|
|
121
|
-
|
|
123
|
+
.sapMSB.sapMSBEmphasized .sapMBtn:not(.sapMSBText) .sapMBtnInner.sapMBtnIconFirst::before {
|
|
124
|
+
background-color: @sapUiButtonEmphasizedTextColor;
|
|
125
|
+
}
|
|
126
|
+
|
|
127
|
+
.sapMSB.sapMSBNeutral .sapMBtn:not(.sapMSBText) .sapMBtnInner.sapMBtnIconFirst::before {
|
|
128
|
+
background-color: @sapUiButtonInformationTextColor;
|
|
129
|
+
}
|
|
130
|
+
|
|
122
131
|
.sapMSB.sapMSBSuccess .sapMBtn:not(.sapMSBText) .sapMBtnInner.sapMBtnIconFirst::before,
|
|
123
132
|
.sapMSB.sapMSBCritical .sapMBtn:not(.sapMSBText) .sapMBtnInner.sapMBtnIconFirst::before,
|
|
124
133
|
.sapMSB.sapMSBNegative .sapMBtn:not(.sapMSBText) .sapMBtnInner.sapMBtnIconFirst::before {
|
|
125
|
-
background-color: @
|
|
134
|
+
background-color: @sapUiButtonSuccessTextColor;
|
|
126
135
|
}
|
|
127
136
|
|
|
128
137
|
.sapMSB.sapMSBAccept .sapMBtn:not(.sapMSBText) .sapMBtnInner.sapMBtnIconFirst::before {
|
|
@@ -158,7 +167,10 @@
|
|
|
158
167
|
border-radius: 0.375rem;
|
|
159
168
|
}
|
|
160
169
|
|
|
161
|
-
.sapMSB.sapMSBEmphasized:focus .sapMSBInner:not(.sapMSBInnerDisabled)::after
|
|
170
|
+
.sapMSB.sapMSBEmphasized:focus .sapMSBInner:not(.sapMSBInnerDisabled)::after,
|
|
171
|
+
.sapMSB.sapMSBCritical:focus .sapMSBInner:not(.sapMSBInnerDisabled)::after,
|
|
172
|
+
.sapMSB.sapMSBNegative:focus .sapMSBInner:not(.sapMSBInnerDisabled)::after,
|
|
173
|
+
.sapMSB.sapMSBSuccess:focus .sapMSBInner:not(.sapMSBInnerDisabled)::after {
|
|
162
174
|
border-color: @sapUiContentContrastFocusColor;
|
|
163
175
|
}
|
|
164
176
|
|
|
@@ -167,7 +179,7 @@
|
|
|
167
179
|
}
|
|
168
180
|
|
|
169
181
|
.sapMSB :not(.sapMBtnDisabled) > span.sapMBtnInner.sapMBtnEmphasized.sapMBtnActive {
|
|
170
|
-
border: 0.
|
|
182
|
+
border: 0.0625rem solid @sapUiContentFocusColor;
|
|
171
183
|
min-width: 2.3125rem;
|
|
172
184
|
|
|
173
185
|
&.sapMBtnText > .sapUiIcon {
|
|
@@ -176,35 +188,15 @@
|
|
|
176
188
|
|
|
177
189
|
.sapUiIcon {
|
|
178
190
|
position: absolute;
|
|
179
|
-
|
|
180
|
-
left: -0.0625rem;
|
|
181
|
-
padding-left: 0.0625rem;
|
|
191
|
+
left: 0.0625rem;
|
|
182
192
|
padding-right: 0.0625rem;
|
|
183
193
|
}
|
|
184
194
|
|
|
185
|
-
.sapMBtnContent {
|
|
186
|
-
top: 2px;
|
|
187
|
-
padding-left: 0.0625rem;
|
|
188
|
-
}
|
|
189
|
-
|
|
190
195
|
.sapUiIcon + .sapMBtnContent {
|
|
191
|
-
top: -1px;
|
|
192
196
|
padding-left: 1.4375rem;
|
|
193
197
|
}
|
|
194
198
|
}
|
|
195
199
|
|
|
196
|
-
.sapMMenuBtnSplit .sapMSB:not(.sapMBtnDisabled) .sapMBtnInner.sapMBtnEmphasized:not(.sapMBtnIconFirst) .sapMBtnContent {
|
|
197
|
-
position: relative;
|
|
198
|
-
left: 0.0625rem;
|
|
199
|
-
top: 0.0625rem;
|
|
200
|
-
}
|
|
201
|
-
|
|
202
|
-
.sapMMenuBtnSplit .sapMSB:not(.sapMBtnDisabled) .sapMBtnInner.sapMBtnEmphasized.sapMBtnActive:not(.sapMBtnIconFirst) .sapMBtnContent {
|
|
203
|
-
position: relative;
|
|
204
|
-
left: 0;
|
|
205
|
-
top: -0.0625rem;
|
|
206
|
-
}
|
|
207
|
-
|
|
208
200
|
.sapUiSizeCompact .sapMSB {
|
|
209
201
|
.sapMSBText:not(.sapMBtnDisabled) > span.sapMBtnInner.sapMBtnEmphasized.sapMBtnActive {
|
|
210
202
|
margin-right: 2rem;
|
|
@@ -212,8 +204,8 @@
|
|
|
212
204
|
|
|
213
205
|
:not(.sapMBtnDisabled) > span.sapMBtnInner {
|
|
214
206
|
&.sapMBtnInner.sapMBtnText {
|
|
215
|
-
padding-
|
|
216
|
-
padding-
|
|
207
|
+
padding-right: 0.3125rem;
|
|
208
|
+
padding-left: 0.3125rem;
|
|
217
209
|
}
|
|
218
210
|
&.sapMBtnEmphasized.sapMBtnActive {
|
|
219
211
|
min-width: 2rem;
|
|
@@ -225,8 +217,18 @@
|
|
|
225
217
|
}
|
|
226
218
|
}
|
|
227
219
|
|
|
228
|
-
.
|
|
229
|
-
|
|
220
|
+
.sapUiSizeCompact {
|
|
221
|
+
.sapMSB :not(.sapMBtnDisabled) > span.sapMBtnInner.sapMBtnEmphasized.sapMBtnActive {
|
|
222
|
+
.sapUiIcon {
|
|
223
|
+
position: absolute;
|
|
224
|
+
left: 0;
|
|
225
|
+
padding-right: 0;
|
|
226
|
+
}
|
|
227
|
+
|
|
228
|
+
.sapMBtnContent {
|
|
229
|
+
top: 0;
|
|
230
|
+
}
|
|
231
|
+
}
|
|
230
232
|
}
|
|
231
233
|
|
|
232
234
|
.sapMMenuBtn .sapMBtnDisabled {
|
|
@@ -251,6 +253,13 @@ html.sap-desktop .sapMMenuBtnSplit .sapMBtn:focus > .sapMFocusable:after {
|
|
|
251
253
|
right: 0.125rem;
|
|
252
254
|
}
|
|
253
255
|
|
|
256
|
+
.sapUiSizeCompact {
|
|
257
|
+
.sapMSB:focus .sapMSBInner:not(.sapMSBInnerDisabled)::after {
|
|
258
|
+
left: 0.0625rem;
|
|
259
|
+
right: 0.0625rem;
|
|
260
|
+
}
|
|
261
|
+
}
|
|
262
|
+
|
|
254
263
|
html.sap-desktop .sapMSB .sapMBtn:focus > .sapMFocusable:not(.sapMBadgeIndicator):before {
|
|
255
264
|
width: auto;
|
|
256
265
|
height: auto;
|
|
@@ -5,11 +5,11 @@
|
|
|
5
5
|
|
|
6
6
|
/* Background animation element */
|
|
7
7
|
.sapUiLocalBusyIndicatorAnimation > div::before {
|
|
8
|
-
background: @
|
|
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 @
|
|
14
|
+
box-shadow: inset 0px 0px 0px 0px @sapUiContentBusyColor;
|
|
15
15
|
}
|
|
@@ -19,11 +19,11 @@
|
|
|
19
19
|
@_sap_m_Carousel_PageIndicatorWidthSizeXL: @_sap_m_Carousel_PageIndicatorWidthSizeS;
|
|
20
20
|
@_sap_m_Carousel_PageIndicatorContainerPadding: 0.5rem;
|
|
21
21
|
@_sap_m_Carousel_ContentArrowBoxShadow: @sapContent_Shadow1;
|
|
22
|
-
@_sap_m_Carousel_BulletInactiveBackground:
|
|
22
|
+
@_sap_m_Carousel_BulletInactiveBackground: transparent;
|
|
23
23
|
@_sap_m_Carousel_BulletInactiveBorderColor: @sapContent_ForegroundBorderColor;
|
|
24
24
|
@_sap_m_Carousel_BulletActiveBackground: @sapContent_Selected_ForegroundColor;
|
|
25
25
|
@_sap_m_Carousel_BulletActiveBorder: @sapContent_Selected_ForegroundColor;
|
|
26
|
-
@_sap_m_Carousel_BulletInactiveWidth: 0.
|
|
26
|
+
@_sap_m_Carousel_BulletInactiveWidth: 0.375rem;
|
|
27
27
|
@_sap_m_Carousel_BulletInactiveMargin: 0 0.25rem;
|
|
28
28
|
@_sap_m_Carousel_FocusBorderOffsetArrow: -0.3125rem;
|
|
29
29
|
@_sap_m_Carousel_ContrastFocusBorder: @sapUiContentFocusWidth solid @sapUiBaseBG;
|
|
@@ -38,4 +38,8 @@
|
|
|
38
38
|
|
|
39
39
|
.sapMMenuBtn .sapMBtn:not(.sapMSBArrow) .sapMBtnInner.sapMBtnIconFirst:not(.sapMBtnText) .sapMBtnIcon {
|
|
40
40
|
padding-right: 0rem;
|
|
41
|
+
}
|
|
42
|
+
|
|
43
|
+
.sapMMenuBtn.sapMMenuBtnSplit .sapMSBActive:not(.sapMBtnDisabled) > .sapMBtnInner {
|
|
44
|
+
background-color: @sapUiButtonSelectedBackground;
|
|
41
45
|
}
|