mirror of
https://github.com/grafana/grafana.git
synced 2025-02-14 01:23:32 -06:00
Geomap: Legend threshold style update (#49020)
This commit is contained in:
parent
7a05941ea0
commit
14c2f4f3da
@ -143,11 +143,12 @@ const getStyles = (theme: GrafanaTheme2) => ({
|
|||||||
padding: 5px 10px 0;
|
padding: 5px 10px 0;
|
||||||
|
|
||||||
i {
|
i {
|
||||||
width: 18px;
|
width: 15px;
|
||||||
height: 18px;
|
height: 15px;
|
||||||
float: left;
|
float: left;
|
||||||
margin-right: 8px;
|
margin-right: 8px;
|
||||||
opacity: 0.7;
|
opacity: 0.7;
|
||||||
|
border-radius: 50%;
|
||||||
}
|
}
|
||||||
`,
|
`,
|
||||||
legendItem: css`
|
legendItem: css`
|
||||||
@ -159,8 +160,8 @@ const getStyles = (theme: GrafanaTheme2) => ({
|
|||||||
padding-top: 5px;
|
padding-top: 5px;
|
||||||
`,
|
`,
|
||||||
legendSymbol: css`
|
legendSymbol: css`
|
||||||
height: 15px;
|
height: 18px;
|
||||||
width: 15px;
|
width: 18px;
|
||||||
margin: auto;
|
margin: auto;
|
||||||
`,
|
`,
|
||||||
colorScaleWrapper: css`
|
colorScaleWrapper: css`
|
||||||
|
Loading…
Reference in New Issue
Block a user