mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-08-31 13:09:21 +03:00
Dropdown menu keyboard navigation
Keyboard shortcuts help popup (Shift + / )
This commit is contained in:
parent
f52be6fb66
commit
d961fa480a
47 changed files with 5598 additions and 583 deletions
|
|
@ -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;
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue