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:
@@ -17,7 +17,7 @@
|
||||
|
||||
.uls-ime-menu-settings-item {
|
||||
background-color: #f8f9fa;
|
||||
color: #222;
|
||||
color: #202122;
|
||||
border-top: 1px solid #c8ccd1;
|
||||
border-radius: 0 0 2px 2px;
|
||||
margin-top: 6px;
|
||||
@@ -26,8 +26,7 @@
|
||||
}
|
||||
|
||||
.uls-ime-disable-link {
|
||||
background: transparent no-repeat left top;
|
||||
.background-image-svg( '../images/remove-input.svg', '../images/remove-input.png' );
|
||||
background: transparent url( ../images/remove-input.svg ) no-repeat left top;
|
||||
background-size: auto 16px;
|
||||
padding-left: 22px;
|
||||
padding-right: 26px;
|
||||
@@ -36,8 +35,7 @@
|
||||
}
|
||||
|
||||
.uls-ime-more-settings-link {
|
||||
background: transparent no-repeat center top;
|
||||
.background-image-svg( '../images/cog.svg', '../images/cog.png' );
|
||||
background: transparent url( ../images/cog.svg ) no-repeat center top;
|
||||
background-size: auto 14px;
|
||||
border-left: 1px solid #c8ccd1;
|
||||
width: 22px;
|
||||
@@ -124,8 +122,7 @@
|
||||
right: 4px;
|
||||
opacity: 0.81;
|
||||
padding: 0;
|
||||
background: transparent no-repeat right center;
|
||||
.background-image-svg( '../images/help.svg', '../images/help.png' );
|
||||
background: transparent url( ../images/help.svg ) no-repeat right center;
|
||||
background-size: 16px 16px;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user