From b0ba363871a5135fdf97438faea7573df7a37da6 Mon Sep 17 00:00:00 2001 From: Frederic Guillot Date: Thu, 17 Mar 2016 19:57:46 -0400 Subject: [PATCH] Swap unread icons and remove useless href attributes --- assets/css/app.css | 4 ++-- templates/bookmark_links.php | 2 -- templates/status_links.php | 2 -- 3 files changed, 2 insertions(+), 6 deletions(-) diff --git a/assets/css/app.css b/assets/css/app.css index b75ad72..dba6490 100644 --- a/assets/css/app.css +++ b/assets/css/app.css @@ -380,11 +380,11 @@ article[data-item-bookmark="1"] .bookmark-icon:before { } article[data-item-status="read"] .read-icon:before { - content: "✔"; + content: "✘"; } article[data-item-status="unread"] .read-icon:before { - content: "✘"; + content: "✔"; } /* counter brackets */ diff --git a/templates/bookmark_links.php b/templates/bookmark_links.php index 4d2c034..2084afa 100644 --- a/templates/bookmark_links.php +++ b/templates/bookmark_links.php @@ -1,7 +1,6 @@