Commit 7daf81be authored by ginkage's avatar ginkage Committed by Commit bot

Back button should point right in RTL.

BUG=462660

Review URL: https://codereview.chromium.org/999933009

Cr-Commit-Position: refs/heads/master@{#322019}
parent 340b1af9
...@@ -87,6 +87,7 @@ html[dir=rtl] #close-button-item { ...@@ -87,6 +87,7 @@ html[dir=rtl] #close-button-item {
} }
html[dir=rtl] #back-button-item { html[dir=rtl] #back-button-item {
-webkit-transform: scaleX(-1);
left: auto; left: auto;
right: 14px; right: 14px;
} }
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment