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

Unified Diff: ui/webui/resources/cr_elements/shared_style_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: 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 d669216651611066b2c5b647af8dd97366dcbbf2..acf4feb53927c5a69b037211bd2007425efe4091 100644
--- a/ui/webui/resources/cr_elements/shared_style_css.html
+++ b/ui/webui/resources/cr_elements/shared_style_css.html
@@ -7,6 +7,10 @@
<dom-module id="cr-shared-style">
<template>
<style include="cr-hidden-style">
+ :host-context([dir=rtl]) button[is='paper-icon-button-light'] {
+ transform: scaleX(-1); /* Flip on the X axis (aka mirror). */
+ }
dschuyler 2017/05/23 01:24:55 Moved here from settings_shared_css.html
+
/* Chrome spinners should be blue. */
paper-spinner {
--paper-spinner-layer-1-color: var(--google-blue-500);

Powered by Google App Engine
This is Rietveld 408576698