removed transitions on chooser, it looks sloppy and delayed in what should be a quick forgettable interface

This commit is contained in:
Dave Cranwell 2014-03-04 17:03:48 +00:00
parent 15a81d5165
commit 711cc045bb

View file

@ -99,6 +99,9 @@ ul.listing{
&.full-width tbody tr:hover{
background-color:#FDFDFD;
}
&.chooser tr.can-choose a{
@include transition(none);
}
&.chooser tr.can-choose:hover{
background-color:$color-teal;
color:white;