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:
@@ -23,15 +23,15 @@
|
||||
cursor: pointer;
|
||||
|
||||
&:hover {
|
||||
color: #222;
|
||||
color: #202122;
|
||||
}
|
||||
|
||||
&.display-settings-block {
|
||||
.background-image-svg( '../images/display.svg', '../images/display.png' );
|
||||
background-image: url( ../images/display.svg );
|
||||
}
|
||||
|
||||
&.input-settings-block {
|
||||
.background-image-svg( '../images/input.svg', '../images/input.png' );
|
||||
background-image: url( ../images/input.svg );
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user