Skip to content

Commit 6fa5f92

Browse files
committed
Small fix
1 parent 034ff21 commit 6fa5f92

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

packages/mantine/src/style.css

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838
}
3939

4040
/* Mantine Menu component base styles */
41-
.bn-mantine .bn-menu-dropdown {
41+
.bn-mantine .mantine-Menu-dropdown {
4242
background-color: var(--bn-colors-menu-background);
4343
border: var(--bn-border);
4444
border-radius: var(--bn-border-radius-medium);
@@ -145,10 +145,6 @@
145145

146146
/* Select styling */
147147
.bn-mantine .bn-select {
148-
background-color: var(--bn-colors-menu-background);
149-
border: var(--bn-border);
150-
border-radius: var(--bn-border-radius-medium);
151-
box-shadow: var(--bn-shadow-medium);
152148
overflow: auto;
153149
}
154150

0 commit comments

Comments
 (0)