Skip to content
This repository was archived by the owner on Oct 11, 2024. It is now read-only.

Commit d4537b7

Browse files
blzauggbrianchandotcom
authored andcommitted
LPS-49581 Limit .lfr-table cascade to intimidate child cells of the table.
1 parent 0d053ec commit d4537b7

File tree

1 file changed

+19
-11
lines changed

1 file changed

+19
-11
lines changed

hooks/rtl-hook/docroot/META-INF/custom_jsps/html/css/portal/generic_portlet.css

Lines changed: 19 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -43,15 +43,19 @@
4343
border-collapse: collapse;
4444
clear: both;
4545

46-
tr td, tr th {
47-
padding: 0 5px;
48-
49-
&:first-child, &.first-child {
50-
padding-left: 0;
51-
}
52-
53-
&:last-child, &.last-child {
54-
padding-right: 0;
46+
> tbody, > thead, > tfoot {
47+
> tr {
48+
> td, > th {
49+
padding: 0 5px;
50+
51+
&:first-child, &.first-child {
52+
padding-left: 0;
53+
}
54+
55+
&:last-child, &.last-child {
56+
padding-right: 0;
57+
}
58+
}
5559
}
5660
}
5761
}
@@ -105,8 +109,12 @@
105109
background: url() no-repeat 0 50%;
106110
}
107111

108-
.lfr-table tr th {
109-
font-weight: bold;
112+
.lfr-table {
113+
> tbody, > thead, > tfoot {
114+
> tr > th {
115+
font-weight: bold;
116+
}
117+
}
110118
}
111119

112120
.lfr-checkbox-preselected, .lfr-configurator-visibility {

0 commit comments

Comments
 (0)