Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(16)

Unified Diff: chrome/browser/resources/md_bookmarks/item.html

Issue 2747833003: MD Bookmarks: Show pointer cursor on entire bookmark item. (Closed)
Patch Set: Created 3 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 0600781741bafdf25d836dbfdbd37acf80c3aa85..5b52358b75a6f0f26588bb833b9a592f404cfad9 100644
--- a/chrome/browser/resources/md_bookmarks/item.html
+++ b/chrome/browser/resources/md_bookmarks/item.html
@@ -14,6 +14,7 @@
-webkit-padding-start: 20px;
-webkit-user-select: none;
align-items: center;
+ cursor: pointer;
display: flex;
flex-direction: row;
height: 40px;
@@ -25,7 +26,6 @@
#website-title {
color: var(--primary-text-color);
- cursor: pointer;
flex: 1;
overflow: hidden;
text-decoration: none;
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698