MonkeyCanCode opened a new pull request, #3522: URL: https://github.com/apache/polaris/pull/3522
<!-- ๐ Describe what changes you're proposing, especially breaking or user-facing changes. ๐ See https://github.com/apache/polaris/blob/main/CONTRIBUTING.md for more. --> The current anchor is using `#` in blue color which is a bit out of style imo: <img width="1146" height="515" alt="image" src="https://github.com/user-attachments/assets/a4070dd4-e1bf-460b-9d5f-2d6028c27163" /> The change from this PR changed two things: 1. Added fading/opacity effect on the anchor (so they remain invisible unless on hover) 2. Change anchor character from `#` to `๐` (matched to Apache Iceberg...imo, this looks way better than a plain `#`) 3. Added some padding/margin space between header/subject and the anchor character Here is the page without hover: <img width="1146" height="515" alt="image" src="https://github.com/user-attachments/assets/f3b16750-65c3-4ce1-bf18-738fa01c2bf9" /> And on hover: <img width="1146" height="515" alt="image" src="https://github.com/user-attachments/assets/6c81c942-adc5-4551-924b-6502db7edfcc" /> <img width="1146" height="515" alt="image" src="https://github.com/user-attachments/assets/21793560-ee58-4afe-812f-c021aac2612d" /> ## Checklist - [x] ๐ก๏ธ Don't disclose security issues! (contact [email protected]) - [x] ๐ Clearly explained why the changes are needed, or linked related issues: Fixes # - [X] ๐งช Added/updated tests with good coverage, or manually tested (and explained how) - [x] ๐ก Added comments for complex logic - [x] ๐งพ Updated `CHANGELOG.md` (if needed) - [x] ๐ Updated documentation in `site/content/in-dev/unreleased` (if needed) -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
