| commit | c371a8f73eba6d83bea5889cf4ae0679b689703d | [log] [tgz] |
|---|---|---|
| author | tkent <tkent@chromium.org> | Tue Aug 09 02:26:14 2016 |
| committer | Commit bot <commit-bot@chromium.org> | Tue Aug 09 02:28:04 2016 |
| tree | 5be26993ae1db8d7747a6fc5843fa9d14a0b5a37 | |
| parent | 9e2e2f5abbcb097e490f044c7e2b71bc591e65d6 [diff] |
Fix RTL rendering of SELECT on macOS and input[type=color] on all platforms. We had two issues. * 'menulist' and 'menulist-button' appearances were not RTL-aware on macOS They are used for <select> and <input type=color list>. They were always rendered in LTR. * Paddings of <input type=color list> were not RTL-aware on all platforms. This CL fixes them. BUG=232333 Review-Url: https://codereview.chromium.org/2224883002 Cr-Commit-Position: refs/heads/master@{#410534}