How can I remove the navigational arrow from the folders?

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?

fggfdg

Things I have tried

I’ve tried to find it inside the settings, but I didn’t.

This snippet will do it:

.nav-folder-collapse-indicator {
	display: none;
}
1 Like

Thanks a lot! It worked!

This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.