.control__select_warning {
  > select {
    @include border($control__select_warning--border);
    box-shadow: $control__select_warning--box-shadow;
    @include background($control__select_warning--background);

    &:active,
    &:focus {
      @include border(map-merge($control__select_warning--border, (borderColor: darken($warningColor, 20%))));
    }
  }
}
