@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.
@@ -163,18 +163,18 @@ $block-class: #{c4p-settings.$pkg-prefix}--options-tile;
163
163
  overflow: hidden;
164
164
  }
165
165
 
166
- .#{$block-class}:not(.#{$block-class}--closing)
167
- > details[open]
168
- .#{$block-class}__summary,
166
+ .#{$block-class}__summary.#{$block-class}__summary--open:not(
167
+ .#{$block-class}__summary--closing
168
+ ),
169
169
  .#{$block-class}__summary--hidden {
170
170
  height: 0;
171
171
  margin-top: 0;
172
172
  opacity: 0;
173
173
  }
174
174
 
175
- .#{$block-class}:not(.#{$block-class}--closing)
176
- > details[open]
177
- .#{$block-class}__chevron {
175
+ .#{$block-class}__chevron.#{$block-class}__chevron--open:not(
176
+ .#{$block-class}__chevron--closing
177
+ ) {
178
178
  transform: rotate(180deg);
179
179
  }
180
180