File tree Expand file tree Collapse file tree 3 files changed +18
-20
lines changed Expand file tree Collapse file tree 3 files changed +18
-20
lines changed Original file line number Diff line number Diff line change 7
7
box-shadow : none;
8
8
}
9
9
a ,
10
- a : visited {
10
+ a : visited ,
11
+ main .bd-content # main-content a ,
12
+ main .bd-content # main-content a : visited {
11
13
color : # 2980b9 ;
12
14
}
13
- a : hover {
14
- color : # 176aa1 ;
15
- text-decoration : underline;
15
+ a : hover ,
16
+ main .bd-content # main-content a : hover {
17
+ color : # 1a567e ;
18
+ text-decoration : none;
16
19
}
17
20
ul {
18
21
list-style-type : square;
@@ -129,8 +132,14 @@ p.search-summary {
129
132
list-style-type : none;
130
133
padding-left : 0 ;
131
134
}
135
+ # search-results ul li ,
136
+ ul .search li {
137
+ margin-bottom : 2rem ;
138
+ padding : 0 ;
139
+ background-image : none;
140
+ }
132
141
# search-results ul li h3 {
133
- margin : 0.75 rem 0 .5rem ;
142
+ margin : 0.4 rem 0 .5rem ;
134
143
font-size : 1.5rem ;
135
144
}
136
145
# search-results ul li .breadcrumbs {
@@ -149,17 +158,6 @@ p.search-summary {
149
158
150
159
text-overflow : ellipsis;
151
160
}
152
- # search-results ul li ,
153
- ul .search li {
154
- margin-bottom : 2rem ;
155
- padding : 2px 0 5px 4rem ;
156
- background-image : url (file.svg);
157
- background-blend-mode : hue;
158
- background-color : violetred;
159
- background-repeat : no-repeat;
160
- background-position : 0px 8px ;
161
- background-size : 56px ;
162
- }
163
161
ul .search li p .context {
164
162
margin-left : 0 ;
165
163
}
Original file line number Diff line number Diff line change @@ -264,7 +264,7 @@ var Search = {
264
264
} )
265
265
let markup = path
266
266
. map ( ( el , idx ) => {
267
- return idx === 0 ? `<a href="/ ${ el . path } "><b> ${ el . title } </b></a>` : `<a href="/${ el . path } ">${ el . title } </a>`
267
+ return `<a href="/${ el . path } ">${ el . title } </a>`
268
268
} )
269
269
markup . push ( `<span class="lastbreadcrumb">${ item [ 1 ] } </span>` )
270
270
return markup . join ( '<span class="pathseparator">></span>' ) ;
Original file line number Diff line number Diff line change @@ -66,9 +66,9 @@ <h1 id="search-documentation">{{ _('Search') }}</h1>
66
66
</ div >
67
67
</ div >
68
68
69
- < div class ="form- row mb-2 ">
70
- < label for ="doc_section " class ="col "> Filter by section</ label >
71
- < div class ="col-sm-10 ">
69
+ < div class ="form row mb-2 ">
70
+ < label for ="doc_section " class ="col sr-only "> Filter by section</ label >
71
+ < div class ="col ">
72
72
< div class ="form-check ">
73
73
< input class ="form-check-input " type ="radio " name ="doc_section " id ="doc_section_all " value ="all ">
74
74
< label class ="form-check-label " for ="doc_section_all ">
You can’t perform that action at this time.
0 commit comments