[v9.4.x] Geomap: Maintain consistent control styling (#62522)

Geomap: Maintain consistent control styling (#62518)

Co-authored-by: nmarrs <nathanielmarrs@gmail.com>
(cherry picked from commit bf2cf76cad)

Co-authored-by: Drew Slobodnjak <60050885+drew08t@users.noreply.github.com>
This commit is contained in:
Grot (@grafanabot)
2023-01-30 13:35:54 -08:00
committed by GitHub
co-authored by Drew Slobodnjak
parent f39c46a1b5
commit b9e989cbf2
@@ -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 {