We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Activity Rankings
1 parent e463e1a commit 316a417Copy full SHA for 316a417
1 file changed
app/assets/stylesheets/components/reports.css
@@ -275,7 +275,7 @@
275
background: var(--color-bg-icon);
276
}
277
278
-.reports-ranking-entry.is-top-three {
+.reports-ranking-entry:not(.is-top-three) {
279
background: var(--color-primary-50);
280
281
@@ -297,8 +297,7 @@
297
298
299
.reports-ranking-entry.is-top-three .reports-ranking-rank {
300
- background: var(--color-primary);
301
- color: white;
+ background: var(--color-primary-1);
302
303
304
.reports-ranking-person {
0 commit comments