From ae88ca4db15c58e9c6b1a8a19f667ea8787a9e5f Mon Sep 17 00:00:00 2001 From: welpo Date: Tue, 21 Feb 2023 15:37:57 +0100 Subject: [PATCH] =?UTF-8?q?=F0=9F=94=A5=20refactor:=20remove=20unused=20me?= =?UTF-8?q?ta=20hover=20logic=20This=20was=20used=20for=20the=20previous?= =?UTF-8?q?=20functionality=20where=20the=20"time=20to=20read"=20meta=20wo?= =?UTF-8?q?uld=20become=20"number=20of=20words"=20on=20hover.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- sass/parts/_misc.scss | 14 -------------- 1 file changed, 14 deletions(-) diff --git a/sass/parts/_misc.scss b/sass/parts/_misc.scss index 1557e1c..6c20ff8 100644 --- a/sass/parts/_misc.scss +++ b/sass/parts/_misc.scss @@ -119,17 +119,3 @@ table td { table tbody tr:nth-child(even) { background-color: var(--bg-0); } - -.meta span:hover::before { - content: attr(word-count); -} - -.meta span::before { - content: attr(reading-time); -} - -.meta span.reading-time span.word-count { - display: inline-block; - position: relative; - width: 61em; /* adjust this value as needed */ -}