We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 73da39a commit 253ccb9Copy full SHA for 253ccb9
app/assets/stylesheets/blacklight/_facets.scss
@@ -48,21 +48,21 @@
48
49
}
50
51
- .remove {
52
- @extend .text-muted;
53
- text-indent: $padding-base-horizontal;
+ .remove {
+ @extend .text-muted;
+ text-indent: $padding-base-horizontal;
54
55
- .glyphicon {
56
- top: 0.1em;
57
- vertical-align: text-top;
58
- }
59
-
60
- &:hover {
61
- color: $brand-danger;
62
+ .glyphicon {
+ top: 0.1em;
+ vertical-align: text-top;
+ }
63
+ &:hover {
+ color: $brand-danger;
64
65
+
66
@mixin hyphens-auto {
67
// breaks long words apart so they don't cause the containing div to
68
// be too big
0 commit comments