How to rotate the arrow of drop-down menu in the navbar on click? #12261
Unanswered
jpmvferreira
asked this question in
Q&A
Replies: 1 comment
-
Yes, using CSS (or JavaScript). |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Description
When writing a website in Quarto, whenever you have an entry on the nav-bar which has sub-entries, a drop-down menu is created that looks something like this:

My expectation is that the arrow should initially be pointing towards the right, and on press, it should rotate to point downwards, to signal an entry closed or open respectively.
However, when I click on "Talks", nothing happens, and the arrow remains that same, always pointing down.
Is it possible to achieve this behavior?
Beta Was this translation helpful? Give feedback.
All reactions