You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: en/08_Changelogs/6.2.0.md
+4Lines changed: 4 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -53,6 +53,10 @@ Sortable headers on a grid field and asset-admin table view now include `aria-so
53
53
- The `ins.jstree-icon` elements now have `tabindex="0"` so they can receive keyboard focus.
54
54
- The "Go to previous record" and "Go to next record" buttons in a GridField detail form, when disabled, have changed from a `span` element to an `a` element with an `aria-disabled="true"` attribute.
55
55
56
+
#### Changes to HTML and CSS elsewhere
57
+
58
+
- In the `silverstripe/sharedraftcontent` module, the markup for the message on the front-end has changed to use `<details>` and `<summary>` elements for the expand/collapse functionality and a `<dl>` list instead of a `<ul>` list.
59
+
56
60
#### Changes to usage of `font-icon-*` CSS classes
57
61
58
62
The `font-icon-*` CSS classes are used to add icons through the CMS use a font to render normal characters as icons.
0 commit comments