Commit 0197708c authored by Noel Gordon's avatar Noel Gordon Committed by Commit Bot

[directorytree] The splitter button should have tabindex -1

The splitter button has no keyboard interaction so no need for it to
receive tab focus. Tab focus from directorytree => to breadcrumb, is
the behavior we want.

Bug: 1002790, 992819
Change-Id: If41272a1edd903be36b858aed211083f2c6ebdd6
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2087204Reviewed-by: default avatarLuciano Pacheco <lucmult@chromium.org>
Reviewed-by: default avatarNoel Gordon <noel@chromium.org>
Commit-Queue: Noel Gordon <noel@chromium.org>
Cr-Commit-Position: refs/heads/master@{#747125}
parent 4199cbde
...@@ -499,7 +499,7 @@ ...@@ -499,7 +499,7 @@
</div> </div>
</div> </div>
<div class="splitter" id="navigation-list-splitter"> <div class="splitter" id="navigation-list-splitter">
<cr-button class="splitter-button"> <cr-button class="splitter-button" tabindex="-1">
<div class="icon"></div> <div class="icon"></div>
</cr-button> </cr-button>
</div> </div>
......
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