Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[Unified Search] Remove soon-to-be-deprecated EuiFormControl Sass mix…
…ins (#193472) ## Summary As part of our ongoing transition towards CSS-in-JS, EUI is cleaning up and removing several publicly exported Sass mixins and variables with very low usage (0-1 usages across Kibana and Cloud) (full list in elastic/eui#8031). This PR identifies and replaces one of them (`@euiFormControlWithIcon`) with their functional padding output equivalents (still using generic EUI Sass variables - there are no plans to immediately deprecate those). There should be **no UI regressions** in the unified search query bar compared to main, the right and left padding should remain the same: <img width="925" alt="" src="https://github.com/user-attachments/assets/ac6359af-5169-4642-ba7e-64e42cb57749"> ### Checklist Delete any items that are not applicable to this PR. - [x] This renders correctly on smaller devices using a responsive layout. (You can test this [in your browser](https://www.browserstack.com/guide/responsive-testing-on-local-server)) - [x] This was checked for [cross-browser compatibility](https://www.elastic.co/support/matrix#matrix_browsers)
- Loading branch information