File tree Expand file tree Collapse file tree 2 files changed +24
-16
lines changed
app/design/frontend/Magento Expand file tree Collapse file tree 2 files changed +24
-16
lines changed Original file line number Diff line number Diff line change @@ -23,11 +23,13 @@ table {
23
23
@_table_border-width : @table__border-width
24
24
);
25
25
tfoot {
26
- > tr :first-child {
27
- th ,
28
- td {
29
- border-top : @table__border-width @table__border-style @table__border-color ;
30
- padding-top : @indent__base ;
26
+ > tr {
27
+ & :first-child {
28
+ th ,
29
+ td {
30
+ border-top : @table__border-width @table__border-style @table__border-color ;
31
+ padding-top : @indent__base ;
32
+ }
31
33
}
32
34
}
33
35
.mark {
@@ -90,9 +92,11 @@ table {
90
92
th {
91
93
& :extend(.abs-no-display-s all );
92
94
}
93
- td :last-child {
94
- border : none ;
95
- padding : 0 0 @indent__xs ;
95
+ td {
96
+ & :last-child {
97
+ border : none ;
98
+ padding : 0 0 @indent__xs ;
99
+ }
96
100
}
97
101
}
98
102
}
Original file line number Diff line number Diff line change @@ -20,11 +20,13 @@ table {
20
20
.table {
21
21
tfoot {
22
22
.css (background , @sidebar__background-color );
23
- > tr :first-child {
24
- th ,
25
- td {
26
- border-top : @table__border-width @table__border-style @table__border-color ;
27
- padding-top : @indent__base ;
23
+ > tr {
24
+ & :first-child {
25
+ th ,
26
+ td {
27
+ border-top : @table__border-width @table__border-style @table__border-color ;
28
+ padding-top : @indent__base ;
29
+ }
28
30
}
29
31
}
30
32
th ,
@@ -100,9 +102,11 @@ table {
100
102
th {
101
103
& :extend(.abs-no-display-s all );
102
104
}
103
- td :last-child {
104
- border : none ;
105
- padding : 0 0 @indent__xs ;
105
+ td {
106
+ & :last-child {
107
+ border : none ;
108
+ padding : 0 0 @indent__xs ;
109
+ }
106
110
}
107
111
}
108
112
}
You can’t perform that action at this time.
0 commit comments