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

Unified Diff: chrome/browser/resources/bookmark_manager/css/bmm.css

Issue 2813059: Bookmarks: Remove the link from the bookmark list items.... (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: Created 10 years, 5 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 | chrome/browser/resources/bookmark_manager/js/bmm/bookmark_list.js » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/resources/bookmark_manager/css/bmm.css
===================================================================
--- chrome/browser/resources/bookmark_manager/css/bmm.css (revision 52755)
+++ chrome/browser/resources/bookmark_manager/css/bmm.css (working copy)
@@ -41,16 +41,10 @@
list > * > .label {
-webkit-transition: all .15s;
- cursor: pointer;
color: black;
display: inline-block; /* We need to use inline-block here due to RTL. */
}
-list > :hover > .label {
- text-decoration: underline;
- color: blue;
-}
-
list > * > .url {
display: none;
}
« no previous file with comments | « no previous file | chrome/browser/resources/bookmark_manager/js/bmm/bookmark_list.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698