Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/Chen-Zhe/photo-grid.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChen Zhe <chenzhesg@gmail.com>2021-01-31 10:48:25 +0300
committerChen Zhe <chenzhesg@gmail.com>2021-01-31 10:48:25 +0300
commit4c918f6c553da44bdb959f54d3c66b7348cd686d (patch)
tree887ebb8514d8b225f477e673287b66b12cbdcddc
parent2fd32f7625e02c2d58f80213ea45f26f9cd0bfbd (diff)
only animate video icon at hover not focus
-rw-r--r--static/css/default.css5
1 files 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%);
}