Combobox: Add default border-radius to the menu/dropdown (#96208)

This commit is contained in:
Laura Fernández 2024-11-11 13:27:54 +01:00 committed by GitHub
parent e5519161f2
commit a459f648b5
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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',