Update list bullet icon

Removing IE 6-8 fallback treatment and only provide SVG as
`list-style-image`. Also updating SVG fill color to use
text color.

Bug: T220327
Bug: T220328
Change-Id: I50ed85e420d6158e9ace5d879b6cf218a6a591b9
This commit is contained in:
Volker E 2019-04-07 23:08:38 -07:00
parent ec6b201456
commit 835bfa785f
3 changed files with 2 additions and 2 deletions

View File

@ -154,7 +154,7 @@ div.emptyPortlet {
}
ul {
.list-style-image-svg('images/bullet-icon.svg', 'images/bullet-icon.png');
.list-style-image( 'images/bullet-icon.svg' );
}
pre,

Binary file not shown.

Before

Width:  |  Height:  |  Size: 105 B

View File

@ -1,4 +1,4 @@
<?xml version="1.0" encoding="UTF-8"?>
<svg xmlns="http://www.w3.org/2000/svg" width="5" height="13">
<circle cx="2.5" cy="9.5" r="2.5" fill="#00528c"/>
<circle cx="2.5" cy="9" r="2.5" fill="#222"/>
</svg>

Before

Width:  |  Height:  |  Size: 161 B

After

Width:  |  Height:  |  Size: 156 B