From 2f15f05325f2369236ebd4086d26f3458bd6fc71 Mon Sep 17 00:00:00 2001 From: Alex Wolfe Date: Sun, 19 Apr 2015 14:26:53 -0700 Subject: [PATCH] side nav update --- public/docs/js/latest/api/_data.json | 53 ++++++++++++++++++++++ public/resources/css/module/_side-nav.scss | 5 ++ 2 files changed, 58 insertions(+) create mode 100644 public/docs/js/latest/api/_data.json diff --git a/public/docs/js/latest/api/_data.json b/public/docs/js/latest/api/_data.json new file mode 100644 index 0000000000..2ec5318304 --- /dev/null +++ b/public/docs/js/latest/api/_data.json @@ -0,0 +1,53 @@ +{ + "annotations" : { + "title" : "Annotations" + }, + + "change_detection" : { + "title" : "Change Detection" + }, + + "core" : { + "title" : "Core" + }, + + "di" : { + "title" : "Di" + }, + + "di_annotations" : { + "title" : "Di Annotations" + }, + + "di_errors" : { + "title" : "Di Errors" + }, + + "directives" : { + "title" : "Directives" + }, + + "forms" : { + "title" : "Forms" + }, + + "pipes" : { + "title" : "Pipes" + }, + + "template" : { + "title" : "Template" + }, + + "test" : { + "title" : "Test" + }, + + "test_lib" : { + "title" : "Test Lib" + }, + + "view" : { + "title" : "View" + } +} \ No newline at end of file diff --git a/public/resources/css/module/_side-nav.scss b/public/resources/css/module/_side-nav.scss index 1a24bc7582..eb1d732f9a 100644 --- a/public/resources/css/module/_side-nav.scss +++ b/public/resources/css/module/_side-nav.scss @@ -189,6 +189,7 @@ list-style-type: disc; > li { + &.is-selected { > a { background: transparent; @@ -202,6 +203,10 @@ text-transform: none; text-align: left; margin: 0px; + white-space: nowrap; + overflow: hidden; + text-overflow: ellipsis; + display: block; } } }