diff --git a/public/app/plugins/panel/geomap/globalStyles.ts b/public/app/plugins/panel/geomap/globalStyles.ts index f283255d6cf..6b43228b50f 100644 --- a/public/app/plugins/panel/geomap/globalStyles.ts +++ b/public/app/plugins/panel/geomap/globalStyles.ts @@ -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 {