stub out channel mapping

This commit is contained in:
Luke Pulverenti 2016-06-09 12:13:25 -04:00
parent 1da301d7e5
commit 59b4199fc0
13 changed files with 253 additions and 53 deletions

View file

@ -27,7 +27,7 @@ button.listItem {
.listItemBody {
flex-grow: 1;
padding: .35em 1.25em;
padding: .85em 1.25em;
overflow: hidden;
text-overflow: ellipsis;
}
@ -78,6 +78,10 @@ button.listItem {
right: 0;
}
.listItem .secondary {
color: #737373;
}
.listItem:focus .secondary {
color: inherit !important;
}