Skip to content

Commit e96d4a6

Browse files
author
Oleg Zinoviev
committed
MAGETWO-37722: Colon is displayed before every Product Attribute label on Frontend PDP
1 parent 7ad03d2 commit e96d4a6

File tree

3 files changed

+22
-7
lines changed

3 files changed

+22
-7
lines changed

app/design/frontend/Magento/blank/web/css/source/_tables.less

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -85,6 +85,17 @@ table {
8585
width: 30%;
8686
}
8787
}
88+
&.additional-attributes {
89+
tbody {
90+
th {
91+
&:extend(.abs-no-display-s all);
92+
}
93+
td:last-child {
94+
border: none;
95+
padding: 0 0 @indent__xs;
96+
}
97+
}
98+
}
8899
}
89100
}
90101
}

app/design/frontend/Magento/luma/Magento_Catalog/web/css/source/_module.less

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -524,13 +524,6 @@
524524
.additional-attributes-wrapper {
525525
&:extend(.abs-no-border-top all);
526526
}
527-
.additional-attributes {
528-
tbody {
529-
th {
530-
&:extend(.abs-no-display-s all);
531-
}
532-
}
533-
}
534527
}
535528
}
536529

app/design/frontend/Magento/luma/web/css/source/_tables.less

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -95,6 +95,17 @@ table {
9595
}
9696
}
9797
}
98+
&.additional-attributes {
99+
tbody {
100+
th {
101+
&:extend(.abs-no-display-s all);
102+
}
103+
td:last-child {
104+
border: none;
105+
padding: 0 0 @indent__xs;
106+
}
107+
}
108+
}
98109
}
99110
}
100111
}

0 commit comments

Comments
 (0)