Skip to content

Commit

Permalink
tweak link text-decoration style
Browse files Browse the repository at this point in the history
  • Loading branch information
afc163 committed Apr 5, 2017
1 parent accb6cb commit 352e0f7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions components/style/core/base.less
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,7 @@ a {

&:focus {
text-decoration: underline;
text-decoration-skip: ink;
}

&:hover {
Expand Down
1 change: 1 addition & 0 deletions site/theme/static/common.less
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ a {
transition: color .3s ease;
&:focus {
text-decoration: underline;
text-decoration-skip: ink;
}
}

Expand Down

0 comments on commit 352e0f7

Please sign in to comment.