Skip to content

Commit 6400467

Browse files
authored
DOC-3151: Added new disc style option for unordered lists. (#3695)
1 parent 2f2d26b commit 6400467

File tree

1 file changed

+21
-0
lines changed

1 file changed

+21
-0
lines changed

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

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -158,6 +158,10 @@ For information on using Enhanced Skins & Icon Packs, see: xref:enhanced-skins-a
158158
// #TINY-vwxyz1
159159

160160
// CCFR here.
161+
=== Bullet list icons were changed to better represent default styles.
162+
// TINY-12015
163+
164+
{productname} {release-version} has updated the icons used for bullet lists to better represent the default styles. The new icons are more visually distinct and align with the overall design language of {productname}.
161165

162166
=== Resize cursor is now the correct direction for each resize mode.
163167
// #TINY-12036 || #GH-10189
@@ -176,7 +180,24 @@ NOTE: {companyname} Technologies would like to thank link:https://github.com/dan
176180
// #TINY-vwxyz1
177181

178182
// CCFR here.
183+
=== Added new `disc` style option for unordered lists.
184+
// TINY-12015
185+
186+
Previously, {productname} did not offer a separate `disc` styling option for unordered (bullet) lists, causing confusion as users expected the default list style to behave like a true disc style, especially for nested lists. This release introduces a distinct `disc` style option, allowing users to explicitly apply disc-styled bullets to their lists.
179187

188+
.Example of disc style option:
189+
[source,html]
190+
----
191+
<ul style="list-style-type: disc;">
192+
<li>Item 1</li>
193+
<li>Item 2
194+
<ul style="list-style-type: disc;">
195+
<li>Nested Item 1</li>
196+
<li>Nested Item 2</li>
197+
</ul>
198+
</li>
199+
</ul>
200+
----
180201

181202
[[changes]]
182203
== Changes

0 commit comments

Comments
 (0)