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

github.com/adityatelange/hugo-PaperMod.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAditya Telange <21258296+adityatelange@users.noreply.github.com>2022-07-08 17:57:49 +0300
committerAditya Telange <21258296+adityatelange@users.noreply.github.com>2022-07-08 17:58:05 +0300
commit6ebeb20bdb44aa84b54e0e431415bd40c4a1f513 (patch)
tree3df68d012208a679f9e5edb7e21b7f0b679e862e
parent5f280c5df281cc004d8a4698345f08a9689c43ac (diff)
Remove share-buttons svg animation
-rw-r--r--assets/css/common/post-single.css5
-rw-r--r--assets/css/core/zmedia.css1
2 files changed, 0 insertions, 6 deletions
diff --git a/assets/css/common/post-single.css b/assets/css/common/post-single.css
index 2ceea084..34d3ec27 100644
--- a/assets/css/common/post-single.css
+++ b/assets/css/common/post-single.css
@@ -344,11 +344,6 @@
height: 30px;
width: 30px;
fill: currentColor;
- transition: transform 0.1s;
-}
-
-.share-buttons svg:active {
- transform: scale(0.96);
}
h1:hover .anchor,
diff --git a/assets/css/core/zmedia.css b/assets/css/core/zmedia.css
index 28884728..210d4863 100644
--- a/assets/css/core/zmedia.css
+++ b/assets/css/core/zmedia.css
@@ -40,7 +40,6 @@
/* terms; profile-mode; post-single; post-entry; post-entry; search; search */
.terms-tags a:active,
.button:active,
- .share-buttons svg:active,
.post-entry:active,
.top-link,
#searchResults .focus,