Skip to content

Commit

Permalink
Merge pull request #3472 from projectblacklight/backport-hover-style
Browse files Browse the repository at this point in the history
[backport 8.x] Remove hover style from non-controllable element
  • Loading branch information
seanaery authored Dec 16, 2024
2 parents bf9510a + b204b1e commit 3d61adf
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions app/assets/stylesheets/blacklight/_constraints.scss
Original file line number Diff line number Diff line change
Expand Up @@ -29,13 +29,6 @@
@media (min-width: breakpoint-min(lg)) {
max-width: breakpoint-min(lg) * 0.5;
}

&:hover,
&:active {
background-color: $secondary;
border-color: $secondary;
box-shadow: none;
}
}

.filter-name:after {
Expand Down

0 comments on commit 3d61adf

Please sign in to comment.