Skip to content

Commit 8fce0bb

Browse files
fix dropdown border radius
1 parent c1904f8 commit 8fce0bb

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

_sass/_base.scss

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -151,6 +151,7 @@ blockquote {
151151
.dropdown-item {
152152
color: var(--global-text-color);
153153
background-color: var(--global-bg-color);
154+
border-radius: inherit;
154155
&:hover, &:focus {
155156
color: var(--global-hover-color);
156157
background-color: inherit;

0 commit comments

Comments
 (0)