Dropdown menu keyboard navigation

Keyboard shortcuts help popup (Shift + / )
This commit is contained in:
RainLoop Team 2014-04-12 05:05:57 +04:00
parent f52be6fb66
commit d961fa480a
47 changed files with 5598 additions and 583 deletions

View file

@ -21,7 +21,7 @@
@dropdown-menu-background-color: #fff;
@dropdown-menu-hover-background-color: #48525C;
@dropdown-menu-hover-color: #eee;
@dropdown-menu-disable-color: #999;
@dropdown-menu-disabled-color: #999;
// FOLDERS
@folders-color: #fff;

View file

@ -20,7 +20,7 @@
@dropdown-menu-background-color: #fff;
@dropdown-menu-hover-background-color: #757575;
@dropdown-menu-hover-color: #eee;
@dropdown-menu-disable-color: #999;
@dropdown-menu-disabled-color: #999;
// FOLDERS
@folders-color: #000;

View file

@ -98,12 +98,12 @@
}
}
.g-ui-menu .e-item.disable > .e-link, .g-ui-menu .e-item.disable > .e-link:hover {
color: @dropdown-menu-disable-color !important;
.g-ui-menu .e-item.disabled > .e-link, .g-ui-menu .e-item.disabled > .e-link:hover {
color: @dropdown-menu-disabled-color !important;
background-color: @dropdown-menu-background-color !important;
> i {
color: @dropdown-menu-disable-color !important;
color: @dropdown-menu-disabled-color !important;
}
}

View file

@ -24,7 +24,7 @@
@dropdown-menu-background-color: #fff;
@dropdown-menu-hover-background-color: #444;
@dropdown-menu-hover-color: #eee;
@dropdown-menu-disable-color: #999;
@dropdown-menu-disabled-color: #999;
@dropdown-menu-selected-background-color: #eee;
// FOLDERS