Skip to content

Commit 3bd9cbb

Browse files
MillenniumFalconMechanicNoopDog
authored andcommitted
Updated matrix warning UI and text. Resolves #812. (#1028)
1 parent dd9bc3a commit 3bd9cbb

File tree

3 files changed

+13
-6
lines changed

3 files changed

+13
-6
lines changed

spa/src/app/files/hca-get-data/matrix-partial-query-match-warning/matrix-partial-query-match-warning.component.html

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,12 @@
22
<warning-title><h4 class="fontsize-m">Note: Not all selected data will be included in the generated
33
matrix.</h4></warning-title>
44
<warning-content>
5-
<p class="fontsize-m">The HCA Matrix Service supports the currently following data types:</p>
6-
<ol class="fontsize-m">
5+
<p class="fontsize-s">The HCA Matrix Service supports the currently following data types:</p>
6+
<ol class="fontsize-s">
77
<li>Human, Smart Seq2, paired end true, or</li>
8-
<li>Human, 10X v2 sequencing</li>
9-
<li>Human, 10X 3' v2 sequencing</li>
8+
<li>Human or Mouse, 10X v2 sequencing</li>
9+
<li>Human or Mouse, 10X 3' v2 sequencing</li>
1010
</ol>
11-
<p class="fontsize-m">Non-matching data types will be omitted from the generated matrix.</p>
11+
<p class="fontsize-s">Non-matching data types will be omitted from the generated matrix.</p>
1212
</warning-content>
1313
</warning>

spa/src/app/files/hca-get-data/matrix-partial-query-match-warning/matrix-partial-query-match-warning.component.scss

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,3 +4,10 @@
44
*
55
* Styles for matrix partial query match warning.
66
*/
7+
8+
:host {
9+
10+
li {
11+
margin-bottom: 0;
12+
}
13+
}

spa/src/app/shared/warning/warning-title.component.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,5 +9,5 @@
99

1010
:host {
1111
display: block;
12-
margin-bottom: 16px;
12+
margin-bottom: 8px;
1313
}

0 commit comments

Comments
 (0)