@openui5/themelib_sap_horizon 1.108.26 → 1.108.28

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.
@@ -101,25 +101,16 @@
101
101
  .sapMObjStatusInverted {
102
102
  box-sizing: border-box;
103
103
  min-width: 1.375rem;
104
- & .sapMObjStatusText,
105
- & .sapMObjStatusIcon.sapMObjStatusIconOnly,
106
- & .sapMObjStatusIcon .sapMObjStatusIconOnly,
107
- & .sapMObjStatusLink .sapMObjStatusIcon.sapMObjStatusIconOnly,
108
- & .sapMObjStatusLink .sapMObjStatusText {
109
- border-radius: @sapUiButtonBorderCornerRadius;
110
- }
111
- & .sapMObjStatusIcon {
112
- border-radius: @sapUiButtonBorderCornerRadius 0 0 @sapUiButtonBorderCornerRadius;
113
- }
114
- & .sapMObjStatusIcon + .sapMObjStatusText {
115
- border-radius: 0 @sapUiButtonBorderCornerRadius @sapUiButtonBorderCornerRadius 0;
116
- }
104
+ }
105
+
106
+ .sapMObjStatusInverted .sapMObjStatusWrapper {
107
+ border: 0.0625rem solid;
108
+ border-radius: @sapUiButtonBorderCornerRadius;
117
109
  }
118
110
 
119
111
  .sapMObjStatusInverted .sapMObjStatusText,
120
112
  .sapMObjStatusInverted .sapMObjStatusIcon {
121
113
  color: @sapUiContentContrastTextColor;
122
- border: 0.0625rem solid;
123
114
  }
124
115
 
125
116
  .sapMObjStatusInverted .sapMObjStatusIcon.sapMObjStatusIconOnly,
@@ -136,215 +127,241 @@
136
127
  vertical-align: middle;
137
128
  }
138
129
 
