side nav update
This commit is contained in:
parent
94cc8e9005
commit
2f15f05325
|
@ -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"
|
||||||
|
}
|
||||||
|
}
|
|
@ -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;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue