style: Improve dragover style of file tree (#13737)

This commit is contained in:
Jeffrey Chen 2025-01-10 12:31:22 +08:00 committed by GitHub
parent 3ca24e483f
commit 8cce186b47
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -314,6 +314,11 @@ html {
opacity: .38;
}
.dragover:not([data-type="navigation-root"]):not([data-subtype="h1"])::after {
width: calc(100% - var(--file-toggle-width));
left: var(--file-toggle-width);
}
.dragover__top,
.dragover__bottom {
box-shadow: none !important;