Skip to content

Commit

Permalink
Revert "Improve shared status button"
Browse files Browse the repository at this point in the history
This reverts commit c2c5994.
  • Loading branch information
skjnldsv committed Dec 5, 2023
1 parent b0976e4 commit 292332e
Showing 1 changed file with 1 addition and 14 deletions.
15 changes: 1 addition & 14 deletions apps/files/src/components/FileEntry/FileEntryActions.vue
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,6 @@
:container="getBoundariesElement"
:disabled="isLoading || loading !== ''"
:force-name="true"
type="tertiary"
:force-menu="enabledInlineActions.length === 0 /* forceMenu only if no inline actions */"
:inline="enabledInlineActions.length"
:open.sync="openedMenu"
Expand Down Expand Up @@ -95,7 +94,7 @@
<script lang="ts">
import { DefaultType, FileAction, Node, NodeStatus, View, getFileActions } from '@nextcloud/files'
import { showError, showSuccess } from '@nextcloud/dialogs'
import { translate as t } from '@nextcloud/l10n'
import { translate as t } from '@nextcloud/l10n';
import Vue, { PropType } from 'vue'
import ArrowLeftIcon from 'vue-material-design-icons/ArrowLeft.vue'
Expand Down Expand Up @@ -326,15 +325,3 @@ export default Vue.extend({
},
})
</script>
<style lang="scss" scoped>
:deep(.button-vue--icon-and-text, .files-list__row-action-sharing-status) {
.button-vue__text {
color: var(--color-primary-element);
}
.button-vue__icon {
color: var(--color-primary-element);
}
}
</style>

0 comments on commit 292332e

Please sign in to comment.