I want to remove the background hover effect for the little < character that collapses the sidebar, but I don't know how to write the selector.
I've tried:
I've tried:
#ui-bar-toggle::before:hover {text-decoration: none;}But it didn't work.