Skip to content

Commit

Permalink
fix: revert style changes to search result filters
Browse files Browse the repository at this point in the history
  • Loading branch information
mancristiana committed Mar 1, 2022
1 parent c282f53 commit f40ddfd
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 0 deletions.
6 changes: 6 additions & 0 deletions style.css
Original file line number Diff line number Diff line change
Expand Up @@ -4480,6 +4480,12 @@ ul {
}
}

.search-results-sidebar .sidenav-item {
border-radius: 4px;
padding: 10px 36px;
margin-bottom: 4px;
}

.search-results-sidebar .sidenav-item:hover, .search-results-sidebar .sidenav-item.current {
background-color: #e9ebed;
color: inherit;
Expand Down
4 changes: 4 additions & 0 deletions styles/_search_results.scss
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,10 @@
}

.sidenav-item {
border-radius: 4px;
padding: 10px 36px;
margin-bottom: 4px;

&:hover,
&.current {
background-color: #e9ebed;
Expand Down

0 comments on commit f40ddfd

Please sign in to comment.