What I’m trying to do
I’m trying to remove the navigational arrow from the folders, but I don’t know how. Can anyone help me?
Things I have tried
I’ve tried to find it inside the settings, but I didn’t.
I’m trying to remove the navigational arrow from the folders, but I don’t know how. Can anyone help me?
I’ve tried to find it inside the settings, but I didn’t.
This snippet will do it:
.nav-folder-collapse-indicator {
display: none;
}
Thanks a lot! It worked!
This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.