Skip to content

Commit 2e4ba61

Browse files
Merge pull request #19619 from nextcloud/bugfix/19618/theme-dragndrop-hover-color
Fix hover state color of drag-n-drop with theming and dark mode
2 parents 3af397b + a4fbdb9 commit 2e4ba61

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

apps/files/css/files.scss

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@
9898

9999
.file-drag, .file-drag #filestable tbody tr, .file-drag #filestable tbody tr:hover {
100100
transition: background-color 0.3s ease!important;
101-
background-color: rgb(179, 230, 255) !important;
101+
background-color: var(--color-primary-light) !important;
102102
}
103103

104104
.app-files #app-content.dir-drop {
@@ -110,7 +110,7 @@
110110
}
111111

112112
.app-files #app-content.dir-drop #filestable tbody tr.dropping-to-dir{
113-
background-color: rgb(179, 230, 255) !important;
113+
background-color: var(--color-primary-light) !important;
114114
}
115115

116116
/* icons for sidebar */

0 commit comments

Comments
 (0)