1109lun opened a new pull request, #58763:
URL: https://github.com/apache/airflow/pull/58763

   closes: #46170
   
   After the Sphinx upgrade, the permalink icon was rendering incorrectly as 
text artifacts (e.g., "[link]" or "ΒΆ") instead of the intended icon.
   
   This PR fixes the issue by:
   1.  **`conf.py`**: Explicitly setting `html_permalinks_icon` to a clean, 
solid SVG chain icon.
   2.  **`custom.css`**:
       * Removing the legacy `::after { content: " [link]" }` style that caused 
the text artifact.
       * Forcing the icon visibility (removing previous hidden states).
       * Setting the icon color to Airflow Blue (`#017cee`).
       * Using `inline-flex` to ensure perfect vertical alignment with headings.


-- 
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]

Reply via email to