Skip to content

Commit 343a2e3

Browse files
authored
DOC-2498: Added new default li element styles to the content CSS to prevent child list elements from inheriting certain parent list item styles. (#3495)
* DOC-2498: Added new default li element styles to the content CSS to prevent child list elements from inheriting certain parent list item styles. * Update modules/ROOT/pages/7.5-release-notes.adoc
1 parent b6581d1 commit 343a2e3

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

modules/ROOT/pages/7.5-release-notes.adoc

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -200,7 +200,14 @@ In previous versions of {productname}, an issue was identified where the toolbar
200200

201201
A visual bug introduced in {productname} version xref:7.2.1-release-notes.adoc#long-translations-of-the-bottom-help-text-would-cause-minor-graphical-issues[7.1.2] caused the focus highlight to appear behind the tag name in the statusbar path, making it difficult for users to visually track their focus.
202202

203-
In {productname} {release-version}, this has been corrected. The focus highlight is now correctly displayed above the tag name when navigating through the statusbar path, ensuring a clear and visible focus indication.
203+
In {productname} {release-version}, this has been corrected. The focus highlight is now correctly displayed above the tag name when navigating through the statusbar path, ensuring a clear and visible focus indication.
204+
205+
=== Added new default `li` element styles to the content CSS to prevent child list elements from inheriting certain parent list item styles.
206+
// #TINY-11217
207+
208+
In previous versions of {productname}, child `+<li>+` elements could inherit inline CSS styles from their parent list items, causing unexpected styling behavior in nested lists. This issue was due to native CSS behavior, where child list items would inherit certain parent styles upon post-content insertion.
209+
210+
{productname} {release-version} addresses this issue. Now, new default CSS styles were added for `+<li>+` elements to prevent inheritance of specific parent styles. This ensures that list items in nested structures render independently, maintaining consistent visual formatting.
204211

205212
=== Inability to type `{` character on German keyboard layouts
206213

0 commit comments

Comments
 (0)