pradoslaw / coyote

4programmers.net
https://4programmers.net
MIT License
115 stars 30 forks source link

Styling dark mode search-bar & search-dropdown #757

Closed goldipl closed 6 months ago

danon commented 6 months ago

@goldipl Please integrate your changes back on master, commit #9e339af Last breadcrumb item is clickable link is no longer part of release candidate.

Ideally, only leave your last commit in the request branch.

danon commented 6 months ago

@goldipl Please, don't use !important.

goldipl commented 6 months ago

@danon I have to use !imporatant because in present code !important was used

.navbar-dark .active input {
    background-color: #fff!important;
    color: #495057!important;
}
danon commented 6 months ago

@danon I have to use !imporatant because in present code !important was used

.navbar-dark .active input {
    background-color: #fff!important;
    color: #495057!important;
}

Then we must remove !important from .navbar-dark .active input, while preserving its function.

Forum uses bootstrap, which has a lot of !important, here is example: https://github.com/pradoslaw/coyote/commit/fe856760

danon commented 6 months ago

@goldipl Thank you for your contribution. I hope to see you again!