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