Chromium Code Reviews| Index: chrome/browser/resources/settings/settings_page/settings_subpage.html |
| diff --git a/chrome/browser/resources/settings/settings_page/settings_subpage.html b/chrome/browser/resources/settings/settings_page/settings_subpage.html |
| index 00b5b00fd916e2856169cd3a73f502a9972ade33..2aeaec78fefaf4a1efbdb8451012c4be3bd43630 100644 |
| --- a/chrome/browser/resources/settings/settings_page/settings_subpage.html |
| +++ b/chrome/browser/resources/settings/settings_page/settings_subpage.html |
| @@ -19,6 +19,10 @@ |
| padding-bottom: 60px; |
| } |
| + :host-context([dir=rtl]) paper-icon-button[icon='settings:arrow-back'] { |
|
dschuyler
2017/05/23 01:24:55
This is the only place settings:arrow-back is used
|
| + transform: scaleX(-1); /* Flip on the X axis (aka mirror). */ |
| + } |
| + |
| #headerLine { |
| min-height: 40px; |
| padding-bottom: 12px; |