File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2121 color : #333 ;
2222 cursor : pointer ;
2323 overflow : hidden ;
24- border-bottom : 1px solid $color-border ;
2524}
2625
26+ // Each sub-suggestion
27+ .algolia-docsearch-suggestion__secondary {
28+ border-top : 1px solid $color-border ;
29+ }
30+
2731// Main category headers
2832.algolia-docsearch-suggestion--category-header {
2933 display : none ;
6266// The secondary column is hidden on small screens
6367.algolia-docsearch-suggestion--subcategory-column {
6468 display : none ;
69+ cursor : default ;
6570}
6671// The text snippet is hidden on small screens
6772.algolia-docsearch-suggestion--text {
7075
7176.algolia-docsearch-suggestion--content {
7277 padding : 3px 5px ;
78+ width : 100% ;
79+ border-top : 1px solid lighten ($color-border , 60% );
7380}
81+
82+ .algolia-docsearch-suggestion__main .algolia-docsearch-suggestion--content ,
83+ .algolia-docsearch-suggestion__secondary .algolia-docsearch-suggestion--content {
84+ border-top : 0 ;
85+ }
7486
7587.algolia-docsearch-suggestion--subcategory-inline {
7688 display : inline-block ;
128140 .algolia-docsearch-suggestion {
129141 display : table ;
130142 width : 100% ;
131- border-bottom : 1px solid $color-border-light ;
132143 }
144+
145+ .algolia-docsearch-suggestion__secondary {
146+ border-top : 1px solid $color-border-light ;
147+ }
148+
133149 .algolia-docsearch-suggestion--subcategory-column {
134150 border-right : 1px solid $color-border-light ;
135151 background : $color-left-column-bg ;
You can’t perform that action at this time.
0 commit comments