Commit e96f62b9 authored by Esmael El-Moslimany's avatar Esmael El-Moslimany Committed by Commit Bot

Bookmarks: when focused, increase z-index so outline is not cutoff when other items are highlighted

Bug: 854081
Cq-Include-Trybots: luci.chromium.try:closure_compilation
Change-Id: Ib73d38ea25ca0ea70e3322b1e5066cd6a2b5ded9
Reviewed-on: https://chromium-review.googlesource.com/1106421Reviewed-by: default avatarcalamity <calamity@chromium.org>
Commit-Queue: Esmael El-Moslimany <aee@chromium.org>
Cr-Commit-Position: refs/heads/master@{#568708}
parent 8b44d4f8
...@@ -56,6 +56,10 @@ ...@@ -56,6 +56,10 @@
.more-vert-button { .more-vert-button {
-webkit-margin-end: 12px; -webkit-margin-end: 12px;
} }
:host(:focus) {
z-index: 1;
}
</style> </style>
<div id="icon"></div> <div id="icon"></div>
<div id="website-title" class="elided-text" title="[[item_.title]]"> <div id="website-title" class="elided-text" title="[[item_.title]]">
......
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