Update "Clear" button CSS styles for improved accessibility #536
Closed
ZachSaucier
started this conversation in
Ideas
Replies: 1 comment 1 reply
-
Good notes, thanks! Converted to issue for dev. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
The way that the "Clear" button currently functions, there's arguably two issues:
Both of these issues would be fixed by changing the
padding
of.pagefind-ui__search-clear
from0 calc(15px * var(--pagefind-ui-scale)) 0 calc(2px * var(--pagefind-ui-scale))
to0 calc(15px * var(--pagefind-ui-scale))
.Thanks!
Beta Was this translation helpful? Give feedback.
All reactions