Add `!important` padding rule to apply when input is focused.
The search input is visible when: * The component's internal logic determines that it is expanded * The component's input element receives focus The last visual-regression fix addressed the first state, but not the second. This commit adds an additional !important padding rule that is applied when the input is focused, assuring that it has padding when either expanded OR focused.
Showing
Please register or sign in to comment