From ca624e718a0842063fc7ec3fa3bd2f0585bf62e5 Mon Sep 17 00:00:00 2001 From: Sunil Mohan Adapa Date: Thu, 13 Feb 2020 14:47:11 -0800 Subject: [PATCH] cards: Remove the transition delay on hover effect The cards react very fast to mouse movements give the feeling of more responsiveness in the UI instead of feeling sluggish. Reviewed-by: Joseph Nuthalapati --- static/themes/default/css/plinth.css | 1 - 1 file changed, 1 deletion(-) diff --git a/static/themes/default/css/plinth.css b/static/themes/default/css/plinth.css index 2d4417fff..c27dd1ae9 100644 --- a/static/themes/default/css/plinth.css +++ b/static/themes/default/css/plinth.css @@ -333,7 +333,6 @@ a.menu_link_active { .card { text-align: center; box-shadow: 0 3px 5px 0 rgba(0,0,0,0.12); - transition: box-shadow 0.3s ease-in-out; width: 16rem; padding: 0; margin: 0 10px 20px;