Commit c14fec5c authored by dpapad's avatar dpapad Committed by Chromium LUCI CQ

PDF Viewer: Prevent pdf:rotate-left icon from being flipped in RTL.

Fixed: 1168475
Change-Id: I3e63b2c710a12389e635803ccb473bf12e49e7dd
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2641985Reviewed-by: default avatarJohn Lee <johntlee@chromium.org>
Commit-Queue: John Lee <johntlee@chromium.org>
Auto-Submit: dpapad <dpapad@chromium.org>
Cr-Commit-Position: refs/heads/master@{#845733}
parent dca28356
......@@ -235,7 +235,7 @@
fittingType_)]]"
on-click="onFitToButtonClick_">
</cr-icon-button>
<cr-icon-button iron-icon="pdf:rotate-left"
<cr-icon-button iron-icon="pdf:rotate-left" dir="ltr"
<if expr="chromeos">
disabled="[[annotationMode]]"
</if>
......
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