Restore color transistion in sidenav.scss

pull/91/head
Francis Lachapelle 2015-02-13 12:00:10 -05:00
parent d1271799f4
commit 23ce8904a9
1 changed files with 2 additions and 1 deletions

View File

@ -144,7 +144,8 @@ $i: 1;
md-item-content {
line-height: $sg-line-height-6; // 40px eg. display-1
padding: 0 $mg;
transition: background-color $swift-ease-in-duration $swift-ease-in-timing-function;
transition: background-color $swift-ease-in-duration $swift-ease-in-timing-function,
color 0.5s linear;
&:hover {
background-color: sg-color($sogoPaper, 500);
cursor: pointer;