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

Bug: T205341
Bug: T217616
Change-Id: I66a677ab5d7ea4555d16d5761340eaad4158c3bc
This commit is contained in:
Volker E 2019-03-04 18:01:22 -08:00 committed by Bartosz Dziewoński
parent f1ccfd50e1
commit e562227392
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 {