helloflask / bootstrap-flask

Bootstrap 4 & 5 helper for your Flask projects.
https://bootstrap-flask.readthedocs.io
Other
1.1k stars 189 forks source link

replaced deprecated color muted with secondary #340

Closed PanderMusubi closed 6 months ago

PanderMusubi commented 8 months ago

See https://getbootstrap.com/docs/5.3/customize/color/ and https://getbootstrap.com/docs/5.3/migration/#utilities-2

PanderMusubi commented 8 months ago

@greyli also refactor the usage of text-muted for Bootstrap 4 in flask_bootstrap/template/bootstrap4/form.html or leave that as is?

greyli commented 7 months ago

Which was the first version of the text-body-secondary to be introduced?

PanderMusubi commented 6 months ago

Which was the first version of the text-body-secondary to be introduced?

I have no idea. Tried to find it. I think at least 5.2.

greyli commented 6 months ago

Merged, thanks!