@use '../abstract';

.menu-button {
  $this: &;

  &:hover {
    background-color: var(--gray-50);
  }

  &.is-active .cds-btn__label + svg {
    transform: rotate(180deg);
  }
}
