From 882670bc6b527a0647d28411698c80ae93f842b4 Mon Sep 17 00:00:00 2001 From: Mayhem Date: Sat, 16 Nov 2013 20:26:18 +0100 Subject: [PATCH] Screw the "Remove" text next to the QR post clear button, move to title tooltip. --- css/style.css | 4 ---- src/Posting/QR.coffee | 2 +- 2 files changed, 1 insertion(+), 5 deletions(-) diff --git a/css/style.css b/css/style.css index cbb57f87a..e7b5ab384 100644 --- a/css/style.css +++ b/css/style.css @@ -748,10 +748,6 @@ a.remove { color: #E00 !important; padding: 1px; } -.remove:hover::after { - content: ' Remove'; - font-weight: 700; -} .qr-preview > label { background: rgba(0, 0, 0, .5); right: 0; diff --git a/src/Posting/QR.coffee b/src/Posting/QR.coffee index bd3634e1d..92c3d9a51 100644 --- a/src/Posting/QR.coffee +++ b/src/Posting/QR.coffee @@ -438,7 +438,7 @@ QR = className: 'qr-preview' draggable: true href: 'javascript:;' - innerHTML: '' + innerHTML: '' @nodes = el: el