139
- .sapMObjStatusInverted.sapMObjStatusError .sapMObjStatusText,
140
- .sapMObjStatusInverted.sapMObjStatusError .sapMObjStatusIcon {
130
+ .sapMObjStatusInverted.sapMObjStatusError .sapMObjStatusWrapper {
141
131
  background-color: @sapUiBaseBG;
142
132
  border: 0.0625rem solid @sapUiButtonNegativeBorderColor;
143
133
  }
144
134
 
145
- .sapMObjStatusInverted.sapMObjStatusError .sapMObjStatusLink:hover .sapMObjStatusText,
146
- .sapMObjStatusInverted.sapMObjStatusError .sapMObjStatusLink:hover .sapMObjStatusIcon {
135
+ .sapMObjStatusInverted.sapMObjStatusError .sapMObjStatusLink:hover > .sapMObjStatusWrapper {
147
136
  background-color: @sapUiButtonNegativeHoverBackground;
148
137
  border: 0.0625rem solid @sapUiButtonNegativeHoverBorderColor;
149
138
  }
150
139
 
151
- .sapMObjStatusInverted.sapMObjStatusError .sapMObjStatusLink:active .sapMObjStatusText,
152
- .sapMObjStatusInverted.sapMObjStatusError .sapMObjStatusLink:active .sapMObjStatusIcon {
140
+ .sapMObjStatusInverted.sapMObjStatusError .sapMObjStatusLink:active > .sapMObjStatusWrapper {
153
141
  background-color: @sapUiButtonNegativeActiveBackground;
154
142
  }
155
143
 
156
- .sapMObjStatusInverted.sapMObjStatusWarning .sapMObjStatusText,
157
- .sapMObjStatusInverted.sapMObjStatusWarning .sapMObjStatusIcon {
144
+ .sapMObjStatusInverted.sapMObjStatusWarning .sapMObjStatusWrapper {
158
145
  background-color: @sapUiBaseBG;
159
146
  border: 0.0625rem solid @sapUiButtonCriticalBorderColor;
160
147
  }
161
148
 
162
- .sapMObjStatusInverted.sapMObjStatusWarning .sapMObjStatusLink:hover .sapMObjStatusText,
163
- .sapMObjStatusInverted.sapMObjStatusWarning .sapMObjStatusLink:hover .sapMObjStatusIcon {
149
+ .sapMObjStatusInverted.sapMObjStatusWarning .sapMObjStatusLink:hover > .sapMObjStatusWrapper {
164
150
  border: 0.0625rem solid @sapUiButtonCriticalHoverBorderColor;
165
151
  background-color: @sapUiButtonCriticalHoverBackground;
166
152
  }
167
153
 
168
- .sapMObjStatusInverted.sapMObjStatusWarning .sapMObjStatusLink:active .sapMObjStatusText,
169
- .sapMObjStatusInverted.sapMObjStatusWarning .sapMObjStatusLink:active .sapMObjStatusIcon {
154
+ .sapMObjStatusInverted.sapMObjStatusWarning .sapMObjStatusLink:active > .sapMObjStatusWrapper {
170
155
  background-color: @sapUiButtonCriticalActiveBackground;
171
156
  }
172
157
 
173
- .sapMObjStatusInverted.sapMObjStatusSuccess .sapMObjStatusText,
174
- .sapMObjStatusInverted.sapMObjStatusSuccess .sapMObjStatusIcon {
158
+ .sapMObjStatusInverted.sapMObjStatusSuccess .sapMObjStatusWrapper {
175
159
  background-color: @sapUiBaseBG;
176
160
  border: 0.0625rem solid @sapUiButtonSuccessBorderColor;
177
161
  }
178
162
 
179
- .sapMObjStatusInverted.sapMObjStatusSuccess .sapMObjStatusLink:hover .sapMObjStatusText,
180
- .sapMObjStatusInverted.sapMObjStatusSuccess .sapMObjStatusLink:hover .sapMObjStatusIcon {
163
+ .sapMObjStatusSuccess.sapMObjStatusLink:hover > .sapMObjStatusWrapper {
181
164
  background-color: @sapUiButtonSuccessHoverBackground;
182
165
  border: 0.0625rem solid @sapUiButtonSuccessHoverBorderColor;
183
166
  }
184
167
 
185
- .sapMObjStatusInverted.sapMObjStatusSuccess .sapMObjStatusLink:active .sapMObjStatusText,
186
- .sapMObjStatusInverted.sapMObjStatusSuccess .sapMObjStatusLink:active .sapMObjStatusIcon {
168
+ .sapMObjStatusInverted.sapMObjStatusSuccess .sapMObjStatusLink:active > .sapMObjStatusWrapper {
187
169
  background-color: @sapUiButtonSuccessActiveBackground;
188
170
  }
189
171
 
190
- .sapMObjStatusInverted.sapMObjStatusInformation .sapMObjStatusText,
191
- .sapMObjStatusInverted.sapMObjStatusInformation .sapMObjStatusIcon {
172
+ .sapMObjStatusInverted.sapMObjStatusInformation .sapMObjStatusWrapper {
192
173
  background-color: @sapUiInformationBG;
193
174
  border: 0.0625rem solid @sapUiContentForegroundBorderColor;
194
175
  }
195
176
 
196
- .sapMObjStatusInverted.sapMObjStatusInformation .sapMObjStatusLink:hover .sapMObjStatusText,
197
- .sapMObjStatusInverted.sapMObjStatusInformation .sapMObjStatusLink:hover .sapMObjStatusIcon {
177
+ .sapMObjStatusInverted.sapMObjStatusInformation .sapMObjStatusLink:hover > .sapMObjStatusWrapper {
198
178
  background-color: @sapUiButtonHoverBackground;
199
179
  }
200
180
 
201
- .sapMObjStatusInverted.sapMObjStatusInformation .sapMObjStatusLink:active .sapMObjStatusText,
202
- .sapMObjStatusInverted.sapMObjStatusInformation .sapMObjStatusLink:active .sapMObjStatusIcon {
181
+ .sapMObjStatusInverted.sapMObjStatusInformation .sapMObjStatusLink:active > .sapMObjStatusWrapper {
203
182
  background-color: @sapUiButtonActiveBackground;
204
183
 
205
184
  }
206
185
 
207
- .sapMObjStatusInverted.sapMObjStatusNone .sapMObjStatusText,
208
- .sapMObjStatusInverted.sapMObjStatusNone .sapMObjStatusIcon {
186
+ .sapMObjStatusInverted.sapMObjStatusNone .sapMObjStatusWrapper {
209
187
  border: 0.0625rem solid @sapUiButtonNeutralBorderColor;
210
188
  background-color: @sapUiBaseBG;
211
189
  }
212
190
 
213
- .sapMObjStatusInverted.sapMObjStatusNone .sapMObjStatusLink:hover .sapMObjStatusText,
214
- .sapMObjStatusInverted.sapMObjStatusNone .sapMObjStatusLink:hover .sapMObjStatusIcon {
191
+ .sapMObjStatusInverted.sapMObjStatusNone .sapMObjStatusLink:hover > .sapMObjStatusWrapper {
215
192
  border: 0.0625rem solid @sapUiButtonNeutralHoverBorderColor;
216
193
  background-color: @sapUiButtonNeutralHoverBackground;
217
194
  }
218
195
 
219
- .sapMObjStatusInverted.sapMObjStatusNone .sapMObjStatusLink:active .sapMObjStatusText,
220
- .sapMObjStatusInverted.sapMObjStatusNone .sapMObjStatusLink:active .sapMObjStatusIcon {
196
+ .sapMObjStatusInverted.sapMObjStatusNone .sapMObjStatusLink:active > .sapMObjStatusWrapper {
221
197
  background-color: @sapUiButtonNeutralActiveBackground;;
222
198
  }
223
199
 
224
- .sapMObjStatus.sapMObjStatusInverted,
225
- .sapMObjStatus.sapMObjStatusInverted.sapMObjStatusActive {
226
- .sapMObjStatusIcon:not(.sapMObjStatusIconOnly){
227
- border-right: none;
228
- &:hover:active{
229
- border-right: none;
230
- }
231
- }
232
- .sapMObjStatusIcon + .sapMObjStatusText {
233
- border-left: none;
234
- }
200
+ .sapMObjStatusInverted.sapMObjStatusIndication01 .sapMObjStatusWrapper {
201
+ background-color: @sapUiIndication1Background;
202
+ border-color: @sapUiIndication1BorderColor;
235
203
  }
236
204
 
237
205
  .sapMObjStatusInverted.sapMObjStatusIndication01 .sapMObjStatusText,
238
206
  .sapMObjStatusInverted.sapMObjStatusIndication01 .sapMObjStatusIcon {
239
- background-color: @sapUiIndication1Background;
240
- border-color: @sapUiIndication1BorderColor;
241
207
  color: @sapUiIndication1TextColor;
242
208
  }
243
209
 
244
- .sapMObjStatusInverted.sapMObjStatusIndication02 .sapMObjStatusText,
245
- .sapMObjStatusInverted.sapMObjStatusIndication02 .sapMObjStatusIcon {
210
+ .sapMObjStatusInverted.sapMObjStatusIndication02 .sapMObjStatusWrapper {
246
211
  background-color: @sapUiIndication2Background;
247
212
  border-color: @sapUiIndication2BorderColor;
213
+ }
214
+
215
+ .sapMObjStatusInverted.sapMObjStatusIndication02 .sapMObjStatusText,
216
+ .sapMObjStatusInverted.sapMObjStatusIndication02 .sapMObjStatusIcon {
248
217
  color: @sapUiIndication2TextColor;
249
218
  }
250
219
 
251
- .sapMObjStatusInverted.sapMObjStatusIndication03 .sapMObjStatusText,
252
- .sapMObjStatusInverted.sapMObjStatusIndication03 .sapMObjStatusIcon {
220
+ .sapMObjStatusInverted.sapMObjStatusIndication03 .sapMObjStatusWrapper {
253
221
  background-color: @sapUiIndication3Background;
254
222
  border-color: @sapUiIndication3BorderColor;
223
+ }
224
+
225
+ .sapMObjStatusInverted.sapMObjStatusIndication03 .sapMObjStatusText,
226
+ .sapMObjStatusInverted.sapMObjStatusIndication03 .sapMObjStatusIcon {
255
227
  color: @sapUiIndication3TextColor;
256
228
  }
257
229
 
258
- .sapMObjStatusInverted.sapMObjStatusIndication04 .sapMObjStatusText,
259
- .sapMObjStatusInverted.sapMObjStatusIndication04 .sapMObjStatusIcon {
230
+ .sapMObjStatusInverted.sapMObjStatusIndication04 .sapMObjStatusWrapper {
260
231
  background-color: @sapUiIndication4Background;
261
232
  border-color: @sapUiIndication4BorderColor;
233
+ }
234
+
235
+ .sapMObjStatusInverted.sapMObjStatusIndication04 .sapMObjStatusText,
236
+ .sapMObjStatusInverted.sapMObjStatusIndication04 .sapMObjStatusIcon {
262
237
  color: @sapUiIndication4TextColor;
263
238
  }
264
239
 
265
- .sapMObjStatusInverted.sapMObjStatusIndication05 .sapMObjStatusText,
266
- .sapMObjStatusInverted.sapMObjStatusIndication05 .sapMObjStatusIcon {
240
+ .sapMObjStatusInverted.sapMObjStatusIndication05 .sapMObjStatusWrapper {
267
241
  background-color: @sapUiIndication5Background;
268
242
  border-color: @sapUiIndication5BorderColor;
243
+ }
244
+
245
+ .sapMObjStatusInverted.sapMObjStatusIndication05 .sapMObjStatusText,
246
+ .sapMObjStatusInverted.sapMObjStatusIndication05 .sapMObjStatusIcon {
269
247
  color: @sapUiIndication5TextColor;
270
248
  }
271
249
 
272
- .sapMObjStatusInverted.sapMObjStatusIndication06 .sapMObjStatusText,
273
- .sapMObjStatusInverted.sapMObjStatusIndication06 .sapMObjStatusIcon {
250
+ .sapMObjStatusInverted.sapMObjStatusIndication06 .sapMObjStatusWrapper {
274
251
  background-color: @sapUiIndication6Background;
275
252
  border-color: @sapUiIndication6BorderColor;
253
+ }
254
+
255
+ .sapMObjStatusInverted.sapMObjStatusIndication06 .sapMObjStatusText,
256
+ .sapMObjStatusInverted.sapMObjStatusIndication06 .sapMObjStatusIcon {
276
257
  color: @sapUiIndication6TextColor;
277
258
  }
278
- .sapMObjStatusInverted.sapMObjStatusIndication07 .sapMObjStatusText,
279
- .sapMObjStatusInverted.sapMObjStatusIndication07 .sapMObjStatusIcon {
259
+
260
+ .sapMObjStatusInverted.sapMObjStatusIndication07 .sapMObjStatusWrapper {
280
261
  background-color: @sapUiIndication7Background;
281
262
  border-color: @sapUiIndication7BorderColor;
263
+ }
264
+
265
+ .sapMObjStatusInverted.sapMObjStatusIndication07 .sapMObjStatusText,
266
+ .sapMObjStatusInverted.sapMObjStatusIndication07 .sapMObjStatusIcon {
282
267
  color: @sapUiIndication7TextColor;
283
268
  }
284
- .sapMObjStatusInverted.sapMObjStatusIndication08 .sapMObjStatusText,
285
- .sapMObjStatusInverted.sapMObjStatusIndication08 .sapMObjStatusIcon {
269
+
270
+ .sapMObjStatusInverted.sapMObjStatusIndication08 .sapMObjStatusWrapper {
286
271
  background-color: @sapUiIndication8Background;
287
272
  border-color: @sapUiIndication8BorderColor;
273
+ }
274
+
275
+ .sapMObjStatusInverted.sapMObjStatusIndication08 .sapMObjStatusText,
276
+ .sapMObjStatusInverted.sapMObjStatusIndication08 .sapMObjStatusIcon {
288
277
  color: @sapUiIndication8TextColor;
289
278
  }
290
279
 
291
- .sapMObjStatusInverted.sapMObjStatusIndication01 .sapMObjStatusLink:active .sapMObjStatusText,
292
- .sapMObjStatusInverted.sapMObjStatusIndication01 .sapMObjStatusLink:active .sapMObjStatusIcon {
280
+ .sapMObjStatusInverted.sapMObjStatusIndication01 .sapMObjStatusLink:active > .sapMObjStatusWrapper {
293
281
  background-color: @sapUiIndication1ActiveBackground;
294
282
  border-color: @sapUiIndication1ActiveBorderColor;
283
+ }
284
+
285
+ .sapMObjStatusInverted.sapMObjStatusIndication01 .sapMObjStatusLink:active .sapMObjStatusText,
286
+ .sapMObjStatusInverted.sapMObjStatusIndication01 .sapMObjStatusLink:active .sapMObjStatusIcon {
295
287
  color: @sapUiIndication1ActiveTextColor;
288
+ }
296
289
 
290
+ .sapMObjStatusInverted.sapMObjStatusIndication02 .sapMObjStatusLink:active > .sapMObjStatusWrapper {
291
+ background-color: @sapUiIndication2ActiveBackground;
292
+ border-color: @sapUiIndication2ActiveBorderColor;
297
293
  }
298
294
 
299
295
  .sapMObjStatusInverted.sapMObjStatusIndication02 .sapMObjStatusLink:active .sapMObjStatusText,
300
296
  .sapMObjStatusInverted.sapMObjStatusIndication02 .sapMObjStatusLink:active .sapMObjStatusIcon {
301
- background-color: @sapUiIndication2ActiveBackground;
302
- border-color: @sapUiIndication2ActiveBorderColor;
303
297
  color: @sapUiIndication2ActiveTextColor;
304
298
  }
305
299
 
306
- .sapMObjStatusInverted.sapMObjStatusIndication03 .sapMObjStatusLink:active .sapMObjStatusText,
307
- .sapMObjStatusInverted.sapMObjStatusIndication03 .sapMObjStatusLink:active .sapMObjStatusIcon {
300
+ .sapMObjStatusInverted.sapMObjStatusIndication03 .sapMObjStatusLink:active > .sapMObjStatusWrapper {
308
301
  background-color: @sapUiIndication3ActiveBackground;
309
302
  border-color: @sapUiIndication3ActiveBorderColor;
303
+ }
304
+
305
+ .sapMObjStatusInverted.sapMObjStatusIndication03 .sapMObjStatusLink:active .sapMObjStatusText,
306
+ .sapMObjStatusInverted.sapMObjStatusIndication03 .sapMObjStatusLink:active .sapMObjStatusIcon {
310
307
  color: @sapUiIndication3ActiveTextColor;
311
308
  }
312
309
 
313
- .sapMObjStatusInverted.sapMObjStatusIndication04 .sapMObjStatusLink:active .sapMObjStatusText,
314
- .sapMObjStatusInverted.sapMObjStatusIndication04 .sapMObjStatusLink:active .sapMObjStatusIcon {
310
+ .sapMObjStatusInverted.sapMObjStatusIndication04 .sapMObjStatusLink:active > .sapMObjStatusWrapper {
315
311
  background-color: @sapUiIndication4ActiveBackground;
316
312
  border-color: @sapUiIndication4ActiveBorderColor;
313
+ }
314
+
315
+ .sapMObjStatusInverted.sapMObjStatusIndication04 .sapMObjStatusLink:active .sapMObjStatusText,
316
+ .sapMObjStatusInverted.sapMObjStatusIndication04 .sapMObjStatusLink:active .sapMObjStatusIcon {
317
317
  color: @sapUiIndication4ActiveTextColor;
318
318
  }
319
319
 
320
- .sapMObjStatusInverted.sapMObjStatusIndication05 .sapMObjStatusLink:active .sapMObjStatusText,
321
- .sapMObjStatusInverted.sapMObjStatusIndication05 .sapMObjStatusLink:active .sapMObjStatusIcon {
320
+ .sapMObjStatusInverted.sapMObjStatusIndication05 .sapMObjStatusLink:active > .sapMObjStatusWrapper {
322
321
  background-color: @sapUiIndication5ActiveBackground;
323
322
  border-color: @sapUiIndication5ActiveBorderColor;
323
+ }
324
+
325
+ .sapMObjStatusInverted.sapMObjStatusIndication05 .sapMObjStatusLink:active .sapMObjStatusText,
326
+ .sapMObjStatusInverted.sapMObjStatusIndication05 .sapMObjStatusLink:active .sapMObjStatusIcon {
324
327
  color: @sapUiIndication5ActiveTextColor;
325
328
  }
326
329
 
327
- .sapMObjStatusInverted.sapMObjStatusIndication06 .sapMObjStatusLink:active .sapMObjStatusText,
328
- .sapMObjStatusInverted.sapMObjStatusIndication06 .sapMObjStatusLink:active .sapMObjStatusIcon {
330
+ .sapMObjStatusInverted.sapMObjStatusIndication06 .sapMObjStatusLink:active > .sapMObjStatusWrapper {
329
331
  background-color: @sapUiIndication6ActiveBackground;
330
332
  border-color: @sapUiIndication6ActiveBorderColor;
333
+ }
334
+
335
+ .sapMObjStatusInverted.sapMObjStatusIndication06 .sapMObjStatusLink:active .sapMObjStatusText,
336
+ .sapMObjStatusInverted.sapMObjStatusIndication06 .sapMObjStatusLink:active .sapMObjStatusIcon {
331
337
  color: @sapUiIndication6ActiveTextColor;
332
338
  }
333
339
 
334
- .sapMObjStatusInverted.sapMObjStatusIndication07 .sapMObjStatusLink:active .sapMObjStatusText,
335
- .sapMObjStatusInverted.sapMObjStatusIndication07 .sapMObjStatusLink:active .sapMObjStatusIcon {
340
+ .sapMObjStatusInverted.sapMObjStatusIndication07 .sapMObjStatusLink:active > .sapMObjStatusWrapper {
336
341
  background-color: @sapUiIndication7ActiveBackground;
337
342
  border-color: @sapUiIndication7ActiveBorderColor;
343
+ }
344
+
345
+ .sapMObjStatusInverted.sapMObjStatusIndication07 .sapMObjStatusLink:active .sapMObjStatusText,
346
+ .sapMObjStatusInverted.sapMObjStatusIndication07 .sapMObjStatusLink:active .sapMObjStatusIcon {
338
347
  color: @sapUiIndication7ActiveTextColor;
339
348
  }
340
349
 
341
- .sapMObjStatusInverted.sapMObjStatusIndication08 .sapMObjStatusLink:active .sapMObjStatusText,
342
- .sapMObjStatusInverted.sapMObjStatusIndication08 .sapMObjStatusLink:active .sapMObjStatusIcon {
350
+ .sapMObjStatusInverted.sapMObjStatusIndication08 .sapMObjStatusLink:active > .sapMObjStatusWrapper {
343
351
  background-color: @sapUiIndication8ActiveBackground;
344
352
  border-color: @sapUiIndication8ActiveBorderColor;
353
+ }
354
+
355
+ .sapMObjStatusInverted.sapMObjStatusIndication08 .sapMObjStatusLink:active .sapMObjStatusText,
356
+ .sapMObjStatusInverted.sapMObjStatusIndication08 .sapMObjStatusLink:active .sapMObjStatusIcon {
345
357
  color: @sapUiIndication8ActiveTextColor;
346
358
  }
347
359
 
360
+ .sapMObjStatusInverted .sapMObjStatusLink:active .sapMObjStatusText,
361
+ .sapMObjStatusInverted .sapMObjStatusLink:active .sapMObjStatusIcon {
362
+ text-shadow: none;
363
+ }
364
+
348
365
  html.sap-desktop .sapMObjStatusActive:focus .sapMObjStatusLink::after {
349
366
  top: 0.125rem;
350
367
  left: 0.125rem;
@@ -364,7 +381,6 @@ html.sap-desktop .sapMObjStatusActive:focus .sapMObjStatusLink::after {
364
381
  font-size: 1.25rem;
365
382
  padding-left: 0;
366
383
  padding-right: 0;
367
- line-height: 2rem;
368
384
  }
369
385
  .sapMObjStatusIcon:not(.sapMObjStatusIconOnly) {
370
386
  padding-left: 0;
@@ -408,6 +424,7 @@ html.sap-desktop .sapMObjStatusActive:focus {
408
424
  bottom: 4px;
409
425
  right: 4px;
410
426
  outline: 2px dotted @sapContent_ContrastFocusColor;
427
+ height: 2rem;
411
428
  }
412
429
 
413
430
  }
@@ -428,4 +445,4 @@ html.sap-desktop .sapMObjStatusActive:focus {
428
445
  line-height: 0.875rem;
429
446
  }
430
447
  }
431
- }
448
+ }
@@ -6,7 +6,7 @@
6
6
  .sapMCb {
7
7
  height: 2.75rem;
8
8
  padding-left: 2.75rem;
9
- line-height: 2.7rem;
9
+ line-height: 2.75rem;
10
10
  }
11
11
 
12
12
  .sapMCbBg {
@@ -163,6 +163,22 @@
163
163
  border-radius: 0.5rem;
164
164
  }
165
165
 
166
+ /* In Form Checkbox needs to be left aligned to bi in line with other controls (as Form itself has a padding) */
167
+ .sapUiForm {
168
+ .sapMCbBg {
169
+ left: 0;
170
+ }
171
+
172
+ .sapMCb {
173
+ padding-left: 2.0625rem; // to have right gap between checkbox and label
174
+ }
175
+
176
+ .sapMCb:not(.sapMCbBgDis).sapMCbHasLabel:focus:before,
177
+ .sapMCb:not(.sapMCbBgDis):not(.sapMCbHasLabel):focus:before {
178
+ left: -0.25rem; /* more is not possible as this would cut off the focus border */
179
+ }
180
+ }
181
+
166
182
  .sapUiSizeCompact {
167
183
  .sapMCb {
168
184
  height: 2rem;
@@ -203,4 +219,19 @@
203
219
  top: 0.5625rem;
204
220
  left: 0.5625rem;
205
221
  }
222
+
223
+ /* In Form Checkbox needs to be left aligned to bi in line with other controls (as Form itself has a padding) */
224
+ .sapUiForm {
225
+ .sapMCbBg {
226
+ left: 0;
227
+ }
228
+
229
+ .sapMCb {
230
+ padding-left: 1.5rem; // to have right gap between checkbox and label
231
+ }
232
+
233
+ .sapMCb:not(.sapMCbBgDis).sapMCbHasLabel:focus:before {
234
+ left: -0.1875rem;
235
+ }
236
+ }
206
237
  }
@@ -25,5 +25,5 @@
25
25
  // hence adding the selection indicator box-shadow to the <td> element
26
26
  html[data-sap-ui-browser^="sf"] .sapMTableTBody:not(.sapMListTblHasPopin) > .sapMLIBSelected > td,
27
27
  html[data-sap-ui-browser^="sf"] .sapMTableTBody.sapMListTblHasPopin > .sapMLIBSelected + .sapMListTblSubRow > td {
28
- box-shadow: inset 0px -10.0625rem @sapUiListSelectionBorderColor;
28
+ box-shadow: inset 0px -0.0625rem @sapUiListSelectionBorderColor;
29
29
  }