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

Unified Diff: chrome/common/extensions/docs/server2/static/css/site.css

Issue 10827304: Extensions Docs Server: Highlight links on left nav (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years, 4 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/common/extensions/docs/server2/static/css/site.css
diff --git a/chrome/common/extensions/docs/server2/static/css/site.css b/chrome/common/extensions/docs/server2/static/css/site.css
index 2ffbccfaea61c526455c89e8827aa35b50a7d1e5..ceca7764fb33ee008c6fdc4614236c06ab763df4 100644
--- a/chrome/common/extensions/docs/server2/static/css/site.css
+++ b/chrome/common/extensions/docs/server2/static/css/site.css
@@ -340,12 +340,11 @@ span.displayModeWarning {
top: 0px;
}
-#gc-toc ul .leftNavSelected {
- background-color: #F1F1F1;
- color: black;
+#gc-toc .leftNavSelected {
+ color: #39F;
text-decoration: none;
- z-index: 1;
position: relative;
+ cursor: default;
not at google - send to devlin 2012/08/13 23:17:21 cursor styling should be unnecssary if we just rem
cduvall 2012/08/13 23:46:10 Done.
}
#gc-toc div.line {

Powered by Google App Engine
This is Rietveld 408576698