diff --git a/config/language-translations.php b/config/language-translations.php index 2020e2f0..198b78d7 100644 --- a/config/language-translations.php +++ b/config/language-translations.php @@ -749,7 +749,7 @@ return [ 'popup.share.password_description' => 'Protect your item by your custom password.', 'sharelink.share_via_email' => 'Share Link on Emails', 'sharelink.copy_embed' => 'Copy Web Insert Code', - 'popup.move_into_team_disclaimer' => 'Your folder will be moved into Team Folders.', + 'popup.move_into_team_disclaimer' => 'Your folder will be moved into Team Folders section.', 'actions.upload_folder' => 'Upload Folder', ], ]; diff --git a/resources/css/tailwind.css b/resources/css/tailwind.css index 9c6db922..e4e3f7b1 100644 --- a/resources/css/tailwind.css +++ b/resources/css/tailwind.css @@ -16,4 +16,8 @@ .text-limit { @apply whitespace-nowrap text-ellipsis overflow-x-hidden block +} + +.is-inactive { + @apply pointer-events-none opacity-40 } \ No newline at end of file diff --git a/resources/js/components/Desktop/PopoverItem.vue b/resources/js/components/Desktop/PopoverItem.vue index 3335eb5f..fc1e30b3 100644 --- a/resources/js/components/Desktop/PopoverItem.vue +++ b/resources/js/components/Desktop/PopoverItem.vue @@ -3,7 +3,7 @@