Merge pull request #30014 from nextcloud/backport/29995/stable23

This commit is contained in:
Pytal 2021-12-01 15:48:03 -08:00 committed by GitHub
commit 2ccefec021
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 6 additions and 6 deletions

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View file

@ -93,10 +93,10 @@
</ActionLink>
</Actions>
<template v-if="otherActions">
<Actions v-for="action in otherActions"
:key="action.id"
<Actions
:force-menu="true">
<ActionLink
<ActionLink v-for="action in otherActions"
:key="action.id"
:class="{ 'icon-invert': colorMainBackground === '#181818' }"
:close-after-click="true"
:icon="action.icon"