mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
Graph: Fixed series legend color for hidden series (#16438)
* replaced colors for headingColor, link and linkDisabled with colors from grayscale, replaced colors for linkDisabled and linkHover with colors from grayscale, changed color for sha-modal-in-text to text-color-empahises * fixed snapshot
This commit is contained in:
committed by
Torkel Ödegaard
parent
9630d812b8
commit
70dcb6a22a
@@ -89,8 +89,8 @@ $edit-gradient: linear-gradient(-60deg, $gray-7, #f5f6f9 70%, $gray-7 98%);
|
||||
// Links
|
||||
// -------------------------
|
||||
$link-color: #52545c;
|
||||
$link-color-disabled: #9ea0a9;
|
||||
$link-hover-color: #222326;
|
||||
$link-color-disabled: #acb6bf;
|
||||
$link-hover-color: #1e2028;
|
||||
$external-link-color: #5794f2;
|
||||
|
||||
// Typography
|
||||
|
||||
Reference in New Issue
Block a user