We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9397ff3 commit 09d280aCopy full SHA for 09d280a
1 file changed
js/ui/messageTray.js
@@ -149,7 +149,7 @@ URLHighlighter.prototype = {
149
150
let urlId = this._findUrlAtPos(event);
151
if (urlId != -1 && !this._cursorChanged) {
152
- global.set_cursor(Cinnamon.Cursor.POINTING_HAND);
+ global.set_cursor(Cinnamon.Cursor.POINTER);
153
this._cursorChanged = true;
154
} else if (urlId == -1) {
155
global.unset_cursor();
0 commit comments