We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Activity Rankings
1 parent 4fb3f1b commit 86b3c8eCopy full SHA for 86b3c8e
1 file changed
app/assets/stylesheets/components/reports.css
@@ -279,7 +279,7 @@
279
background: var(--color-bg-icon);
280
}
281
282
-.reports-ranking-entry.is-top-three {
+.reports-ranking-entry:not(.is-top-three) {
283
background: var(--color-primary-50);
284
285
@@ -301,8 +301,7 @@
301
302
303
.reports-ranking-entry.is-top-three .reports-ranking-rank {
304
- background: var(--color-primary);
305
- color: white;
+ background: var(--color-primary-1);
306
307
308
.reports-ranking-person {
0 commit comments