Amend Base10 color and remove (affected) PNG fallbacks

Amending Base10 to slightly darker `#202122` to fulfill WCAG
requirements in connection to Accent50.
Also removing all PNG fallbacks as they are only used in JS-only.

Bug: T248393
Change-Id: I07fa4e23320763a634e5340ab125634842b86454
This commit is contained in:
Volker E
2020-04-20 15:58:44 -07:00
committed by jenkins-bot
parent 15088649bd
commit 6ea7307df9
21 changed files with 27 additions and 33 deletions

View File

@@ -15,7 +15,7 @@
padding: 4px 6px 4px 25px;
font-size: 13px;
font-weight: normal;
.background-image-svg( '../images/compact-links-trigger.svg', '../images/compact-links-trigger.png' );
background-image: url( ../images/compact-links-trigger.svg );
background-size: 18px;
background-repeat: no-repeat;
background-position: left 4px center;