• Lyza Danger Gardner's avatar
    Add `!important` padding rule to apply when input is focused. · 6de1f58a
    Lyza Danger Gardner authored
    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.
    6de1f58a
SearchInput.tsx 6.77 KB