[WebUI] Tweak action-link's .no-outline behavior on blur.
To emulate <a> :focus styling, action-link adds .no-outline on mousedown, but removes .no-outline on blur. This indiscreminate removal disregard the edge case where source of blur is from outside the web page (e.g., Alt-Tab). This CL add an extra check to remedy this. BUG=698270 CQ_INCLUDE_TRYBOTS=master.tryserver.chromium.linux:closure_compilation Review-Url: https://codereview.chromium.org/2744893002 Cr-Commit-Position: refs/heads/master@{#456159}
Showing
Please register or sign in to comment