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

Unified Diff: chrome/browser/resources/settings/settings_shared_css.html

Issue 2918953004: [MD settings] fix layout in startup urls and search engines iron-lists (Closed)
Patch Set: touch-up 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
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 917ba17c694d3ce4fc7ec5d1caaee591a327dae1..d09045a3e5e25366b70f9ea9f23a9389a6c7ca78 100644
--- a/chrome/browser/resources/settings/settings_shared_css.html
+++ b/chrome/browser/resources/settings/settings_shared_css.html
@@ -39,13 +39,6 @@
-webkit-margin-start: var(--cr-icon-ripple-margin));
}
- .list-item paper-icon-button {
- /* Workaround iron-list cutting off ripples on paper-icon-buttons.
- * TODO(dschuyler): Can the end margin be done differently to allow for
- * ripples to look like they are overlapping the margin. */
- -webkit-margin-end: 0;
- }
-
/* See notes in .primary-button.
* TODO(dschuyler): Remove unnecessary .secondary-button references. */
paper-button {

Powered by Google App Engine
This is Rietveld 408576698