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

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

Issue 2894773002: [MD settings] remove unwanted separator line (Closed)
Patch Set: mirror icons 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 527f6aad801d0de170de753d20c97c76146f1be0..5c9d47770b7c0a4f42fc0cdf51519a2dccfa77d1 100644
--- a/chrome/browser/resources/settings/settings_shared_css.html
+++ b/chrome/browser/resources/settings/settings_shared_css.html
@@ -5,14 +5,6 @@
<dom-module id="settings-shared">
<template>
<style include="cr-shared-style">
- :host-context([dir=rtl]) button[is='paper-icon-button-light'] {
- transform: scaleX(-1); /* Flip on the X axis (aka mirror). */
- }
-
- :host-context([dir=rtl]) paper-icon-button[icon='settings:arrow-back'] {
- transform: scaleX(-1); /* Flip on the X axis (aka mirror). */
- }
-
/* Use <h2> as the "sub-header" mentioned in the UX design docs. */
h2 {
align-items: center;

Powered by Google App Engine
This is Rietveld 408576698