1. 13 Mar, 2023 8 commits
  2. 07 Mar, 2023 3 commits
  3. 06 Mar, 2023 9 commits
  4. 28 Feb, 2023 5 commits
  5. 27 Feb, 2023 6 commits
  6. 24 Feb, 2023 2 commits
  7. 21 Feb, 2023 6 commits
  8. 20 Feb, 2023 1 commit
    • 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