Merge "Follow-up I1dee51009: Add url() to list-style-image"

This commit is contained in:
jenkins-bot 2022-05-30 19:10:55 +00:00 committed by Gerrit Code Review
commit 0a0bd88d9e
1 changed files with 1 additions and 1 deletions

View File

@ -19,7 +19,7 @@ body {
ul {
// `list-style-image` sits on `ul` as it inherits and we don't need to worry about `ol`.
// No need for PNG fallback. Fallback is browser default (a smaller, also black, circle).
list-style-image: 'images/bullet-icon.svg';
list-style-image: url( images/bullet-icon.svg );
}
pre,