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

Link underlines #15316

Closed
wants to merge 3 commits into from
Closed

Link underlines #15316

wants to merge 3 commits into from

Conversation

patrickhlauke
Copy link
Member

As per #15304 this removes the indiscriminate text-decoration:none used for all links - and then reintroduces it for specific cases where the link-like nature of a link is clear enough from usage/context.
Plus it adds explicit text-decoration:underline in specific situation <button class="btn-link">

As per #15304 this removes the
indiscriminate ``text-decoration:none`` used for all links - and then
reintroduces it for specific cases where the link-like nature of a link
is clear enough from usage/context.

Plus it adds explicit ``text-decoration:underline`` in  specific
situation ``<button class="btn-link">``
from the actual less files, customizer, and less decoumentation
@carasmo
Copy link

carasmo commented Dec 7, 2014

Super exciting! This will be very helpful.

@@ -34,8 +34,6 @@
@link-color: @brand-primary;
//** Link hover color set via `darken()` function.
@link-hover-color: darken(@link-color, 15%);
//** Link hover decoration.
@link-hover-decoration: underline;

Choose a reason for hiding this comment

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

Might not want to drop the variable declaration right away. Users of the Less files may rely on it for whatever reason, so it'd need time to deprecate. Not using it internally would suffice I think.

Copy link
Collaborator

Choose a reason for hiding this comment

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

Yeah, add a comment about it being deprecated (see the @screen-* variables for examples), but don't delete it.

@patrickhlauke
Copy link
Member Author

This is likely only going to make its appearance in v.4...closing for now

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

Successfully merging this pull request may close these issues.

None yet

4 participants