Skip to content

Set 'rel' to 'external' on network anchor tags.#619

Open
Randy808 wants to merge 1 commit into
Blockstream:masterfrom
Randy808:fix-firefox-network-selection
Open

Set 'rel' to 'external' on network anchor tags.#619
Randy808 wants to merge 1 commit into
Blockstream:masterfrom
Randy808:fix-firefox-network-selection

Conversation

@Randy808
Copy link
Copy Markdown
Collaborator

@Randy808 Randy808 commented May 7, 2026

Explicitly set font size for '.network-hover-menu-option' class.

Explicitly set font size for '.network-hover-menu-option' class.
id={name.replace(/ /g, "")}
href={url}
className={`network-hover-menu-option-container ${name.replace(/ /g, "").toLowerCase()} ${name === activeName ? "active" : ""}`}
rel="external"
Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I'm not quite sure why this is here. Usually, this points to external resources, but our links are to internal paths.

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Maybe it's should be for the links in the footer? Since those links lead to external resources

Comment thread www/style.css
padding-bottom: 8px;
cursor: pointer;
transition: .5s all;
font-size: 16px;
Copy link
Copy Markdown
Collaborator

@FedOken FedOken May 14, 2026

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I didn't find any changes in Firefox after adding the explicit font style (macOS). But it doesn't break anything, so that's fine, just for notes

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants