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.
2 parents bf5033e + 253ccb9 commit 4afa685Copy full SHA for 4afa685
app/assets/stylesheets/blacklight/_facets.scss
@@ -46,20 +46,21 @@
46
@extend .text-success;
47
}
48
49
- .remove {
50
- @extend .text-muted;
51
- text-indent: $padding-base-horizontal;
+ }
52
53
- .glyphicon {
54
- top: 0.1em;
55
- vertical-align: text-top;
56
- }
+ .remove {
+ @extend .text-muted;
+ text-indent: $padding-base-horizontal;
57
58
- &:hover {
59
- color: $brand-danger;
60
+ .glyphicon {
+ top: 0.1em;
+ vertical-align: text-top;
61
+ &:hover {
+ color: $brand-danger;
62
63
+
64
65
66
@mixin hyphens-auto {
0 commit comments