Skip to content

Commit 09d280a

Browse files
committed
messageTray.js: Fix cursor name.
ref: 03e9990
1 parent 9397ff3 commit 09d280a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

js/ui/messageTray.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -149,7 +149,7 @@ URLHighlighter.prototype = {
149149

150150
let urlId = this._findUrlAtPos(event);
151151
if (urlId != -1 && !this._cursorChanged) {
152-
global.set_cursor(Cinnamon.Cursor.POINTING_HAND);
152+
global.set_cursor(Cinnamon.Cursor.POINTER);
153153
this._cursorChanged = true;
154154
} else if (urlId == -1) {
155155
global.unset_cursor();

0 commit comments

Comments
 (0)