change animation condition from hover to active for share-buttons and terms-tags

This commit is contained in:
Aditya Telange 2021-01-11 20:31:03 +05:30
parent 89414d00dc
commit 7a0e1f369c
No known key found for this signature in database
GPG Key ID: 82E844EF3DA99E77
2 changed files with 2 additions and 2 deletions

View File

@ -331,7 +331,7 @@
transition: transform .1s transition: transform .1s
} }
.share-buttons svg:hover { .share-buttons svg:active {
transform: scale(.96) transform: scale(.96)
} }

View File

@ -12,7 +12,7 @@
transition: transform .1s transition: transform .1s
} }
.terms-tags a:hover { .terms-tags a:active {
background: var(--tertiary); background: var(--tertiary);
transform: scale(.96) transform: scale(.96)
} }