Skip to content

Commit 73da39a

Browse files
committed
Adjust placement of "X" to remove pivot facets.
Offset was causing the "X" to be placed over top of the facet text for pivot facets.
1 parent bf5033e commit 73da39a

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

app/assets/stylesheets/blacklight/_facets.scss

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,8 @@
4646
@extend .text-success;
4747
}
4848

49+
}
50+
4951
.remove {
5052
@extend .text-muted;
5153
text-indent: $padding-base-horizontal;
@@ -60,7 +62,6 @@
6062
}
6163

6264
}
63-
}
6465

6566
@mixin hyphens-auto {
6667
// breaks long words apart so they don't cause the containing div to

0 commit comments

Comments
 (0)