1
0
mirror of https://github.com/twbs/bootstrap.git synced 2025-08-18 19:31:35 +02:00

Improve colored links interaction with link utilities (#38398)

* Fix missing paren in colored links color

* Restore important flag on colored links color and text-decoration-color for better interaction with link utilities

* Mention in migration guide
This commit is contained in:
Mark Otto
2023-04-10 09:46:52 -07:00
committed by GitHub
parent 01364cb49c
commit 9004a58c00
2 changed files with 13 additions and 9 deletions

View File

@@ -11,6 +11,10 @@ toc: true
If you're migrating from our previous alpha releases of v5.3.0, please review their changes in addition to this section.
### Helpers
- [Colored links]({{< docsref "/helpers/colored-links" >}}) once again have `!important` so they work better with our newly added link utilities.
### Utilities
- Added new `.d-inline-grid` [display utility]({{< docsref "/utilities/display" >}}).