Keyboard shortcuts optimizations (#70)

Folder list focused state
This commit is contained in:
RainLoop Team 2014-04-13 04:32:07 +04:00
parent d961fa480a
commit 0fad66c452
53 changed files with 2231 additions and 1181 deletions

View file

@ -4,6 +4,9 @@
.b-folders {
&.focused .b-content {
}
.b-toolbar {
position: absolute;
top: 0;
@ -75,10 +78,14 @@
color: #000;
cursor: pointer;
&:hover, &.selected, &.droppableHover {
&:hover, &.selected, &.focused, &.droppableHover {
background-color: #555;
color: #fff;
}
&.focused {
background-color: #888;
color: #fff;
}
}
&.system {