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

Black color on active dropdown navbar item in free version #256

Closed MarkKhromov closed 4 years ago

MarkKhromov commented 5 years ago

Hello! I came across a problem that the active element in the navbar has the color #000; (in free version).

Do you can add something like this?

.navbar .dropdown-menu a {
    padding: 10px;
    font-size: .9375rem;
    font-weight: 300;
}

.navbar .dropdown-menu a:not(.active) {
    color: #000;
}

Now:

.navbar .dropdown-menu a {
    padding: 10px;
    font-size: .9375rem;
    font-weight: 300;
    color: #000;
}
Martussky commented 5 years ago

Hi,

thank you for your solution, I'll check this and try to implement very soon.

Best, Marta

MarkKhromov commented 4 years ago

Thanks! <3