Skip to content

Commit c8467c0

Browse files
ENGCOM-7758: Fix issue extend match class in style-old admin #28895
- Merge Pull Request #28895 from mrtuvn/magento2:fix-less-extend-match - Merged commits: 1. e715fdc
2 parents de9332c + e715fdc commit c8467c0

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

app/design/adminhtml/Magento/backend/web/css/styles-old.less

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5105,7 +5105,7 @@
51055105
.adminhtml-locks-index {
51065106
.admin__scope-old {
51075107
.grid .col-name {
5108-
&:extend(.col-570 all);
5108+
&:extend(.col-570-max all);
51095109
}
51105110
}
51115111
}

app/design/adminhtml/Magento/backend/web/mui/styles/_table.less

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -414,7 +414,7 @@ td.col-type {
414414
}
415415

416416
tbody tr:nth-child(odd) td {
417-
&:extend(.data-table tbody tr:nth-child(odd) td);
417+
&:extend(.data-table tbody tr:nth-child(odd) td all);
418418
}
419419

420420
tfoot tr:last-child td {
@@ -601,13 +601,13 @@ td.col-type {
601601
}
602602

603603
.label {
604-
&:extend(.grid-actions .export .label);
604+
&:extend(.grid-actions .export .label all);
605605
padding: 0;
606606
width: auto;
607607
}
608608

609609
.action- {
610-
&:extend(.grid-actions .export .action-);
610+
&:extend(.grid-actions .export .action- all);
611611
vertical-align: top;
612612
}
613613
}

0 commit comments

Comments
 (0)