Skip to content

Commit 86b3c8e

Browse files
authored
Changed Activity Rankings section styles (#72)
1 parent 4fb3f1b commit 86b3c8e

1 file changed

Lines changed: 2 additions & 3 deletions

File tree

app/assets/stylesheets/components/reports.css

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -279,7 +279,7 @@
279279
background: var(--color-bg-icon);
280280
}
281281

282-
.reports-ranking-entry.is-top-three {
282+
.reports-ranking-entry:not(.is-top-three) {
283283
background: var(--color-primary-50);
284284
}
285285

@@ -301,8 +301,7 @@
301301
}
302302

303303
.reports-ranking-entry.is-top-three .reports-ranking-rank {
304-
background: var(--color-primary);
305-
color: white;
304+
background: var(--color-primary-1);
306305
}
307306

308307
.reports-ranking-person {

0 commit comments

Comments
 (0)