phel-lang / phel-lang.org

Phel website
https://phel-lang.org
MIT License
11 stars 10 forks source link

Hover only elements from search results #62

Closed JesusValera closed 1 year ago

JesusValera commented 1 year ago

📚 Description

In the _search.scss file it was globally defined

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.

image