Merge "Use pointer cursor when hovering CrossWikiNotificationItemWidget"

This commit is contained in:
jenkins-bot 2016-06-29 12:46:41 +00:00 committed by Gerrit Code Review
commit 8a8666637e

View file

@ -29,6 +29,12 @@
margin-right: -0.8em;
}
}
&-icon,
&-content {
// There's no link but there is a click action, so change the cursor to indicate that (T138913)
cursor: pointer;
}
}