diff --git a/CHANGELOG-v3.md b/CHANGELOG-v3.md index f11fb67fa10..3f0f77a307c 100644 --- a/CHANGELOG-v3.md +++ b/CHANGELOG-v3.md @@ -13,6 +13,7 @@ - Pressing the Return key (or Ctrl/Command + Return) when a textual cell is focused in an editable table will now change the focus to the same cell in the next row (after creating a new row if necessary.) ([#3576](https://github.com/craftcms/cms/issues/3576)) - The Password input in the web-based Craft setup wizard now has a “Show” button like other password inputs. - The Feed widget now sets the items’ text direction based on the feed’s language. +- Matrix blocks that contain validation errors now have red titles, to help them stand out when collapsed. ([#3599](https://github.com/craftcms/cms/issues/3599)) ### Fixed - Fixed a bug where the “Edit” button on asset editor HUDs didn’t launch the Image Editor if the asset was being edited on another element type’s index page. ([#3575](https://github.com/craftcms/cms/issues/3575)) diff --git a/src/templates/_components/fieldtypes/Matrix/input.html b/src/templates/_components/fieldtypes/Matrix/input.html index 5ee41d2b804..7aea3216580 100644 --- a/src/templates/_components/fieldtypes/Matrix/input.html +++ b/src/templates/_components/fieldtypes/Matrix/input.html @@ -15,7 +15,7 @@