aboutsummaryrefslogtreecommitdiffstats
path: root/apps/files_sharing/src/actions/sharingStatusAction.scss
diff options
context:
space:
mode:
Diffstat (limited to 'apps/files_sharing/src/actions/sharingStatusAction.scss')
-rw-r--r--apps/files_sharing/src/actions/sharingStatusAction.scss20
1 files changed, 0 insertions, 20 deletions
diff --git a/apps/files_sharing/src/actions/sharingStatusAction.scss b/apps/files_sharing/src/actions/sharingStatusAction.scss
deleted file mode 100644
index 33366c42be1..00000000000
--- a/apps/files_sharing/src/actions/sharingStatusAction.scss
+++ /dev/null
@@ -1,20 +0,0 @@
-/**
- * SPDX-FileCopyrightText: 2023 Nextcloud GmbH and Nextcloud contributors
- * SPDX-License-Identifier: AGPL-3.0-or-later
- */
- // Only when rendered inline, when not enough space, this is put in the menu
-.action-items > .files-list__row-action-sharing-status {
- // put icon at the end of the button
- direction: rtl;
- // align icons with textless inline actions
- padding-right: 0 !important;
-}
-
-svg.sharing-status__avatar {
- height: 32px !important;
- width: 32px !important;
- max-height: 32px !important;
- max-width: 32px !important;
- border-radius: 32px;
- overflow: hidden;
-}