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

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.
@@ -9861,14 +9861,14 @@ button.c4p--add-select__global-filter-toggle--open {
9861
9861
  overflow: hidden;
9862
9862
  }
9863
9863
 
9864
- .c4p--options-tile:not(.c4p--options-tile--closing) > details[open] .c4p--options-tile__summary,
9864
+ .c4p--options-tile__summary.c4p--options-tile__summary--open:not(.c4p--options-tile__summary--closing),
9865
9865
  .c4p--options-tile__summary--hidden {
9866
9866
  height: 0;
9867
9867
  margin-top: 0;
9868
9868
  opacity: 0;
9869
9869
  }
9870
9870
 
9871
- .c4p--options-tile:not(.c4p--options-tile--closing) > details[open] .c4p--options-tile__chevron {
9871
+ .c4p--options-tile__chevron.c4p--options-tile__chevron--open:not(.c4p--options-tile__chevron--closing) {
9872
9872
  transform: rotate(180deg);
9873
9873
  }
9874
9874