Skip to content

Commit 4afa685

Browse files
committed
Merge pull request #1127 from wlayton/firstpatch
Adjust placement of "X" to remove pivot facets.
2 parents bf5033e + 253ccb9 commit 4afa685

File tree

1 file changed

+11
-10
lines changed

1 file changed

+11
-10
lines changed

app/assets/stylesheets/blacklight/_facets.scss

Lines changed: 11 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -46,20 +46,21 @@
4646
@extend .text-success;
4747
}
4848

49-
.remove {
50-
@extend .text-muted;
51-
text-indent: $padding-base-horizontal;
49+
}
5250

53-
.glyphicon {
54-
top: 0.1em;
55-
vertical-align: text-top;
56-
}
51+
.remove {
52+
@extend .text-muted;
53+
text-indent: $padding-base-horizontal;
5754

58-
&:hover {
59-
color: $brand-danger;
60-
}
55+
.glyphicon {
56+
top: 0.1em;
57+
vertical-align: text-top;
58+
}
6159

60+
&:hover {
61+
color: $brand-danger;
6262
}
63+
6364
}
6465

6566
@mixin hyphens-auto {

0 commit comments

Comments
 (0)