Browse Source

Merge pull request #7049 from nextcloud/fix-actions-menu

Fix opening the file actions menu in mobile
Jan-Christoph Borchardt 6 years ago
parent
commit
576d31d48d
2 changed files with 1 additions and 6 deletions
  1. 1 0
      apps/files/css/files.scss
  2. 0 6
      apps/files/css/mobile.scss

+ 1 - 0
apps/files/css/files.scss

@@ -493,6 +493,7 @@ table td.selection {
 .fileactions {
 	position: absolute;
 	right: 0;
+	z-index: 50;
 }
 
 .busy .fileactions, .busy .action {

+ 0 - 6
apps/files/css/mobile.scss

@@ -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 {