Merge "Remove `ol` overrides to ensure list styles in non-Arabic number scripts"

This commit is contained in:
jenkins-bot 2019-04-29 20:05:20 +00:00 committed by Gerrit Code Review
commit 4e8bec826d
2 changed files with 5 additions and 6 deletions

View File

@ -41,7 +41,7 @@ input {
line-height: normal;
}
ol, ul {
ul {
list-style: none;
}

View File

@ -1,4 +1,8 @@
.content {
ol {
padding-left: 2.25em;
}
ul {
list-style-type: square;
padding-left: 1em;
@ -12,11 +16,6 @@
}
}
ol {
list-style-type: decimal;
padding-left: 2.25em;
}
/* stylelint-disable no-descending-specificity */
ol,
ul {