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

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

Issue 2578793004: MD Settings: Fix size and padding of expand button (Closed)
Patch Set: Rebase 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 fc3897744479edd15d33b5506db0e1bfea305f16..e34ab9a1c0803f556962975b84c53029135e763c 100644
--- a/ui/webui/resources/cr_elements/shared_style_css.html
+++ b/ui/webui/resources/cr_elements/shared_style_css.html
@@ -41,6 +41,16 @@
@apply(--cr-actionable);
}
+ button[is='paper-icon-button-light'] {
+ @apply(--cr-paper-icon-button-margin);
+ background-position: center;
+ background-repeat: no-repeat;
+ background-size: var(--cr-icon-size);
+ flex-shrink: 0;
+ height: var(--cr-icon-ripple-size);
+ width: var(--cr-icon-ripple-size);
+ }
+
button[is='paper-icon-button-light'].subpage-arrow {
background-image: url(../images/arrow_right.svg);
}
@@ -54,6 +64,10 @@
display: none;
}
+ paper-icon-button.subpage-arrow {
+ background-image: url(../images/arrow_right.svg);
+ }
+
[actionable] :-webkit-any(.subpage-arrow, .icon-external),
[actionable]:-webkit-any(.subpage-arrow, .icon-external) {
display: block;

Powered by Google App Engine
This is Rietveld 408576698