Skip to content

Commit 316a417

Browse files
committed
Changed Activity Rankings section styles
1 parent e463e1a commit 316a417

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
@@ -275,7 +275,7 @@
275275
background: var(--color-bg-icon);
276276
}
277277

278-
.reports-ranking-entry.is-top-three {
278+
.reports-ranking-entry:not(.is-top-three) {
279279
background: var(--color-primary-50);
280280
}
281281

@@ -297,8 +297,7 @@
297297
}
298298

299299
.reports-ranking-entry.is-top-three .reports-ranking-rank {
300-
background: var(--color-primary);
301-
color: white;
300+
background: var(--color-primary-1);
302301
}
303302

304303
.reports-ranking-person {

0 commit comments

Comments
 (0)