Skip to content

Commit 363bce6

Browse files
ENGCOM-4229: [Backport] Fixed issue #20911 In admin login password forgot password page wrong css used to make it vertially aling middle #21162
- Merge Pull Request #21162 from mage2pratik/magento2:2.2-develop-PR-port-20914 - Merged commits: 1. 2220707 2. be92e7b 3. bce16b4
2 parents 01c8fe5 + bce16b4 commit 363bce6

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

app/design/adminhtml/Magento/backend/web/css/source/forms/_temp.less

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -409,30 +409,38 @@ label.mage-error {
409409
z-index: 1;
410410

411411
&:before {
412+
// @codingStandardsIgnoreStart
412413
&:extend(.admin__control-checkbox + label:before);
414+
// @codingStandardsIgnoreEnd
413415
left: 0;
414416
position: absolute;
415417
top: 0;
416418
}
417419

418420
&:after {
421+
// @codingStandardsIgnoreStart
419422
&:extend(.action-multicheck-wrap .action-multicheck-toggle:after);
423+
// @codingStandardsIgnoreEnd
420424
top: 40% !important;
421425
}
422426
}
423427

424428
&:focus {
425429
+ label {
426430
&:after {
431+
// @codingStandardsIgnoreStart
427432
&:extend(.action-multicheck-wrap .action-multicheck-toggle._active:after);
433+
// @codingStandardsIgnoreEnd
428434
}
429435
}
430436
}
431437

432438
&._checked {
433439
+ label {
434440
&:before {
441+
// @codingStandardsIgnoreStart
435442
&:extend(.admin__control-checkbox:checked + label:before);
443+
// @codingStandardsIgnoreEnd
436444
}
437445
}
438446

0 commit comments

Comments
 (0)