-
Notifications
You must be signed in to change notification settings - Fork 126
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
MD WebUI: Fix minor rendering problems in <cr-toolbar>
In crrev.com/589355, the <cr-toolbar> element moved from using paper-input to a native <input> element. This CL fixes two minor issues that came about as a result of this change: * Fix font rendering issues on macOS so that text is the right size and antialiased correctly * Ensure that right clicking shows the <input> context menu * Prevent label text from wrapping during animations BUG=589355,666183,666180 CQ_INCLUDE_TRYBOTS=master.tryserver.chromium.linux:closure_compilation Review-Url: https://codereview.chromium.org/2502413003 Cr-Commit-Position: refs/heads/master@{#433107} (cherry picked from commit 572f871) Review URL: https://codereview.chromium.org/2520623004 . Cr-Commit-Position: refs/branch-heads/2924@{#15} Cr-Branched-From: 3a87aec-refs/heads/master@{#433059}
- Loading branch information
1 parent
63c33f9
commit 8832b04
Showing
3 changed files
with
17 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters