From a08357b8cac56184ee6a045ebd4ed6c93474aa7b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Xavier=20Juli=C3=A1n?= Date: Wed, 29 Apr 2015 09:56:20 +0200 Subject: [PATCH] Project list animations --- app/modules/home/projects/home-project-list.scss | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/app/modules/home/projects/home-project-list.scss b/app/modules/home/projects/home-project-list.scss index 50909a97..6f942ed9 100644 --- a/app/modules/home/projects/home-project-list.scss +++ b/app/modules/home/projects/home-project-list.scss @@ -6,14 +6,16 @@ padding: .5rem; padding-right: 1rem; text-overflow: ellipsis; - transition: border-color .3s linear; &:hover { border-color: $fresh-taiga; + transition: border-color .3s linear; p { color: $gray; + transition: color .3s linear; } .private path { fill: $gray; + transition: fill .3s linear; } } } @@ -38,7 +40,6 @@ width: .5rem; path { fill: $gray-light; - transition: fill .3s linear; } } } @@ -47,7 +48,6 @@ @extend %small; color: $gray-light; margin: 0; - transition: color .3s linear; } }