Skip to content

Commit

Permalink
fix(styling): hide header expand collapse icon (#916)
Browse files Browse the repository at this point in the history
  • Loading branch information
cdcabrera committed Jun 14, 2022
1 parent ac3e273 commit d01baa1
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions src/styles/_inventory-list.scss
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,14 @@
}
}

// FixMe: Disable the PF table header implemented expand/collapse arrow
// Questionable behavior, throws an error when clicked, seems to appear randomly dependent on
// environment packages, and opens/expands based on the first collapsible only.
// Easier to disable for now.
thead .pf-c-table__toggle {
visibility: hidden;
}

.pf-c-label {
padding-top: 1px;
padding-bottom: 1px;
Expand Down

0 comments on commit d01baa1

Please sign in to comment.