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

fix($core): add missing styles for <OutboundLink /> #2662

Merged
merged 1 commit into from Oct 14, 2020
Merged

fix($core): add missing styles for <OutboundLink /> #2662

merged 1 commit into from Oct 14, 2020

Conversation

Mister-Hope
Copy link
Contributor

image

#2627 adds a hint with sr-only class, but the class style is placed in @vue/theme-default by mistake.

OutboundLink is an internal component, and will effect all the themes, so the style must be placed in the component.

@Mister-Hope Mister-Hope changed the title fix($core): add missing styles for OutboundLink fix($core): add missing styles for <OutboundLink /> Oct 14, 2020
@Mister-Hope Mister-Hope changed the title fix($core): add missing styles for <OutboundLink /> fix($core): add missing styles for <OutboundLink /> Oct 14, 2020
@billyyyyy3320 billyyyyy3320 merged commit e2b6641 into vuejs:master Oct 14, 2020
@Mister-Hope
Copy link
Contributor Author

Could you please publish 1.7.1 for this? Because it's affecting all third party theme which is not using theme extending and extend the default theme?

@meteorlxy
Copy link
Member

Not all theme is using stylus, so it's not a good idea to write stylus code in core package.

See #1482

@Mister-Hope

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.

None yet

3 participants