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:
Torkel Ödegaard
2021-04-22 09:18:32 +02:00
committed by GitHub
parent 6acb99afde
commit 44cf2f8efe
28 changed files with 120 additions and 149 deletions

View File

@ -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,
},
};
}