fix(ui-taiga): Show active list item in single-pane mode (#1751)

This commit is contained in:
Jackie Luo 2016-03-18 13:42:24 -07:00
parent 073924ff00
commit e0fa3d5707

View file

@ -41,7 +41,6 @@
.list-item {
cursor: pointer !important;
box-sizing: border-box;
border: 0 !important;
background-color: @white !important;
color: @taiga-dark !important;
&.focused {
@ -52,11 +51,6 @@
color: @taiga-dark !important;
background-color: darken(@taiga-lighter, 5%) !important;
}
&.keyboard-cursor {
.list-column-Item {
border-left: 4px solid darken(@taiga-lighter, 50%) !important;
}
}
}
}
}