Ensure "pointer" cursor for all links with ng-click (even if they have no href)
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user