diff --git a/modules/ROOT/pages/7.7.0-release-notes.adoc b/modules/ROOT/pages/7.7.0-release-notes.adoc index 183e800f05..9fe7d72044 100644 --- a/modules/ROOT/pages/7.7.0-release-notes.adoc +++ b/modules/ROOT/pages/7.7.0-release-notes.adoc @@ -141,6 +141,12 @@ This caused confusion in identifying the problem during setup. {productname} {release-version} addresses this by providing a more detailed error message when the `uploadcare_public_key` is not configured. +==== Toolbar text field was not properly rendering focus. +// #TINY-11658 + +Previously, input elements lacked styling logic to display a border when focused, resulting in no visible indication of focus. +This issue has been resolved in {productname} {release-version}. Input elements now correctly display a border when focused, ensuring improved visual feedback. + ==== It was possible to `tab` to a toolbar group that had all children disabled. // #TINY-11665