@carbon/ibm-products 2.43.2-canary.61 → 2.43.2-canary.63

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.
@@ -9862,14 +9862,14 @@ button.c4p--add-select__global-filter-toggle--open {
9862
9862
  overflow: hidden;
9863
9863
  }
9864
9864
 
9865
- .c4p--options-tile:not(.c4p--options-tile--closing) > details[open] .c4p--options-tile__summary,
9865
+ .c4p--options-tile__summary.c4p--options-tile__summary--open:not(.c4p--options-tile__summary--closing),
9866
9866
  .c4p--options-tile__summary--hidden {
9867
9867
  height: 0;
9868
9868
  margin-top: 0;
9869
9869
  opacity: 0;
9870
9870
  }
9871
9871
 
9872
- .c4p--options-tile:not(.c4p--options-tile--closing) > details[open] .c4p--options-tile__chevron {
9872
+ .c4p--options-tile__chevron.c4p--options-tile__chevron--open:not(.c4p--options-tile__chevron--closing) {
9873
9873
  transform: rotate(180deg);
9874
9874
  }
9875
9875
 
@@ -12267,10 +12267,6 @@ th.c4p--datagrid__select-all-toggle-on.button {
12267
12267
  min-width: auto;
12268
12268
  }
12269
12269
 
12270
- .c4p--datagrid .cds--pagination {
12271
- background-color: var(--cds-layer-02, #ffffff);
12272
- }
12273
-
12274
12270
  :root {
12275
12271
  --cds-grid-gutter: 2rem;
12276
12272
  --cds-grid-columns: 4;