Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(3013)

Unified Diff: chrome/browser/resources/welcome/welcome.css

Issue 2454173002: Correcting issues noted in a11y review for Desktop FRE. (Closed)
Patch Set: Addressing dbeam comments Created 4 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | chrome/browser/resources/welcome/welcome.html » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/resources/welcome/welcome.css
diff --git a/chrome/browser/resources/welcome/welcome.css b/chrome/browser/resources/welcome/welcome.css
index 6e893e68ce599941dbda6f6ef69bee91398e35ad..ae282aad4701a82b70d8ff1c35557d16d95fa52d 100644
--- a/chrome/browser/resources/welcome/welcome.css
+++ b/chrome/browser/resources/welcome/welcome.css
@@ -118,8 +118,9 @@ body {
.subheading {
animation: fadeInAndSlideUp 600ms 1.9s cubic-bezier(.4, .2, 0, 1) both;
- color: var(--google-grey-500);
+ color: #939393;
font-size: 1em;
+ font-weight: 500;
margin-top: .25em;
text-align: center;
}
@@ -134,11 +135,11 @@ body {
.logo-icon {
animation: spin 2.4s cubic-bezier(.4, .2, 0, 1) both,
colorize 300ms 700ms linear both;
- content: -webkit-image-set(url(chrome://welcome/logo.png) 1x,
- url(chrome://welcome/logo2x.png) 2x);
+ background: -webkit-image-set(url(chrome://welcome/logo.png) 1x,
Dan Beam 2016/10/27 21:20:24 nit: background-image
+ url(chrome://welcome/logo2x.png) 2x);
+ background-position: center;
Dan Beam 2016/10/27 21:20:24 is this needed? if yes: we should probably have a
+ background-size: 96px 96px;
Dan Beam 2016/10/27 21:20:24 can "96px 96px" just be 100%?
height: 96px;
- left: 0;
- position: absolute;
width: 96px;
}
« no previous file with comments | « no previous file | chrome/browser/resources/welcome/welcome.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698