side nav update

This commit is contained in:
Alex Wolfe 2015-04-19 14:26:53 -07:00
parent 94cc8e9005
commit 2f15f05325
2 changed files with 58 additions and 0 deletions

View File

@ -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"
}
}

View File

@ -189,6 +189,7 @@
list-style-type: disc; list-style-type: disc;
> li { > li {
&.is-selected { &.is-selected {
> a { > a {
background: transparent; background: transparent;
@ -202,6 +203,10 @@
text-transform: none; text-transform: none;
text-align: left; text-align: left;
margin: 0px; margin: 0px;
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
display: block;
} }
} }
} }