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

@ -31,7 +31,7 @@
.opacity(100);
}
.btn.disable {
.btn.disabled {
&.button-delete {
visibility: hidden;
}
@ -41,7 +41,7 @@
margin-left: 8px;
}
.disable.button-delete {
.disabled.button-delete {
margin-left: 0px;
}
}