mdbootstrap / material-design-for-bootstrap

Important! A new UI Kit version for Bootstrap 5 is available. Access the latest free version via the link below.
https://mdbootstrap.com/docs/standard/
MIT License
9.34k stars 1.15k forks source link

Dropdown in navbar wrong text color on hover #162

Closed elbojoloco closed 6 years ago

elbojoloco commented 6 years ago

Expected behavior

Either text stays dark with light background, or background turns dark and text turns light.

Actual behavior

Non-hover is light bg with dark text, hover is light bg with light text.

Your working environment and MDB version information

jQuery 3.3.1, Bootstrap 4.0.0, MDB 4.4.5

Resources (screenshots, code snippets etc.)

wrongoclor

Martussky commented 6 years ago

It was fixed in 4.5.0 version. I recommend you to update your package to the newest version of MDB - 4.5.1.

elbojoloco commented 6 years ago

Ah okay, thanks!