-
-
Notifications
You must be signed in to change notification settings - Fork 17
fix: Remove padding of search highlight and unify bg-color #145
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
✅ Deploy Preview for fipguide ready!
To edit notification comments on pull requests, go to your Netlify project configuration. |
therobrob
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Do we really need the important flag?
The padding is part of the pagefind styles and I didn't find a good way to overwrite it in another way. |
f3af515 to
30b1f97
Compare
Nevermind, I found a better way using a class with higher CSS specificity. |
30b1f97 to
3a89eee
Compare
The span in #145 was only added to the print version (due to a rebase / merge). This adds it to the normal version for which it was originally planned. It fixes the following display issue:  Co-authored-by: Lennart Rommeiss <[email protected]>
Resolves #132