Skip to content

Commit 3d61adf

Browse files
authored
Merge pull request #3472 from projectblacklight/backport-hover-style
[backport 8.x] Remove hover style from non-controllable element
2 parents bf9510a + b204b1e commit 3d61adf

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

app/assets/stylesheets/blacklight/_constraints.scss

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -29,13 +29,6 @@
2929
@media (min-width: breakpoint-min(lg)) {
3030
max-width: breakpoint-min(lg) * 0.5;
3131
}
32-
33-
&:hover,
34-
&:active {
35-
background-color: $secondary;
36-
border-color: $secondary;
37-
box-shadow: none;
38-
}
3932
}
4033

4134
.filter-name:after {

0 commit comments

Comments
 (0)