Skip to content

Commit

Permalink
XWIKI-22675: Extra line below facet items (#3759)
Browse files Browse the repository at this point in the history
  • Loading branch information
Sereza7 authored Dec 13, 2024
1 parent 0a2d4f1 commit 2f1ee0f
Showing 1 changed file with 0 additions and 13 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -722,19 +722,6 @@ a.search-result-highlightAll:after {
position: relative;
}

.search-facet-header:after {
border-bottom: 1px dotted $theme.pageContentBackgroundColor;
border-top: 1px dotted $theme.borderColor;
clear: both;
content: "";
display: block;
height: 0;
position: absolute;
right: 0;
bottom: 0;
width: 100%;
}

.search-facet:last-of-type .search-facet-header:after {
border: medium none;
}
Expand Down

0 comments on commit 2f1ee0f

Please sign in to comment.