Commit 45adbfd3 authored by Elly Fong-Jones's avatar Elly Fong-Jones Committed by Commit Bot

apps: fix contrast on chrome://apps web store link

This change adjusts the color scheme on chrome://apps:
* The webstore link is now Blue 600 and has no hover effect,
  to make it look like the link it is
* Other text in the footer is #666 so it's readable on the background
* The background is white instead of a near-white translucent gradient
* The logo image is now an image without text, since the text was not
  contrast-y enough

Bug: 957393
Change-Id: I3b3f08554222b23f63d167b54875004a4ddb5c1a
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1856541Reviewed-by: default avatarDan Beam <dbeam@chromium.org>
Commit-Queue: Elly Fong-Jones <ellyjones@chromium.org>
Cr-Commit-Position: refs/heads/master@{#706032}
parent 09faa422
...@@ -95,10 +95,9 @@ html[dir='rtl'] #attribution { ...@@ -95,10 +95,9 @@ html[dir='rtl'] #attribution {
} }
#footer { #footer {
background-image: linear-gradient( background-color: white;
rgba(242, 242, 242, 0.9), rgba(222, 222, 222, 0.9));
bottom: 0; bottom: 0;
color: #7F7F7F; color: #666;
font-size: 0.9em; font-size: 0.9em;
font-weight: bold; font-weight: bold;
overflow: hidden; overflow: hidden;
...@@ -273,7 +272,7 @@ html[dir='rtl'] #footer.showing-trash-mode #trash.drag-target .lid { ...@@ -273,7 +272,7 @@ html[dir='rtl'] #footer.showing-trash-mode #trash.drag-target .lid {
#chrome-web-store-link { #chrome-web-store-link {
-webkit-order: 3; -webkit-order: 3;
color: inherit; color: rgb(26, 115, 232);
cursor: pointer; cursor: pointer;
display: inline-block; display: inline-block;
margin: 0; margin: 0;
...@@ -291,10 +290,6 @@ html[dir='rtl'] #footer.showing-trash-mode #trash.drag-target .lid { ...@@ -291,10 +290,6 @@ html[dir='rtl'] #footer.showing-trash-mode #trash.drag-target .lid {
padding-inline-start: 15px; padding-inline-start: 15px;
} }
#chrome-web-store-link:hover {
color: #666;
}
html[dir='rtl'] #chrome-web-store-title { html[dir='rtl'] #chrome-web-store-title {
background-position-x: left; background-position-x: left;
} }
......
...@@ -80,7 +80,7 @@ document.write('<link id="themecss" rel="stylesheet" ' + ...@@ -80,7 +80,7 @@ document.write('<link id="themecss" rel="stylesheet" ' +
<div id="footer-border"></div> <div id="footer-border"></div>
<div id="footer-content"> <div id="footer-content">
<div id="logo-img"> <div id="logo-img">
<img alt="" src="chrome://theme/IDR_PRODUCT_LOGO"> <img alt="" src="chrome://theme/IDR_PRODUCT_LOGO_32">
</div> </div>
<ul id="dot-list"> <ul id="dot-list">
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment