.custom-select {
  &.open {
    & .custom-select__button {
      &::after {
        rotate: 90deg;
      }
    }
  }
}