mirror of
https://github.com/grafana/grafana.git
synced 2025-02-10 23:55:47 -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;
|
||||
|
||||
i {
|
||||
width: 18px;
|
||||
height: 18px;
|
||||
width: 15px;
|
||||
height: 15px;
|
||||
float: left;
|
||||
margin-right: 8px;
|
||||
opacity: 0.7;
|
||||
border-radius: 50%;
|
||||
}
|
||||
`,
|
||||
legendItem: css`
|
||||
@ -159,8 +160,8 @@ const getStyles = (theme: GrafanaTheme2) => ({
|
||||
padding-top: 5px;
|
||||
`,
|
||||
legendSymbol: css`
|
||||
height: 15px;
|
||||
width: 15px;
|
||||
height: 18px;
|
||||
width: 18px;
|
||||
margin: auto;
|
||||
`,
|
||||
colorScaleWrapper: css`
|
||||
|
Loading…
Reference in New Issue
Block a user