Ensure "pointer" cursor for all links with ng-click (even if they have no href)

This commit is contained in:
Kenn Jacobsen
2019-05-30 21:39:52 +02:00
parent c4ba0454fc
commit a8e2798add

View File

@@ -28,6 +28,11 @@ a:focus {
color: @linkColorHover;
text-decoration: underline;
}
a[ng-click],
a[data-ng-click],
a[x-ng-click] {
cursor: pointer;
}
// Images