From 254a00e18e427487cbe7dfcb50bfd2adc1e95715 Mon Sep 17 00:00:00 2001 From: Peter Papp Date: Thu, 25 Mar 2021 15:46:34 +0100 Subject: [PATCH] - cancel/resume subscription fix - upload into root folder fix - custom color theme part 3 --- resources/js/components/FilesView/Alert.vue | 2 +- .../js/components/FilesView/ButtonBase.vue | 8 +++++- .../FilesView/DesktopSortingAndPreview.vue | 26 ------------------- .../js/components/FilesView/FileInfoPanel.vue | 13 ---------- .../js/components/FilesView/FileItemGrid.vue | 9 ++++--- .../js/components/FilesView/FileItemList.vue | 13 ++++------ .../FilesView/MobileActionButton.vue | 26 +++++++++---------- .../js/components/FilesView/MobileMenu.vue | 6 ++--- .../js/components/FilesView/MultiSelected.vue | 6 ----- resources/js/components/FilesView/Option.vue | 8 ++---- .../components/FilesView/ProcessingPopup.vue | 2 +- .../js/components/Others/EmojiPicker.vue | 4 +-- .../js/components/Others/Forms/CopyInput.vue | 13 +--------- .../components/Others/Forms/SelectInput.vue | 16 +++++------- .../components/Others/Forms/SwitchInput.vue | 6 +++++ .../components/Others/Popup/PopupHeader.vue | 4 +-- .../components/Others/Popup/PopupWrapper.vue | 2 +- resources/js/components/Others/RenameItem.vue | 10 +++---- resources/js/components/Others/TabWrapper.vue | 10 +++++-- .../Others/Tables/DatatableWrapper.vue | 12 --------- resources/js/components/Others/TextLabel.vue | 2 +- .../js/components/Others/ThumbnailItem.vue | 13 ++++++++-- resources/js/components/Others/TreeMenu.vue | 22 ---------------- .../components/Others/TreeMenuNavigator.vue | 22 ---------------- resources/js/components/Sidebar/MenuBar.vue | 4 --- .../js/components/Sidebar/UserHeadline.vue | 5 ++-- resources/js/views/Profile.vue | 2 +- resources/sass/app.scss | 11 +++----- resources/sass/vuefilemanager/_forms.scss | 11 ++++++++ .../others/color-template.blade.php | 4 +++ 30 files changed, 101 insertions(+), 191 deletions(-) diff --git a/resources/js/components/FilesView/Alert.vue b/resources/js/components/FilesView/Alert.vue index e9395adb..1dc35078 100644 --- a/resources/js/components/FilesView/Alert.vue +++ b/resources/js/components/FilesView/Alert.vue @@ -169,7 +169,7 @@ @media (prefers-color-scheme: dark) { .popup-wrapper { - background: $dark_mode_background; + background: $dark_mode_foreground; } .popup-content { .title { diff --git a/resources/js/components/FilesView/ButtonBase.vue b/resources/js/components/FilesView/ButtonBase.vue index f2189e9f..e5d859c6 100644 --- a/resources/js/components/FilesView/ButtonBase.vue +++ b/resources/js/components/FilesView/ButtonBase.vue @@ -120,9 +120,15 @@ } polyline, path { - stroke: $theme; + color: inherit; } } } + + .popup-wrapper { + .button-base.secondary { + background: lighten($dark_mode_foreground, 3%); + } + } } diff --git a/resources/js/components/FilesView/DesktopSortingAndPreview.vue b/resources/js/components/FilesView/DesktopSortingAndPreview.vue index 60b6ae5d..aba4ab3c 100644 --- a/resources/js/components/FilesView/DesktopSortingAndPreview.vue +++ b/resources/js/components/FilesView/DesktopSortingAndPreview.vue @@ -46,38 +46,12 @@ import { events } from '@/bus' &.showed { display: block; } - - /deep/.menu-option { - - &:hover { - background: $light_background; - - .text-label { - color: $theme; - } - - path, - /deep/ line, - /deep/ polyline, - rect, - circle, - polygon { - stroke: $theme !important; - } - } - } } @media (prefers-color-scheme: dark) { .sorting-preview { background: $dark_mode_foreground; - - /deep/ .menu-option { - &:hover { - background: rgba($theme, 0.1); - } - } } } diff --git a/resources/js/components/FilesView/FileInfoPanel.vue b/resources/js/components/FilesView/FileInfoPanel.vue index 44472957..ee034e57 100644 --- a/resources/js/components/FilesView/FileInfoPanel.vue +++ b/resources/js/components/FilesView/FileInfoPanel.vue @@ -214,18 +214,5 @@ } } } - - .sharelink { - - .lock-icon { - - &:hover { - - path, rect { - stroke: $theme; - } - } - } - } } diff --git a/resources/js/components/FilesView/FileItemGrid.vue b/resources/js/components/FilesView/FileItemGrid.vue index e7d0cf37..c3ce09ad 100644 --- a/resources/js/components/FilesView/FileItemGrid.vue +++ b/resources/js/components/FilesView/FileItemGrid.vue @@ -59,14 +59,14 @@ - +