use shared action sheet

This commit is contained in:
Luke Pulverenti 2016-02-21 15:39:14 -05:00
parent 7204e2a9d8
commit a832af5f4c
6 changed files with 279 additions and 16 deletions

View file

@ -1879,3 +1879,7 @@ progress {
text-align: center;
color: #bbb;
}
.actionSheetMenuItem:hover {
background-color: #e8e8e8;
}