Skip to content

Commit 8fe5e78

Browse files
Merge pull request #17 from DataTalksClub/copilot/fix-mobile-menu-visibility
Fix mobile menu accordion - add cursor pointer to expander buttons
2 parents 6af395f + 76b8818 commit 8fe5e78

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

_sass/custom/custom.scss

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
// custom SCSS (or CSS) goes here
22

3+
// Fix for mobile menu accordion - make expander buttons clickable
4+
.nav-list-expander {
5+
cursor: pointer;
6+
}
7+
38
// Vocabulary term link styles
49
.vocab-term-link {
510
position: relative;

0 commit comments

Comments
 (0)