To work around this, you may give the menu item a custom class in Appearance → Menus.
- Click Screen Options in the upper-right of the Menus page and ensure CSS Classes box is checked.

- Expand the menu item that is misbehaving and enter a custom class name in the CSS Classes field.

- In the Custom CSS, add your style like this:
.my-active-link a .class:active { color: #f00; background: #000000; font-weight: bold; } - Replace the properties/values with your desired styles.