diff --git a/4chan_x.user.js b/4chan_x.user.js index 64007c6aa..ff01a9cd1 100644 --- a/4chan_x.user.js +++ b/4chan_x.user.js @@ -3047,12 +3047,9 @@ .error {\ color: red;\ }\ - #error {\ + #qr .error:not([href]) {\ cursor: default;\ }\ - #error[href] {\ - cursor: pointer;\ - }\ td.replyhider {\ vertical-align: top;\ }\ diff --git a/script.coffee b/script.coffee index 0189ee23f..8b09bbd45 100644 --- a/script.coffee +++ b/script.coffee @@ -2419,12 +2419,9 @@ main = .error { color: red; } - #error { + #qr .error:not([href]) { cursor: default; } - #error[href] { - cursor: pointer; - } td.replyhider { vertical-align: top; }