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

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

Issue 2556253007: MD Settings: Fix internet focus and styling (Closed)
Patch Set: Restore cr:settings 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..fc3897744479edd15d33b5506db0e1bfea305f16 100644
--- a/ui/webui/resources/cr_elements/shared_style_css.html
+++ b/ui/webui/resources/cr_elements/shared_style_css.html
@@ -41,6 +41,24 @@
@apply(--cr-actionable);
}
+ 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);
+ }
+
+ .subpage-arrow,
+ .icon-external {
+ display: none;
+ }
+
+ [actionable] :-webkit-any(.subpage-arrow, .icon-external),
+ [actionable]:-webkit-any(.subpage-arrow, .icon-external) {
+ display: block;
+ }
+
[scrollable] {
border-color: transparent;
border-style: solid;
« 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