From 86dac2b0854253a0fb65a3b1669206a39031d424 Mon Sep 17 00:00:00 2001 From: ccd0 Date: Mon, 8 Jul 2019 14:15:17 -0700 Subject: [PATCH] This is 4chan X feature specific CSS and belongs under Quote. --- src/css/style.css | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/src/css/style.css b/src/css/style.css index 8418ece04..8fc9a61db 100644 --- a/src/css/style.css +++ b/src/css/style.css @@ -83,13 +83,6 @@ body.hasDropDownNav{ :root.sw-yotsuba .reply > .file > .fileText { margin: 0 20px; } -:root.sw-yotsuba .hashlink::before { - content: ' '; - visibility: hidden; -} -:root.sw-yotsuba .inline + .hashlink { - display: none !important; -} :root.sw-yotsuba #arc-list span.quote { color: #789922; } @@ -1236,6 +1229,13 @@ span.hide-announcement { } /* Quote */ +.hashlink::before { + content: ' '; + visibility: hidden; +} +.inline + .hashlink { + display: none !important; +} :root.resurrect-quotes .deadlink { text-decoration: none !important; }