Skip to content

Commit f283e71

Browse files
author
Daniel Ruf
committed
fix: add missing data-th selector for tables
1 parent 9e5f485 commit f283e71

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

app/design/frontend/Magento/blank/Magento_Checkout/web/css/source/module/_cart.less

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -305,7 +305,7 @@
305305
white-space: nowrap;
306306
width: 33%;
307307

308-
&:before {
308+
&[data-th]:before {
309309
content: attr(data-th) ':';
310310
display: block;
311311
font-weight: @font-weight__bold;

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -846,7 +846,7 @@
846846
white-space: nowrap;
847847
width: 33%;
848848

849-
&:before {
849+
&[data-th]:before {
850850
content: attr(data-th) ':';
851851
display: block;
852852
font-weight: @font-weight__bold;

app/design/frontend/Magento/luma/Magento_Checkout/web/css/source/module/_cart.less

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -464,7 +464,7 @@
464464
white-space: nowrap;
465465
width: 33%;
466466

467-
&:before {
467+
&[data-th]:before {
468468
content: attr(data-th);
469469
display: block;
470470
font-weight: @font-weight__semibold;

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -482,7 +482,7 @@
482482

483483
.options-label + .item-options-container,
484484
.item-options-container + .item-options-container {
485-
&:before {
485+
&[data-th]:before {
486486
content: attr(data-th) ':';
487487
display: block;
488488
font-weight: @font-weight__bold;

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -760,7 +760,7 @@
760760
white-space: nowrap;
761761
width: 33%;
762762

763-
&:before {
763+
&[data-th]:before {
764764
content: attr(data-th) ':';
765765
display: block;
766766
font-weight: @font-weight__bold;

0 commit comments

Comments
 (0)