From 01d0fad9dd6e12ba8b91719b907cb7cc1681d637 Mon Sep 17 00:00:00 2001 From: Hippo Date: Thu, 22 Aug 2019 18:10:10 +0530 Subject: [PATCH] Disable "dashed-line on hover" for single-post pages --- style.css | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/style.css b/style.css index 4755c89..b88aa7a 100644 --- a/style.css +++ b/style.css @@ -109,6 +109,11 @@ article.post { padding: 0.5em; } +/* Don't put dotted lines for single articles */ +.single article.post:hover { + border: 0.2em dashed rgba(0,0,0,0); +} + /* Image Grid */ /* Grid style */ .display-posts-listing.grid {