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

Unified Diff: ui/webui/resources/cr_elements/shared_style_css.html

Issue 2875733002: MD-Settings: Convert users of cr:cancel to paper-icon-button-light. (Closed)
Patch Set: rebase Created 3 years, 7 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 | « ui/webui/resources/cr_elements/icons.html ('k') | ui/webui/resources/cr_elements_images.grdp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/webui/resources/cr_elements/shared_style_css.html
diff --git a/ui/webui/resources/cr_elements/shared_style_css.html b/ui/webui/resources/cr_elements/shared_style_css.html
index 0fa227059cbe7286b30c05a557b6f25d0a3433ec..d669216651611066b2c5b647af8dd97366dcbbf2 100644
--- a/ui/webui/resources/cr_elements/shared_style_css.html
+++ b/ui/webui/resources/cr_elements/shared_style_css.html
@@ -58,6 +58,15 @@
background-image: url(chrome://resources/images/arrow_right.svg);
}
+ button[is='paper-icon-button-light'].icon-cancel {
+ background-image: url(chrome://resources/images/icon_cancel.svg);
+ }
+
+ button[is='paper-icon-button-light'].icon-cancel-toolbar {
+ background-image:
+ url(chrome://resources/images/icon_cancel_toolbar.svg);
+ }
+
button[is='paper-icon-button-light'].icon-external {
background-image: url(chrome://resources/images/open_in_new.svg);
}
« no previous file with comments | « ui/webui/resources/cr_elements/icons.html ('k') | ui/webui/resources/cr_elements_images.grdp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698