diff options
| author | Patrick H. Lauke <[email protected]> | 2020-10-30 18:03:07 +0000 |
|---|---|---|
| committer | GitHub <[email protected]> | 2020-10-30 18:03:07 +0000 |
| commit | 6fc35e3231225559a6a4689bfa9727dcfb7fafde (patch) | |
| tree | 2a6e38d8544972e3028ae54e68b91164fc0f6dda /site | |
| parent | ec05adee6d812a78c0623fc04212fe3ca843a2b2 (diff) | |
| download | bootstrap-6fc35e3231225559a6a4689bfa9727dcfb7fafde.tar.xz bootstrap-6fc35e3231225559a6a4689bfa9727dcfb7fafde.zip | |
Add `cursor:pointer` to color inputs (#32020)
* Add `cursor:pointer` for color inputs
* Add to migration guide
Diffstat (limited to 'site')
| -rw-r--r-- | site/content/docs/5.0/migration.md | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/site/content/docs/5.0/migration.md b/site/content/docs/5.0/migration.md index ed4070121..d4370fe53 100644 --- a/site/content/docs/5.0/migration.md +++ b/site/content/docs/5.0/migration.md @@ -26,6 +26,7 @@ toc: true - The longstanding [Missing border radius on input group with validation feedback bug](https://github.com/twbs/bootstrap/issues/25110) is finally fixed by adding an additional `.has-validation` class to input groups with validation. - Promoted the Floating labels example to fully supported form component. [See the new Floating labels page.]({{< docsref "/forms/floating-labels" >}}) - File inputs now use the `.form-control` class and don't require JavaScript, additional HTML, or additional classes. [See #31955](https://github.com/twbs/bootstrap/pull/31955). +- Added `cursor:pointer` to `.form-control-color` color inputs. ### Utilities |
