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

Unified Diff: chrome/browser/resources/settings/settings_shared_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: chrome/browser/resources/settings/settings_shared_css.html
diff --git a/chrome/browser/resources/settings/settings_shared_css.html b/chrome/browser/resources/settings/settings_shared_css.html
index d7b6814aaa37ece62239deabf51281ac70eeebfe..a6dc4d503d0855f3482c4c009f2513b1dc085e03 100644
--- a/chrome/browser/resources/settings/settings_shared_css.html
+++ b/chrome/browser/resources/settings/settings_shared_css.html
@@ -11,17 +11,6 @@
display: none !important;
}
- button[is='paper-icon-button-light'] {
- -webkit-margin-end: -8px; /* Allow ripple to overlap the end. */
- -webkit-margin-start: 16px;
- background-position: center;
- background-repeat: no-repeat;
- background-size: var(--settings-icon-size);
- flex-shrink: 0;
- height: var(--settings-icon-ripple-size);
- width: var(--settings-icon-ripple-size);
- }
-
:host-context([dir=rtl]) button[is='paper-icon-button-light'] {
transform: scaleX(-1); /* Flip on the X axis (aka mirror). */
}

Powered by Google App Engine
This is Rietveld 408576698