File tree Expand file tree Collapse file tree 1 file changed +8
-3
lines changed
mwdb/web/src/components/RecentView Expand file tree Collapse file tree 1 file changed +8
-3
lines changed Original file line number Diff line number Diff line change @@ -203,10 +203,16 @@ export default function RecentView(props) {
203
203
value = "Search"
204
204
/>
205
205
</ div >
206
- < div className = "btn-group" >
206
+ < div
207
+ className = "btn-group"
208
+ data-toggle = "tooltip"
209
+ title = { `Turn ${
210
+ countingEnabled ? "off" : "on"
211
+ } results counting`}
212
+ >
207
213
< input
208
214
type = "submit"
209
- className = { `btn btn-outline-info rounded-0 ${
215
+ className = { `btn btn-outline-info rounded-0 shadow-none ${
210
216
searchParams . get ( "count" ) === "1"
211
217
? "active"
212
218
: ""
@@ -220,7 +226,6 @@ export default function RecentView(props) {
220
226
} }
221
227
/>
222
228
</ div >
223
-
224
229
< a
225
230
href = "https://mwdb.readthedocs.io/en/latest/user-guide/7-Lucene-search.html"
226
231
className = "btn btn-outline-primary"
You can’t perform that action at this time.
0 commit comments