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

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

Issue 2556253007: MD Settings: Fix internet focus and styling (Closed)
Patch Set: Feedback Created 4 years 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
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 bdbfcdcb8386bed851a09ec482fc43346d501d35..e558762c28edd8f5e015ccb92d513e9d7f97f910 100644
--- a/ui/webui/resources/cr_elements/shared_style_css.html
+++ b/ui/webui/resources/cr_elements/shared_style_css.html
@@ -6,6 +6,14 @@
<dom-module id="cr-shared-style">
<template>
<style>
+ button[is='paper-icon-button-light'].subpage-arrow {
+ background-image: url(../images/arrow_right.svg);
+ }
+
+ button[is='paper-icon-button-light'].icon-external {
+ background-image: url(../images/open_in_new.svg);
+ }
dschuyler 2016/12/10 01:09:18 Without [actionable], I believe the arrows will ap
dschuyler 2016/12/10 01:14:01 In case I'm giving the wrong impression when I sai
+
/* Chrome spinners should be blue. */
paper-spinner {
--paper-spinner-layer-1-color: var(--google-blue-500);
« no previous file with comments | « ui/webui/resources/cr_elements/network/cr_network_list_item.js ('k') | ui/webui/resources/cr_elements_resources.grdp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698