I'm using a javascript plugin for a sliding menu. The problem is when I change the opacity of the togglebar(.bpen-drawer), the navicon(.bpen-toggle-pad) inherits it even though i specified a different opacity for the navicon. I've tried !important
on the navicon but it doesn't work. How can I bypass this inheritance then?
Here is the jsfiddle with javascript and css.