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

Unified Diff: chrome/common/extensions/docs/static/sass/_article.scss

Issue 930993002: [Docs] When parent item selected show sidenav sub-items (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 10 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/common/extensions/docs/static/css/out/site.css ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/common/extensions/docs/static/sass/_article.scss
diff --git a/chrome/common/extensions/docs/static/sass/_article.scss b/chrome/common/extensions/docs/static/sass/_article.scss
index 1a599f2302d4bc455bb7fa3dbba1a840b52bb356..cd8d0ec124e580519bcb9b829af362adadd74f6b 100644
--- a/chrome/common/extensions/docs/static/sass/_article.scss
+++ b/chrome/common/extensions/docs/static/sass/_article.scss
@@ -84,9 +84,14 @@ $site-toc-width: 175px;
}
}
- li.selected > a {
+ li.selected {
+ li {
+ display:block;
+ }
+ > a {
font-weight: bold;
color: $black;
+ }
}
}
« no previous file with comments | « chrome/common/extensions/docs/static/css/out/site.css ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698