Open Android63 opened 6 years ago
Parent menus should be accompanied by a down-arrow as shown below:
But .c-nav-primary__link[aria-expanded="false"]:after uses a url of /assets/img/sprite/icons.png, which doesn't work from a theme such as nightingale-wp.
.c-nav-primary__link[aria-expanded="false"]:after
/assets/img/sprite/icons.png
Do we know why it doesn’t work?
@Android63 what happened with this issue?
Parent menus should be accompanied by a down-arrow as shown below:
But
.c-nav-primary__link[aria-expanded="false"]:after
uses a url of/assets/img/sprite/icons.png
, which doesn't work from a theme such as nightingale-wp.