File tree 1 file changed +8
-0
lines changed
app/design/adminhtml/Magento/backend/web/css/source/forms
1 file changed +8
-0
lines changed Original file line number Diff line number Diff line change @@ -409,30 +409,38 @@ label.mage-error {
409
409
z-index : 1 ;
410
410
411
411
& :before {
412
+ // @codingStandardsIgnoreStart
412
413
& :extend(.admin__control-checkbox + label :before );
414
+ // @codingStandardsIgnoreEnd
413
415
left : 0 ;
414
416
position : absolute ;
415
417
top : 0 ;
416
418
}
417
419
418
420
& :after {
421
+ // @codingStandardsIgnoreStart
419
422
& :extend(.action-multicheck-wrap .action-multicheck-toggle :after );
423
+ // @codingStandardsIgnoreEnd
420
424
top : 40% !important ;
421
425
}
422
426
}
423
427
424
428
& :focus {
425
429
+ label {
426
430
& :after {
431
+ // @codingStandardsIgnoreStart
427
432
& :extend(.action-multicheck-wrap .action-multicheck-toggle._active :after );
433
+ // @codingStandardsIgnoreEnd
428
434
}
429
435
}
430
436
}
431
437
432
438
& ._checked {
433
439
+ label {
434
440
& :before {
441
+ // @codingStandardsIgnoreStart
435
442
& :extend(.admin__control-checkbox :checked + label :before );
443
+ // @codingStandardsIgnoreEnd
436
444
}
437
445
}
438
446
You can’t perform that action at this time.
0 commit comments