@import './global/variables.scss';

.actions {
  :global {
    .dropdown {
      &:hover {
        background-color: $slate-05;
      }

      &.is-active {
        background-color: $slate-10;
      }
    }
  }
}

.action {
  &--disabled {
    &,
    &:hover {
      color: $steel;
      cursor: not-allowed;
    }
  }
}
