Skip to content

Commit

Permalink
Bookmarks++: Use proper context menu divider color
Browse files Browse the repository at this point in the history
Bug: 1425477
Change-Id: I9e74e99ce4b7e4f8f0e14ce9de72c45e39bb2d48
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/4348478
Reviewed-by: Caroline Rising <corising@chromium.org>
Commit-Queue: Emily Shack <emshack@chromium.org>
Cr-Commit-Position: refs/heads/main@{#1118928}
  • Loading branch information
Emily Shack authored and Chromium LUCI CQ committed Mar 17, 2023
1 parent f404440 commit 5207bba
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
@@ -1,4 +1,8 @@
<style include="cr-icons cr-hidden-style">
hr {
border: var(--cr-hairline);
}

.dropdown-item {
justify-content: space-between;
}
Expand Down
Expand Up @@ -33,6 +33,10 @@
margin-block-end: 0;
}

hr {
border: var(--cr-hairline);
}

iron-icon {
--icon-size: 16px;
height: var(--icon-size);
Expand Down

0 comments on commit 5207bba

Please sign in to comment.