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

Unified Diff: chrome/browser/resources/uber/uber_frame.css

Issue 9693032: [uber page] Split up initialization of handlers from initialization of webui pages (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: copyright bumps Created 8 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 | « chrome/browser/importer/importer_list.h ('k') | chrome/browser/resources/uber/uber_frame.js » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/resources/uber/uber_frame.css
diff --git a/chrome/browser/resources/uber/uber_frame.css b/chrome/browser/resources/uber/uber_frame.css
index 71ba6f8d0c3f89e6f84c74f172b2bb5c0aefcea4..2252a7bd73af2af842fdbfa70308cedb0d77427c 100644
--- a/chrome/browser/resources/uber/uber_frame.css
+++ b/chrome/browser/resources/uber/uber_frame.css
@@ -27,6 +27,7 @@ ul {
li {
-webkit-border-start: 6px solid transparent;
-webkit-padding-start: 18px;
+ -webkit-user-select: none;
color: #999;
cursor: pointer;
line-height: 17px;
@@ -40,6 +41,8 @@ li:hover {
li.selected {
-webkit-border-start-color: rgb(78, 87, 100);
color: rgb(70, 78, 90);
+ cursor: default;
+ pointer-events: none;
}
#helpNavItem {
« no previous file with comments | « chrome/browser/importer/importer_list.h ('k') | chrome/browser/resources/uber/uber_frame.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698