Fix styling issue when hovering recently viewed

This commit is contained in:
Clemente Raposo 2025-01-21 12:41:39 +00:00 committed by Jack Anderson
parent 8aaf22e0ff
commit 0fba9355c8

View file

@ -81,6 +81,12 @@
.recently-viewed {
display: block;
&.dropdown-item:hover {
color: inherit;
text-decoration: inherit;
background-color: inherit;
}
}
.recently-viewed-nav-header {