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:
@@ -36,10 +36,8 @@
|
||||
}
|
||||
|
||||
.uls-icon-back {
|
||||
background: transparent url( ../images/back-grey-ltr.png ) no-repeat scroll center center;
|
||||
background-image: linear-gradient( transparent, transparent ), url( ../images/back-grey-ltr.svg );
|
||||
background: transparent url( ../images/back-grey-ltr.svg ) no-repeat scroll center center;
|
||||
background-size: 28px;
|
||||
background-position: center center;
|
||||
height: 32px;
|
||||
width: 40px;
|
||||
display: block;
|
||||
|
||||
Reference in New Issue
Block a user