@archerjessop/utilities 4.6.1 → 4.6.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -384,7 +384,12 @@
|
|
|
384
384
|
}
|
|
385
385
|
|
|
386
386
|
/* State modifiers */
|
|
387
|
-
|
|
387
|
+
/* When footer has negative class, override ALL metric values */
|
|
388
|
+
.negative .metric-value {
|
|
389
|
+
color: var(--color-danger) !important;
|
|
390
|
+
}
|
|
391
|
+
|
|
392
|
+
.negative .metric-value:hover {
|
|
388
393
|
color: var(--color-danger) !important;
|
|
389
394
|
}
|
|
390
395
|
|