Skip to content

Commit

Permalink
feat(search): ✨ only add divider between groups
Browse files Browse the repository at this point in the history
  • Loading branch information
alistair3149 committed Aug 29, 2023
1 parent 1f0a2e5 commit 9280e7c
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion resources/skins.citizen.search/skins.citizen.search.less
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,9 @@

&-item {
&-group {
border-top: 1px solid var( --border-color-base );
+ .citizen-typeahead-item-group {
border-top: 1px solid var( --border-color-base );
}

&-list {
margin: 0;
Expand Down

0 comments on commit 9280e7c

Please sign in to comment.