mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2026-07-01 07:40:07 +00:00
Twenty Twenty-One: Match bullets between editor and frontend.
Change bullet style on frontend nested unordered lists to `circle` to match the editor styles. Props poena, mukesh27, mahfuz01, tejwanihemant. Fixes #52412. git-svn-id: https://develop.svn.wordpress.org/trunk@50350 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
@@ -3827,10 +3827,18 @@ ul {
|
||||
list-style-type: disc;
|
||||
}
|
||||
|
||||
ul ul {
|
||||
list-style-type: circle;
|
||||
}
|
||||
|
||||
ol {
|
||||
list-style-type: decimal;
|
||||
}
|
||||
|
||||
ol ul {
|
||||
list-style-type: circle;
|
||||
}
|
||||
|
||||
dt {
|
||||
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
|
||||
font-weight: bold;
|
||||
|
||||
File diff suppressed because one or more lines are too long
@@ -19,10 +19,16 @@ ol {
|
||||
|
||||
ul {
|
||||
list-style-type: disc;
|
||||
ul {
|
||||
list-style-type: circle;
|
||||
}
|
||||
}
|
||||
|
||||
ol {
|
||||
list-style-type: decimal;
|
||||
ul {
|
||||
list-style-type: circle;
|
||||
}
|
||||
}
|
||||
|
||||
dt {
|
||||
|
||||
@@ -2685,10 +2685,18 @@ ul {
|
||||
list-style-type: disc;
|
||||
}
|
||||
|
||||
ul ul {
|
||||
list-style-type: circle;
|
||||
}
|
||||
|
||||
ol {
|
||||
list-style-type: decimal;
|
||||
}
|
||||
|
||||
ol ul {
|
||||
list-style-type: circle;
|
||||
}
|
||||
|
||||
dt {
|
||||
font-family: var(--definition-term--font-family);
|
||||
font-weight: bold;
|
||||
|
||||
@@ -2695,10 +2695,18 @@ ul {
|
||||
list-style-type: disc;
|
||||
}
|
||||
|
||||
ul ul {
|
||||
list-style-type: circle;
|
||||
}
|
||||
|
||||
ol {
|
||||
list-style-type: decimal;
|
||||
}
|
||||
|
||||
ol ul {
|
||||
list-style-type: circle;
|
||||
}
|
||||
|
||||
dt {
|
||||
font-family: var(--definition-term--font-family);
|
||||
font-weight: bold;
|
||||
|
||||
File diff suppressed because one or more lines are too long
Reference in New Issue
Block a user