Index: chrome/browser/resources/md_bookmarks/item.html |
diff --git a/chrome/browser/resources/md_bookmarks/item.html b/chrome/browser/resources/md_bookmarks/item.html |
index 5b52358b75a6f0f26588bb833b9a592f404cfad9..223e62a7cb005c1de25ceb02fcf54f9d30f7095f 100644 |
--- a/chrome/browser/resources/md_bookmarks/item.html |
+++ b/chrome/browser/resources/md_bookmarks/item.html |
@@ -18,6 +18,11 @@ |
display: flex; |
flex-direction: row; |
height: 40px; |
+ position: relative; |
+ } |
+ |
+ :host(.drag-on) { |
+ background-color: rgba(66, 133, 244, 0.16); |
} |
:host([is-selected-item_]) { |