mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
fix add column btn styling (#67369)
This commit is contained in:
parent
e17737ba87
commit
d01ea9902c
@ -266,7 +266,7 @@ export const getStyles = (theme: GrafanaTheme2, isResizeInProgress: boolean) =>
|
|||||||
transition: background-color 200ms;
|
transition: background-color 200ms;
|
||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
:hover {
|
:hover {
|
||||||
background-color: ${theme.colors.secondary.shade};
|
background-color: ${theme.colors.background.secondary};
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
input {
|
input {
|
||||||
|
Loading…
Reference in New Issue
Block a user