mirror of
https://github.com/freedombox/FreedomBox.git
synced 2026-04-29 10:10:19 +00:00
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:
parent
adbdd5814b
commit
ca624e718a
@ -333,7 +333,6 @@ a.menu_link_active {
|
|||||||
.card {
|
.card {
|
||||||
text-align: center;
|
text-align: center;
|
||||||
box-shadow: 0 3px 5px 0 rgba(0,0,0,0.12);
|
box-shadow: 0 3px 5px 0 rgba(0,0,0,0.12);
|
||||||
transition: box-shadow 0.3s ease-in-out;
|
|
||||||
width: 16rem;
|
width: 16rem;
|
||||||
padding: 0;
|
padding: 0;
|
||||||
margin: 0 10px 20px;
|
margin: 0 10px 20px;
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user