Merge "Fix: use hand cursor for links without href"

This commit is contained in:
jenkins-bot 2018-12-20 19:22:12 +00:00 committed by Gerrit Code Review
commit a52d271cc9
1 changed files with 3 additions and 0 deletions

View File

@ -11,6 +11,9 @@
/* stylelint-disable no-descending-specificity */
a:not( [ href ] ) {
color: @colorGray2;
/* The anchor is functionally a link so show a hand cursor. */
cursor: pointer;
}
a {