Skip to content

Commit

Permalink
Merge pull request #1127 from wlayton/firstpatch
Browse files Browse the repository at this point in the history
Adjust placement of "X" to remove pivot facets.
  • Loading branch information
jcoyne committed Mar 5, 2015
2 parents bf5033e + 253ccb9 commit 4afa685
Showing 1 changed file with 11 additions and 10 deletions.
21 changes: 11 additions & 10 deletions app/assets/stylesheets/blacklight/_facets.scss
Original file line number Diff line number Diff line change
Expand Up @@ -46,20 +46,21 @@
@extend .text-success;
}

.remove {
@extend .text-muted;
text-indent: $padding-base-horizontal;
}

.glyphicon {
top: 0.1em;
vertical-align: text-top;
}
.remove {
@extend .text-muted;
text-indent: $padding-base-horizontal;

&:hover {
color: $brand-danger;
}
.glyphicon {
top: 0.1em;
vertical-align: text-top;
}

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

}

@mixin hyphens-auto {
Expand Down

0 comments on commit 4afa685

Please sign in to comment.