fix(list): Restore keyboard cursor to single pane mode

This commit is contained in:
Ben Gotow 2016-02-22 16:08:44 -08:00
parent 549ae38b6c
commit 55df92588f

View file

@ -138,16 +138,14 @@ body.is-blurred {
display: flex;
align-items: center;
border-bottom: 1px solid @list-border;
border-left:4px solid transparent;
&:hover {
cursor: default;
}
&.keyboard-cursor {
.list-column:first-child {
border-left:4px solid @list-focused-bg;
padding-left:8px;
}
}
&.selected {
@ -198,7 +196,9 @@ body.is-blurred {
overflow: hidden;
white-space: nowrap;
text-overflow: ellipsis;
&:first-child {
padding-left: @padding-base-horizontal - 4;
}
&:last-child {
text-align: right;
}