diff --git a/app/assets/stylesheets/blacklight/_facets.scss b/app/assets/stylesheets/blacklight/_facets.scss index f233b6ee58..995da1361f 100644 --- a/app/assets/stylesheets/blacklight/_facets.scss +++ b/app/assets/stylesheets/blacklight/_facets.scss @@ -46,20 +46,21 @@ @extend .text-success; } - .remove { - @extend .text-muted; - text-indent: $padding-base-horizontal; + } - .glyphicon { - top: 0.1em; - vertical-align: text-top; - } + .remove { + @extend .text-muted; + text-indent: $padding-base-horizontal; - &:hover { - color: $brand-danger; - } + .glyphicon { + top: 0.1em; + vertical-align: text-top; + } + &:hover { + color: $brand-danger; } + } @mixin hyphens-auto {