Skip to content
This repository was archived by the owner on Mar 13, 2025. It is now read-only.

Commit 0fb33e7

Browse files
authored
issue 264 fix (#212)
* Update styles.scss * feedback fix
1 parent d3366c0 commit 0fb33e7

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

src/components/Menu/styles.scss

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -85,6 +85,15 @@ $menu-padding-y: 20px;
8585

8686
.sub-menu {
8787
padding-left: 24px + 16px;
88+
89+
.menu-item {
90+
cursor: default;
91+
.link {
92+
cursor: pointer;
93+
display: inline-block;
94+
}
95+
}
96+
8897
}
8998

9099
.sub-submenu {

0 commit comments

Comments
 (0)