microsoft / vscode

Visual Studio Code
https://code.visualstudio.com
MIT License
163.64k stars 29.05k forks source link

Drag and Drop issue with High Contrast Mode #171432

Open BryanValverdeU opened 1 year ago

BryanValverdeU commented 1 year ago

Type: Bug

Drag and Drop actions, such as move a file from a folder to another, do not provide have hover style when using a dark contrast mode. Making it hard to see where the file is going to be moved.

VS Code version: Code 1.73.1 (6261075646f055b99068d3688932416f2346dd3b, 2022-11-09T04:27:29.066Z) OS version: Windows_NT x64 10.0.22621 Modes: Sandboxed: No Remote OS version: Linux x64 5.4.0-1098-azure

System Info |Item|Value| |---|---| |CPUs|Intel(R) Core(TM) i7-10750H CPU @ 2.60GHz (12 x 2592)| |GPU Status|2d_canvas: enabled
canvas_oop_rasterization: disabled_off
direct_rendering_display_compositor: disabled_off_ok
gpu_compositing: enabled
multiple_raster_threads: enabled_on
opengl: enabled_on
rasterization: enabled
raw_draw: disabled_off_ok
skia_renderer: enabled_on
video_decode: enabled
video_encode: enabled
vulkan: disabled_off
webgl: enabled
webgl2: enabled
webgpu: disabled_off| |Load (avg)|undefined| |Memory (System)|63.76GB (40.67GB free)| |Process Argv|--crash-reporter-id e8cef2df-0a22-4d43-9526-340d5ef10881| |Screen Reader|yes| |VM|0%| |Item|Value| |---|---| |Remote|Codespaces| |OS|Linux x64 5.4.0-1098-azure| |CPUs|Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz (32 x 2693)| |Memory (System)|62.81GB (19.94GB free)| |VM|0%|
Extensions (21) Extension|Author (truncated)|Version ---|---|--- vscode-firefox-debug|fir|2.9.8 codespaces|Git|1.13.5 vscode-graphql-syntax|Gra|1.0.5 remote-containers|ms-|0.266.1 remote-ssh|ms-|0.94.0 remote-ssh-edit|ms-|0.84.0 remote-wsl|ms-|0.72.0 vscode-remote-extensionpack|ms-|0.23.0 remote-explorer|ms-|0.0.3 debugger-for-chrome|msj|4.13.0 ejs-language-support|Qas|0.0.1 gitlens|eam|13.2.0 prettier-vscode|esb|9.10.4 codespaces|Git|1.13.5 vscode-pull-request-github|Git|0.50.0 vscode-graphql|Gra|0.8.4 vscode-graphql-execution|Gra|0.1.6 vscode-graphql-syntax|Gra|1.0.5 vscode-typescript-tslint-plugin|ms-|1.3.4 ejs-language-support|Qas|0.0.1 project-snippets|reb|0.5.0 (2 theme extensions excluded)
A/B Experiments ``` vsliv368cf:30146710 vsreu685:30147344 python383:30185418 vspor879:30202332 vspor708:30202333 vspor363:30204092 vslsvsres303:30308271 pythonvspyl392:30443607 vserr242cf:30382550 pythontb:30283811 vsjup518:30340749 pythonptprofiler:30281270 vshan820:30294714 vstes263cf:30335440 vscoreces:30445986 pythondataviewer:30285071 vscod805:30301674 binariesv615:30325510 bridge0708:30335490 bridge0723:30353136 cmake_vspar411:30581797 vsaa593cf:30376535 pythonvs932:30410667 cppdebug:30492333 vsclangdf:30486550 c4g48928:30535728 dsvsc012cf:30540253 azure-dev_surveyone:30548225 pyindex848:30577860 nodejswelcome1cf:30587006 282f8724:30602487 89544117:30613380 fim-prod:30623723 ```
vscodenpa commented 1 year ago

Thanks for creating this issue! It looks like you may be using an old version of VS Code, the latest stable release is 1.74.3. Please try upgrading to the latest version and checking whether this issue remains.

Happy Coding!

daviddossett commented 1 year ago

@hbons this would be a good one to take a crack at when you have time. Hopefully this is just tuning existing color variables. If there are more involved code changes needed to apply styles in the first place, we can reassign.