Skip to content

Commit

Permalink
for typeahead, scale the image inside the suggestion row instead of f…
Browse files Browse the repository at this point in the history
…loating over it
  • Loading branch information
benthemonkey committed Oct 17, 2015
1 parent 1366d30 commit 942d006
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions css/points-center.css
Original file line number Diff line number Diff line change
Expand Up @@ -30,12 +30,7 @@ legend{
}

.tt-suggestion img:hover{
z-index: 100;
-webkit-transform: translate(0,60px) scale(5);
-moz-transform: translate(0,60px) scale(5);
-ms-transform: translate(0,60px) scale(5);
-o-transform: translate(0,60px) scale(5);
transform: translate(0,60px) scale(5);
height: 120px;
}

.tt-suggestion.dupe{
Expand Down

0 comments on commit 942d006

Please sign in to comment.