Skip to content

Commit 75259bb

Browse files
committed
RevDepRow: Merge stats CSS class into downloads
1 parent 6b5e2e2 commit 75259bb

File tree

2 files changed

+3
-6
lines changed

2 files changed

+3
-6
lines changed

app/components/rev-dep-row.hbs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
</LinkTo>
66
requires {{@dependency.req}}
77
</div>
8-
<div local-class="stats downloads">
8+
<div local-class="downloads">
99
{{svg-jar "download-arrow" local-class="download-icon"}}
1010
<span local-class="rev-dep-downloads">{{ format-num @dependency.downloads }}</span>
1111
</div>

app/components/rev-dep-row.module.css

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -17,15 +17,12 @@
1717
}
1818
}
1919

20-
.stats {
21-
width: 25%;
22-
color: var(--main-color-light);
23-
}
24-
2520
.downloads {
2621
display: flex;
2722
align-items: center;
23+
width: 25%;
2824
padding-bottom: 5px;
25+
color: var(--main-color-light);
2926
}
3027

3128
.download-icon {

0 commit comments

Comments
 (0)