mirror of
https://github.com/grafana/grafana.git
synced 2024-12-25 08:21:46 -06:00
Combobox: Add default border-radius
to the menu/dropdown (#96208)
This commit is contained in:
parent
e5519161f2
commit
a459f648b5
@ -19,6 +19,7 @@ export const getComboboxStyles = (theme: GrafanaTheme2) => {
|
|||||||
boxShadow: theme.shadows.z3,
|
boxShadow: theme.shadows.z3,
|
||||||
zIndex: theme.zIndex.dropdown,
|
zIndex: theme.zIndex.dropdown,
|
||||||
position: 'relative',
|
position: 'relative',
|
||||||
|
borderRadius: theme.shape.radius.default,
|
||||||
}),
|
}),
|
||||||
menuUlContainer: css({
|
menuUlContainer: css({
|
||||||
label: 'grafana-select-menu-ul-container',
|
label: 'grafana-select-menu-ul-container',
|
||||||
|
Loading…
Reference in New Issue
Block a user