Skip to content
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

Indicate external links with an external link icon #53

Open
stevepiercy opened this issue Feb 17, 2025 · 0 comments
Open

Indicate external links with an external link icon #53

stevepiercy opened this issue Feb 17, 2025 · 0 comments
Labels
04 type: enhancement making existing stuff better

Comments

@stevepiercy
Copy link
Contributor

Consider adding an indicator for external links with an external link icon.

Current

Image

Proposed

Image

Image

Implementation

Stolen from PyData Sphinx Theme.

.reference.external::after {
  margin-left: 0.3em;
  display: inline-block;
  content: var(--pst-icon-external-link);
  white-space: nowrap;
  font: var(--fa-font-solid);
  font-size: .75em;
}
@stevepiercy stevepiercy added the 04 type: enhancement making existing stuff better label Feb 17, 2025
@stevepiercy stevepiercy moved this from New to Todo in Plone Documentation Feb 17, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
04 type: enhancement making existing stuff better
Projects
Status: Todo
Development

No branches or pull requests

1 participant