Skip to content

Commit

Permalink
Update facet remove glyphicon alignment and add hover state
Browse files Browse the repository at this point in the history
  • Loading branch information
cbeer committed Nov 11, 2014
1 parent 2cf32a0 commit 9cd038e
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions app/assets/stylesheets/blacklight/_facets.css.scss
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,16 @@
.remove {
@extend .text-muted;
text-indent: $padding-base-horizontal;

.glyphicon {
top: 0;
vertical-align: text-bottom;
}

&:hover {
color: $brand-danger;
}

}
}

Expand Down

0 comments on commit 9cd038e

Please sign in to comment.