Skip to content

Commit

Permalink
feat: update list styles to use lower-alpha and lower-roman
Browse files Browse the repository at this point in the history
  • Loading branch information
olafsulich committed Dec 17, 2024
1 parent f9c6e94 commit 3740a7f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions src/style/components/lexical-input.less
Original file line number Diff line number Diff line change
Expand Up @@ -222,11 +222,11 @@
}
&--2 {
list-style-position: outside;
list-style-type: upper-alpha;
list-style-type: lower-alpha;
}
&--3 {
list-style-position: outside;
list-style-type: lower-alpha;
list-style-type: lower-roman;
}
}
}
Expand Down
4 changes: 2 additions & 2 deletions src/style/content/conversation/message-list.less
Original file line number Diff line number Diff line change
Expand Up @@ -329,11 +329,11 @@
}

ol ol {
list-style: upper-alpha;
list-style: lower-alpha;
}

ol ol ol {
list-style: lower-alpha;
list-style: lower-roman;
}
}

Expand Down

0 comments on commit 3740a7f

Please sign in to comment.