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; |
} |