Skip to content

Commit 588d416

Browse files
KKoukioumartinpitt
authored andcommitted
lib: table: remove redundant CSS override
It was fixed upstream.
1 parent 0bcd52c commit 588d416

File tree

1 file changed

+0
-13
lines changed

1 file changed

+0
-13
lines changed

pkg/lib/cockpit-components-table.scss

Lines changed: 0 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -81,19 +81,6 @@
8181
}
8282
}
8383

84-
// https://github.com/patternfly/patternfly-react/issues/4613
85-
.pf-c-table__expandable-row {
86-
th {
87-
&.pf-m-no-padding {
88-
padding: 0 0 0 var(--pf-c-table__expandable-row--after--border-width--base); // set padding-left to adjust for left border.
89-
90-
.pf-c-table__expandable-row-content {
91-
padding: 0;
92-
}
93-
}
94-
}
95-
}
96-
9784
.pf-c-table__expandable-row {
9885
[data-label]::before {
9986
display: None;

0 commit comments

Comments
 (0)