Skip to content

Commit d7bf6bc

Browse files
authored
Merge pull request #167 from legumeinfo/gene-search-table
Gene search table
2 parents 1782b14 + d986d29 commit d7bf6bc

File tree

63 files changed

+58817
-32277
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

63 files changed

+58817
-32277
lines changed

dev/examples/lis-gene-search-with-linkouts.html

+2
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,9 @@ <h1>&lt;lis-gene-search-element&gt; with &lt;lis-linkout-element&gt; and &lt;lis
3333
See the source code for details on how these components interact.
3434
</p>
3535
<hr>
36+
</div>
3637

38+
<div class="uk-container uk-container-expand">
3739
<!-- the custom gene search element -->
3840
<lis-gene-search-element id="gene-search"></lis-gene-search-element>
3941
<lis-modal-element modalId="modal">

dev/lis-gene-search-element.html

+2-1
Original file line numberDiff line numberDiff line change
@@ -32,10 +32,11 @@ <h1>&lt;lis-gene-search-element&gt;</h1>
3232
If the query string parameters are present when the component loads then a search will be automatically performed with the query string parameter values.
3333
</p>
3434
<hr>
35+
</div>
3536

37+
<div class="uk-container uk-container-expand">
3638
<!-- the custom gene search element -->
3739
<lis-gene-search-element id="gene-search"></lis-gene-search-element>
38-
3940
</div>
4041

4142
<!-- set the search function by property because functions can't be set as attributes -->

dev/lis-publication-search-element.html

+3
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,9 @@ <h1>&lt;lis-publication-search-element&gt;</h1>
3131
If the query string parameters are present when the component loads then a search will be automatically performed with the query string parameter values.
3232
</p>
3333
<hr>
34+
</div>
35+
36+
<div class="uk-container uk-container-expand">
3437
<!-- the custom publication search element -->
3538
<lis-publication-search-element id="publication-search"></lis-publication-search-element>
3639
</div>

dev/lis-qtl-search-element.html

+3
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,9 @@ <h1>&lt;lis-qtl-search-element&gt;</h1>
3131
If the query string parameters are present when the component loads then a search will be automatically performed with the query string parameter values.
3232
</p>
3333
<hr>
34+
</div>
35+
36+
<div class="uk-container uk-container-expand">
3437
<!-- the custom qtl search element -->
3538
<lis-qtl-search-element id="qtl-search"></lis-qtl-search-element>
3639
</div>

dev/lis-trait-search-element.html

+2-1
Original file line numberDiff line numberDiff line change
@@ -31,10 +31,11 @@ <h1>&lt;lis-trait-search-element&gt;</h1>
3131
If the query string parameters are present when the component loads then a search will be automatically performed with the query string parameter values.
3232
</p>
3333
<hr>
34+
</div>
3435

36+
<div class="uk-container uk-container-expand">
3537
<!-- the custom trait search element -->
3638
<lis-trait-search-element id="trait-search"></lis-trait-search-element>
37-
3839
</div>
3940

4041
<!-- set the search function by property because functions can't be set as attributes -->

docs/assets/highlight.css

+25-25
Original file line numberDiff line numberDiff line change
@@ -1,30 +1,30 @@
11
:root {
2-
--light-hl-0: #000000;
3-
--dark-hl-0: #D4D4D4;
4-
--light-hl-1: #795E26;
5-
--dark-hl-1: #DCDCAA;
6-
--light-hl-2: #AF00DB;
7-
--dark-hl-2: #C586C0;
8-
--light-hl-3: #001080;
9-
--dark-hl-3: #9CDCFE;
10-
--light-hl-4: #A31515;
11-
--dark-hl-4: #CE9178;
12-
--light-hl-5: #0000FF;
13-
--dark-hl-5: #569CD6;
14-
--light-hl-6: #267F99;
15-
--dark-hl-6: #4EC9B0;
16-
--light-hl-7: #008000;
17-
--dark-hl-7: #6A9955;
18-
--light-hl-8: #000000FF;
19-
--dark-hl-8: #D4D4D4;
20-
--light-hl-9: #800000;
21-
--dark-hl-9: #808080;
22-
--light-hl-10: #800000;
2+
--light-hl-0: #001080;
3+
--dark-hl-0: #9CDCFE;
4+
--light-hl-1: #000000;
5+
--dark-hl-1: #D4D4D4;
6+
--light-hl-2: #800000;
7+
--dark-hl-2: #808080;
8+
--light-hl-3: #800000;
9+
--dark-hl-3: #569CD6;
10+
--light-hl-4: #008000;
11+
--dark-hl-4: #6A9955;
12+
--light-hl-5: #E50000;
13+
--dark-hl-5: #9CDCFE;
14+
--light-hl-6: #0000FF;
15+
--dark-hl-6: #CE9178;
16+
--light-hl-7: #000000FF;
17+
--dark-hl-7: #D4D4D4;
18+
--light-hl-8: #AF00DB;
19+
--dark-hl-8: #C586C0;
20+
--light-hl-9: #A31515;
21+
--dark-hl-9: #CE9178;
22+
--light-hl-10: #0000FF;
2323
--dark-hl-10: #569CD6;
24-
--light-hl-11: #FF0000;
25-
--dark-hl-11: #9CDCFE;
26-
--light-hl-12: #0000FF;
27-
--dark-hl-12: #CE9178;
24+
--light-hl-11: #267F99;
25+
--dark-hl-11: #4EC9B0;
26+
--light-hl-12: #795E26;
27+
--dark-hl-12: #DCDCAA;
2828
--light-hl-13: #CD3131;
2929
--dark-hl-13: #F44747;
3030
--light-hl-14: #0070C1;

docs/assets/main.js

+57-53
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

docs/assets/search.js

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)