Since upgrading to pro version 1.7.6 and beyond, I’m getting borders around all <li> objects as well as malformed CSS with my mobile burger menu.



They should look like this



I’m using the Phlox Pro Theme theme.
Seems to be a result of the following CSS:
@layer base {
*,::backdrop,::file-selector-button,:after,:before {
border: 0 solid;
box-sizing: border-box;
margin: 0;
padding: 0
}
}
If I remove the “border: 0 solid;” the errors go away.


Leave a Reply