From c055e14be6af634438c3a8189a544b1b1c5f7932 Mon Sep 17 00:00:00 2001 From: Aditya Telange <21258296+adityatelange@users.noreply.github.com> Date: Fri, 2 Oct 2020 13:52:03 +0530 Subject: [PATCH] profile-mode: social-icons: rm animation --- assets/css/profile-mode.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/assets/css/profile-mode.css b/assets/css/profile-mode.css index 1a471823..aa1440d9 100644 --- a/assets/css/profile-mode.css +++ b/assets/css/profile-mode.css @@ -52,6 +52,6 @@ img { padding: 0 8px; } -.button:active, .social-icons>a>svg:hover{ +.button:active { transform: scale(0.96); } \ No newline at end of file