Closed JesusValera closed 1 year ago
In the _search.scss file it was globally defined
_search.scss
li.selected, li:hover { text-decoration: underline; background-color: $color-base-hover; }
So, it was being applied to everywhere a li element was in the page, all search CSS is now inside the parent .site-header__search.
li
.site-header__search
📚 Description
In the
_search.scss
file it was globally definedSo, it was being applied to everywhere a
li
element was in the page, all search CSS is now inside the parent.site-header__search
.