[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:
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 {
|
||||
|
||||
Reference in New Issue
Block a user