diff --git a/web/src/beanflows/dashboard/templates/countries.html b/web/src/beanflows/dashboard/templates/countries.html index d946780..37cddb0 100644 --- a/web/src/beanflows/dashboard/templates/countries.html +++ b/web/src/beanflows/dashboard/templates/countries.html @@ -346,6 +346,9 @@ .cc-t-bar-wrap { height: 4px; background: var(--color-parchment); border-radius: 2px; overflow: hidden; } .cc-t-bar { height: 100%; border-radius: 2px; transition: width 0.5s ease; } .cc-t-value { font-family: var(--font-mono); font-size: 0.8125rem; font-weight: 600; color: var(--color-espresso); text-align: right; } +.cc-trow-head { padding-top: 0.375rem; padding-bottom: 0.375rem; border-bottom: 1px solid var(--color-parchment); } +.cc-trow-head:hover { background: none; } +.cc-t-head { font-size: 0.625rem; text-transform: uppercase; letter-spacing: 0.1em; color: var(--color-stone); font-weight: 600; } /* Empty state */ .cc-empty { @@ -622,10 +625,18 @@ function buildRankings(data, metric, orderedCodes) { + ''; }).join(''); + var metricLabel = metric.replace(/_/g, ' '); + var colHead = '