Skip to content

Commit 253ccb9

Browse files
committed
Fixed indenting for .remove
1 parent 73da39a commit 253ccb9

File tree

1 file changed

+11
-11
lines changed

1 file changed

+11
-11
lines changed

app/assets/stylesheets/blacklight/_facets.scss

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -48,21 +48,21 @@
4848

4949
}
5050

51-
.remove {
52-
@extend .text-muted;
53-
text-indent: $padding-base-horizontal;
51+
.remove {
52+
@extend .text-muted;
53+
text-indent: $padding-base-horizontal;
5454

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

60+
&:hover {
61+
color: $brand-danger;
6462
}
6563

64+
}
65+
6666
@mixin hyphens-auto {
6767
// breaks long words apart so they don't cause the containing div to
6868
// be too big

0 commit comments

Comments
 (0)