@use 'sass:color';
@use '../mastodon/functions' as *;
@use '../mastodon/variables' as *;
@use 'variables' as local;

.simple_form .button.button-tertiary {
  color: local.$highlight-text-color;

  &:hover,
  &:focus,
  &:active {
    color: $white;
  }
}

.icon-button:disabled {
  color: darken(local.$action-button-color, 25%);
}

.column-header__button.active {
  color: local.$ui-highlight-color;
}

.boost-modal__action-bar,
.confirmation-modal__action-bar,
.mute-modal__action-bar,
.block-modal__action-bar {
  background: local.$near-black;
}
