mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
Geomap: Maintain consistent control styling (#62518)
Co-authored-by: nmarrs <nathanielmarrs@gmail.com>
This commit is contained in:
parent
b4682fe3cb
commit
bf2cf76cad
@ -66,9 +66,11 @@ export function getGlobalStyles(theme: GrafanaTheme2) {
|
||||
background-color: ${theme.colors.secondary.main}; // rgba(0,60,136,0.5);
|
||||
}
|
||||
.ol-control button:hover {
|
||||
color: ${theme.colors.secondary.text};
|
||||
background-color: ${theme.colors.secondary.shade}; // rgba(0,60,136,0.5);
|
||||
}
|
||||
.ol-control button:focus {
|
||||
color: ${theme.colors.secondary.text};
|
||||
background-color: ${theme.colors.secondary.main}; // rgba(0,60,136,0.5);
|
||||
}
|
||||
.ol-attribution ul {
|
||||
|
Loading…
Reference in New Issue
Block a user