Skip to content

Commit 76b8818

Browse files
Fix mobile menu accordion by adding cursor pointer to expander buttons
Co-authored-by: alexeygrigorev <875246+alexeygrigorev@users.noreply.github.com>
1 parent 9dba4d0 commit 76b8818

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)