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 @@
-
+