From 4c918f6c553da44bdb959f54d3c66b7348cd686d Mon Sep 17 00:00:00 2001 From: Chen Zhe Date: Sun, 31 Jan 2021 15:48:25 +0800 Subject: only animate video icon at hover not focus --- static/css/default.css | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/static/css/default.css b/static/css/default.css index 4a68e80..8e732c4 100644 --- a/static/css/default.css +++ b/static/css/default.css @@ -100,8 +100,7 @@ span.video-icon svg { transition: 0.2s; } -.og-grid li > a:hover span.video-icon svg, -.og-grid li > a:focus span.video-icon svg{ - filter: invert(90%) contrast(97%); +.og-grid li > a:hover span.video-icon svg{ + filter: invert(90%); } -- cgit v1.2.3