Skip to content

Commit

Permalink
changes hovercard background color to grey on hover
Browse files Browse the repository at this point in the history
  • Loading branch information
lyzellis authored and jhass committed Aug 25, 2014
1 parent 52d5a1c commit 8c90fea
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions app/assets/stylesheets/aspects.css.scss
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,12 @@
.icon-ok { display: none;}
}
a {
.text {
color: #333333;
}
&:hover {
background: $background-grey;
}
cursor: pointer;
padding-left: 10px;
}
Expand Down

0 comments on commit 8c90fea

Please sign in to comment.