Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 7 additions & 1 deletion modules/ROOT/pages/8.7.0-release-notes.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -200,6 +200,13 @@ In {productname} {release-version}, indentation is applied to every cell in the

// CCFR here.

=== Focused links in dark mode had the same text color as the background
// #TINY-14264

Previously, in dark mode, a focused or selected link was displayed with the same text color as the background. This made the link text impossible to read while it was selected.

In {productname} {release-version}, selected link text in dark mode is displayed in white. Links remain readable when focused, which improves accessibility in dark mode.

=== Context toolbar with position 'line' was not repositioning to the opposite side when overflowing the viewport
// #TINY-14376

Expand Down Expand Up @@ -228,7 +235,6 @@ Previously, pressing the undo keyboard shortcut (Ctrl+Z, or Cmd+Z on macOS) afte

In {productname} {release-version}, {productname} registers that undo step only when Ctrl or Cmd is pressed together with Backspace or Delete, rather than on every Ctrl or Cmd key press. Undoing the deletion of a selection now restores both the content and the original selection correctly.


[[security-fixes]]
== Security fixes

Expand Down
Loading