////
/// Input Legacy
/// @group input
////

@use 'src/module/color';
@use 'src/module/legacy';

@include legacy.is(ie11) {
  #{ns(input-wrap)} {
    &--addon {
      #{ns(btn)} {
        flex-shrink: 0;
      }
    }
  }

  #{ns(input)} {
    &:-ms-input-placeholder {
      font-style: italic;
      @include color.text(mention grey, (legacy:true));
    }
  }
}
