File tree Expand file tree Collapse file tree 1 file changed +15
-9
lines changed Expand file tree Collapse file tree 1 file changed +15
-9
lines changed Original file line number Diff line number Diff line change 3636 content : none;
3737 }
3838
39- .ais-Hits-item div : not (: first-child ): before {
39+ .ais-Hits-item div : not (: first-child ): not ( : nth-child ( 2 )) : before {
4040 content : ' > ' ;
4141 }
4242
43- .ais-Hits-item div : not (: first-child ): empty : before {
43+ .ais-Hits-item div : not (: first-child ): not ( : nth-child ( 2 )) : empty : before {
4444 content : none;
4545 }
4646
4949 }
5050
5151 .ais-Hits-item div : nth-child (1 ) {
52- font-size : 1.0em ;
52+ font-size : 0.8em ;
53+ color : var (--ibexa-dusk-black );
5354 }
5455
5556 .ais-Hits-item div : nth-child (2 ) {
56- font-size : 0.95 em ;
57+ font-size : 1.0 em ;
5758 }
5859
5960 .ais-Hits-item div : nth-child (3 ) {
60- font-size : 0.90 em ;
61+ font-size : 0.95 em ;
6162 }
6263
6364 .ais-Hits-item div : nth-child (4 ) {
64- font-size : 0.85 em ;
65+ font-size : 0.90 em ;
6566 }
6667
6768 .ais-Hits-item div : nth-child (5 ) {
68- font-size : 0.80 em ;
69+ font-size : 0.85 em ;
6970 }
7071
7172 .ais-Hits-item div : nth-child (6 ) {
72- font-size : 0.75 em ;
73+ font-size : 0.80 em ;
7374 }
7475
7576 .ais-Hits-item div : nth-child (7 ) {
77+ font-size : 0.75em ;
78+ }
79+
80+ .ais-Hits-item div : nth-child (8 ) {
7681 font-size : 0.70em ;
7782 color : var (--ibexa-dusk-black );
7883 }
7984
80- .ais-Hits-item div : nth-child (7 ): before {
85+ .ais-Hits-item div : not ( : first-child ) : not ( : nth-child (2 )) : nth-child ( 8 ): before {
8186 content : none;
8287 }
8388
@@ -181,6 +186,7 @@ <h1>Ibexa Documentation Search</h1>
181186 templates : {
182187 item : `
183188 <a href="{{url}}">
189+ <div>{{#helpers.highlight}}{ "attribute": "hierarchy.lvl0", "highlightedTagName": "strong" }{{/helpers.highlight}}</div>
184190 <div>{{#helpers.highlight}}{ "attribute": "hierarchy.lvl1", "highlightedTagName": "strong" }{{/helpers.highlight}}</div>
185191 <div>{{#helpers.highlight}}{ "attribute": "hierarchy.lvl2", "highlightedTagName": "strong" }{{/helpers.highlight}}</div>
186192 <div>{{#helpers.highlight}}{ "attribute": "hierarchy.lvl3", "highlightedTagName": "strong" }{{/helpers.highlight}}</div>
You can’t perform that action at this time.
0 commit comments