@patternfly/patternfly 6.5.0-prerelease.78 → 6.5.0-prerelease.79

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.
@@ -499,9 +499,9 @@
499
499
  // collapse
500
500
  @if $collapse {
501
501
  --#{$button}__icon--TransitionDelay: 0s;
502
- --#{$button}__icon--ScaleX: 1;
502
+ --#{$button}__icon--ScaleX: var(--#{$button}--m-hamburger__icon--m-collapse--ScaleX);
503
503
  --#{$button}--hover__icon--TransitionDelay: 0s;
504
- --#{$button}--hover__icon--ScaleX: 1;
504
+ --#{$button}--hover__icon--ScaleX: var(--#{$button}--m-hamburger__icon--m-collapse--ScaleX);
505
505
 
506
506
  // expand
507
507
  } @else {