Skip to content

Commit

Permalink
Merge pull request #326 from nextmcloud/nmc/fix-set-reminder-in-files…
Browse files Browse the repository at this point in the history
…-3-dot-menu

Fix Set Reminder in Files App 3-dot menu
  • Loading branch information
memurats authored Mar 25, 2024
2 parents 6fcafd3 + ac4d878 commit 95e22f0
Showing 1 changed file with 8 additions and 3 deletions.
11 changes: 8 additions & 3 deletions css/apps/files.scss
Original file line number Diff line number Diff line change
Expand Up @@ -264,8 +264,9 @@
}

.vue-recycle-scroller__slot {

th, td {

th,
td {
color: var(--color-main-text) !important;
}
}
Expand Down Expand Up @@ -806,5 +807,9 @@ table.files-filestable {
}
}
}
}

// Hide Set Reminder item from 3-dot menu popup
.files-filestable .fileActionsMenu .action-setreminder-container {
display: none;
}
}

0 comments on commit 95e22f0

Please sign in to comment.