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

Unified Diff: chrome/browser/resources/chromeos/login/header_bar.css

Issue 2749693002: Chrome OS: Add 'Cancel" icon in 'Add an account' screen in multiprofile mode. (Closed)
Patch Set: Created 3 years, 9 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/chromeos/login/images/1x/cancel.svg » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/resources/chromeos/login/header_bar.css
diff --git a/chrome/browser/resources/chromeos/login/header_bar.css b/chrome/browser/resources/chromeos/login/header_bar.css
index ddf9b33f6ff56b4f13469437269d8fb620cbc594..b157b004afc98fe2430fd205a0529aab2e21888b 100644
--- a/chrome/browser/resources/chromeos/login/header_bar.css
+++ b/chrome/browser/resources/chromeos/login/header_bar.css
@@ -148,8 +148,9 @@ html[dir=rtl] #login-header-bar #sign-out-user-button-text {
}
#login-header-bar #cancel-multiple-sign-in-button-text {
- /* TODO(dzhioev): replace with appropriate image when possible. */
- background-image: url(chrome://theme/IDR_PANEL_CLOSE);
+ background-image: -webkit-image-set(
+ url(images/1x/cancel.svg) 1x,
+ url(images/2x/cancel.svg) 2x );
}
#login-header-bar #sign-out-user-button-text {
« no previous file with comments | « no previous file | chrome/browser/resources/chromeos/login/images/1x/cancel.svg » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698