Skip to content

Commit

Permalink
Fix opening the file actions menu in mobile
Browse files Browse the repository at this point in the history
Signed-off-by: Morris Jobke <hey@morrisjobke.de>
  • Loading branch information
MorrisJobke committed Nov 3, 2017
1 parent d18a60d commit 5e02ced
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 6 deletions.
1 change: 1 addition & 0 deletions apps/files/css/files.scss
Original file line number Diff line number Diff line change
Expand Up @@ -493,6 +493,7 @@ table td.selection {
.fileactions {
position: absolute;
right: 0;
z-index: 50;
}

.busy .fileactions, .busy .action {
Expand Down
6 changes: 0 additions & 6 deletions apps/files/css/mobile.scss
Original file line number Diff line number Diff line change
Expand Up @@ -46,12 +46,6 @@ table td.filename .nametext {
#fileList a.action-share span:not(.icon) {
display: none !important;
}
#fileList a.action.action-favorite {
opacity: .7 !important;
}
#fileList a.action.action-favorite {
opacity: .3 !important;
}

/* ellipsis on file names */
table td.filename .nametext .innernametext {
Expand Down

0 comments on commit 5e02ced

Please sign in to comment.