when using the nav nestable and setting a dropdown to open on anything other than click, a :before element is added on :hover of the dropdown. This is fine however on mobile it looks like when that dropdown is set to :hover that :before element was suppose to be set to content: none; but is not working due to specificity in the CSS overriding it.