stub out channel mapping
This commit is contained in:
parent
1da301d7e5
commit
59b4199fc0
13 changed files with 253 additions and 53 deletions
|
@ -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;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue