Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Unified Search] Remove soon-to-be-deprecated EuiFormControl Sass mixins #193472

Merged
merged 4 commits into from
Sep 24, 2024

Commits on Sep 19, 2024

  1. Replace euiFormControl Sass mixins with Sass variables instead

    - in an ideal world, we'd use the new Emotion `--euiFormControlRight/LeftIconsCount` CSS variables, but EuiTextArea traditionally has absolutely positioned icons which it doesn't afford for in padding - as this is a very custom implementation of EuiTextArea, setting the padding manually is fine
    cee-chen committed Sep 19, 2024
    Configuration menu
    Copy the full SHA
    d21efe7 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    43b467b View commit details
    Browse the repository at this point in the history
  3. [misc] Newline linting

    cee-chen committed Sep 19, 2024
    Configuration menu
    Copy the full SHA
    2140468 View commit details
    Browse the repository at this point in the history

Commits on Sep 23, 2024

  1. Configuration menu
    Copy the full SHA
    3757479 View commit details
    Browse the repository at this point in the history