@patternfly/patternfly 4.177.0 → 4.177.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@patternfly/patternfly",
3
3
  "description": "Assets, source, tooling, and content for PatternFly 4",
4
- "version": "4.177.0",
4
+ "version": "4.177.1",
5
5
  "keywords": [],
6
6
  "license": "MIT",
7
7
  "scripts": {
@@ -25344,7 +25344,8 @@ svg.pf-c-spinner.pf-m-xl {
25344
25344
  .pf-c-table.pf-m-compact tr:not(.pf-c-table__expandable-row) > *:last-child {
25345
25345
  --pf-c-table--cell--PaddingRight: var(--pf-c-table--m-compact--cell--first-last-child--PaddingRight);
25346
25346
  }
25347
- .pf-c-table.pf-m-compact thead th {
25347
+ .pf-c-table.pf-m-compact thead th,
25348
+ .pf-c-table.pf-m-compact thead .pf-c-table__toggle {
25348
25349
  --pf-c-table--cell--PaddingTop: var(--pf-c-table--m-compact-th--PaddingTop);
25349
25350
  --pf-c-table--cell--PaddingBottom: var(--pf-c-table--m-compact-th--PaddingBottom);
25350
25351
  }
package/patternfly.css CHANGED
@@ -25466,7 +25466,8 @@ svg.pf-c-spinner.pf-m-xl {
25466
25466
  .pf-c-table.pf-m-compact tr:not(.pf-c-table__expandable-row) > *:last-child {
25467
25467
  --pf-c-table--cell--PaddingRight: var(--pf-c-table--m-compact--cell--first-last-child--PaddingRight);
25468
25468
  }
25469
- .pf-c-table.pf-m-compact thead th {
25469
+ .pf-c-table.pf-m-compact thead th,
25470
+ .pf-c-table.pf-m-compact thead .pf-c-table__toggle {
25470
25471
  --pf-c-table--cell--PaddingTop: var(--pf-c-table--m-compact-th--PaddingTop);
25471
25472
  --pf-c-table--cell--PaddingBottom: var(--pf-c-table--m-compact-th--PaddingBottom);
25472
25473
  }