We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 6af395f + 76b8818 commit 8fe5e78Copy full SHA for 8fe5e78
1 file changed
_sass/custom/custom.scss
@@ -1,5 +1,10 @@
1
// custom SCSS (or CSS) goes here
2
3
+// Fix for mobile menu accordion - make expander buttons clickable
4
+.nav-list-expander {
5
+ cursor: pointer;
6
+}
7
+
8
// Vocabulary term link styles
9
.vocab-term-link {
10
position: relative;
0 commit comments