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

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: 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
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;
James Hawkins 2012/03/13 20:46:47 Why did you make this change?
csilv 2012/03/13 20:59:49 FWIW, I like this change. This prevents accidental
Dan Beam 2012/03/13 23:01:45 That ^
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;
Evan Stade 2012/03/13 20:44:50 is this necessary? I feel that sometimes people li
csilv 2012/03/13 20:59:49 I believe the purpose is to prevent accidental or
Dan Beam 2012/03/13 23:01:45 That ^ and if we remove indicators that this is cl
Evan Stade 2012/03/13 23:08:18 well, not really --- the decision to click general
}
#helpNavItem {
« no previous file with comments | « no previous file | chrome/browser/resources/uber/uber_frame.js » ('j') | chrome/browser/ui/webui/options/options_ui.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698