mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
Theme: Variable name changes & progress (#33088)
* Theme variable renames * Fixed variable issue issue * Fixed test * fixed story * More tweaks * Updated snapshot
This commit is contained in:
@@ -137,7 +137,7 @@ const getQueryEditorRowTitleStyles = stylesFactory((theme: GrafanaTheme) => {
|
||||
&:hover {
|
||||
.query-name-wrapper {
|
||||
background: ${theme.v2.palette.action.hover};
|
||||
border: 1px dashed ${theme.v2.palette.border1};
|
||||
border: 1px dashed ${theme.v2.palette.border.medium};
|
||||
}
|
||||
|
||||
.query-name-edit-icon {
|
||||
|
||||
Reference in New Issue
Block a user