mirror of
https://github.com/grafana/grafana.git
synced 2025-07-30 17:52:30 +08:00
Theme: Update theme layering (#33217)
* Theme: Update theme layering * More updates * Updates to shadows and dropdowns * Moved panel option group to emotion global styles * more minor fixes
This commit is contained in:
@ -172,7 +172,7 @@ function getButtonVariantStyles(theme: GrafanaThemeV2, color: ThemeRichColor): C
|
||||
'&:hover': {
|
||||
background: color.shade,
|
||||
color: color.contrastText,
|
||||
boxShadow: theme.shadows.z2,
|
||||
boxShadow: theme.shadows.z1,
|
||||
},
|
||||
};
|
||||
}
|
||||
|
Reference in New Issue
Block a user