diff --git a/4chan_x.user.js b/4chan_x.user.js index 73e71fef4..817a615d5 100644 --- a/4chan_x.user.js +++ b/4chan_x.user.js @@ -3002,7 +3002,7 @@ .move {\ cursor: move;\ }\ - label, a, .favicon {\ + label, .favicon {\ cursor: pointer;\ }\ a[href="javascript:;"] {\ diff --git a/script.coffee b/script.coffee index 2e41bb9b5..d7ef796b9 100644 --- a/script.coffee +++ b/script.coffee @@ -2447,7 +2447,7 @@ Main = .move { cursor: move; } - label, a, .favicon { + label, .favicon { cursor: pointer; } a[href="javascript:;"] {