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

explicitly reintroduce underline on .btn--link #39

Closed
wants to merge 1 commit into from
Closed

explicitly reintroduce underline on .btn--link #39

wants to merge 1 commit into from

Conversation

patrickhlauke
Copy link
Contributor

closes #25

@patrickhlauke patrickhlauke changed the title leave underline on .btn--link intact explicitly reintroduce underline on .btn--link Jul 21, 2016
@patrickhlauke
Copy link
Contributor Author

sorry, realised the original was the wrong approach...force-pushed the better fix

@@ -81,6 +80,7 @@ Styleguide 2.0

&:link{
color: $link;
text-decoration: underline;
Copy link
Owner

Choose a reason for hiding this comment

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

I dig it, I think we can leave it as just removing the text-decoration line as you did above without adding this one explicitly here :)

Copy link
Contributor Author

Choose a reason for hiding this comment

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

i added the explicit one because if you apply .btn--link to a <button>, you wouldn't otherwise get the outline

@patrickhlauke
Copy link
Contributor Author

actually...i may have gotten myself half confused. let me double-check what i'm actually doing here ;)

@patrickhlauke
Copy link
Contributor Author

closing this - successor #40

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.

Text link not accessible
2 participants