We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ba664d4 commit 7c4d7f4Copy full SHA for 7c4d7f4
src/Dashboard/Widget.php
@@ -444,12 +444,12 @@ public static function multipleNumber(array $params = []): string
444
$color = Toolbox::getFgColor($bgcolor);
445
446
$palette_style .= "
447
- #chart-{$p['rand']} .line-$letter {
+ #chart-{$p['rand']} .line-$index {
448
background-color: $bgcolor;
449
color: $color;
450
}
451
452
- #chart-{$p['rand']} .line-$letter:hover {
+ #chart-{$p['rand']} .line-$index:hover {
453
background-color: $bgcolor_h;
454
font-weight: bold;
455
0 commit comments