Skip to content

Commit

Permalink
Merge pull request #3470 from projectblacklight/remove-hover-color
Browse files Browse the repository at this point in the history
Remove hover style from non-controllable element
  • Loading branch information
seanaery authored Dec 13, 2024
2 parents cef032f + 95eb33a commit ea66b44
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions app/assets/stylesheets/blacklight/_constraints.scss
Original file line number Diff line number Diff line change
Expand Up @@ -27,10 +27,6 @@
margin-left: 0.25rem;
transition: background-color 0.15s ease-in-out;
}

&:hover .filter-name:after {
background-color: var(--bs-btn-hover-color);
}
}

.remove {
Expand Down

0 comments on commit ea66b44

Please sign in to comment.