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 <njoseph@riseup.net>
This commit is contained in:
Sunil Mohan Adapa 2020-02-13 14:47:11 -08:00 committed by Joseph Nuthalapati
parent adbdd5814b
commit ca624e718a
No known key found for this signature in database
GPG Key ID: 5398F00A2FA43C35

View File

@ -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;