Skip to content

Commit

Permalink
Refs #140518 - Better solution for horizontal divider of groups.
Browse files Browse the repository at this point in the history
  • Loading branch information
GhitaB committed Nov 4, 2021
1 parent ddb8b62 commit d83a4fc
Showing 1 changed file with 12 additions and 10 deletions.
22 changes: 12 additions & 10 deletions src/SearchBlock/styles.less
Original file line number Diff line number Diff line change
Expand Up @@ -805,17 +805,19 @@ div.ui.modal.facet {
width: 100% !important;
}

div.by-letters {
div.letters-heading {
border-bottom: 1px solid @sf-light-gray;
margin-bottom: 10px;
margin-left: 25px;
div.by-groups {
.group-heading {
display: flex;
align-items: center;
--text-divider-gap: 0.5em;
}

span {
position: relative;
top: 10px;
left: -20px;
}
.group-heading::after {
height: 1px;
flex-grow: 1;
margin-left: var(--text-divider-gap);
background-color: @sf-light-gray;
content: '';
}
}

Expand Down

0 comments on commit d83a4fc

Please sign in to comment.