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

Bug: T309374
Change-Id: I91d690700cf82e315e98be7bfcadd8bdb4cc3450
(cherry picked from commit 72d2653f59)
This commit is contained in:
Ed Sanders 2022-05-28 23:00:49 +01:00 committed by Jforrester
parent 5ddebf96c8
commit 2e4e1a874b
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,