microsoft / vscode

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

High contrast panel section header outlines don't include problem count #172569

Open mjbvz opened 1 year ago

mjbvz commented 1 year ago

Type: Bug

  1. Switch to high contrast theme
  2. Create an error in some code
  3. Open problems panel

Bug The panel section header outline does not include the problems count:

Screenshot 2023-01-26 at 10 25 41 AM

VS Code version: Code - Insiders 1.75.0-insider (Universal) (07d6f5b35fac559504dec65e3073d796b2d25a55, 2023-01-26T05:22:17.192Z) OS version: Darwin x64 22.2.0 Modes: Sandboxed: Yes

System Info |Item|Value| |---|---| |CPUs|Intel(R) Core(TM) i9-9980HK CPU @ 2.40GHz (16 x 2400)| |GPU Status|2d_canvas: enabled
canvas_oop_rasterization: disabled_off
direct_rendering_display_compositor: disabled_off_ok
gpu_compositing: enabled
metal: disabled_off
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)|2, 2, 2| |Memory (System)|32.00GB (0.07GB free)| |Process Argv|--crash-reporter-id 48781ca2-1705-4f64-9bab-325055aab55d| |Screen Reader|no| |VM|0%|
bpasero commented 6 months ago

I think this is because the outline is drawn over the action-label while the badge is member of the parent action-item

image