DUPLICATE: Nav nestable hover styling

Hi,
Thanks so much for your report!

We have already received a report on this, but unfortunately, it has not yet been fixed. We will update the original report once it’s done.

Custom CSS workaround (add it to the nav nestable’s custom CSS):

%root% .brx-dropdown-content {
  color: black;
}

%root% .brx-dropdown-content > li:hover {
  background-color: orange;
  color: white;
}

Best regards,
timmse

1 Like