Skip to content

Dropdown in "Move Static Members To Another Type" dialog has unreadable entries #81118

@jhinder

Description

@jhinder

Version Used: VS 18.0.0 Insiders

Steps to Reproduce:

  1. Invoke "Move static members to another type" on the I field.
  2. Open the dropdown in the dialog.
static class SC
{
    public static readonly int I = 0;
}

static class C;

Expected Behavior:

Actual Behavior:
The dropdown items are not readable.
Image

The text of an item will become readable once you select it.
Image

Metadata

Metadata

Assignees

No one assigned

    Labels

    Area-IDEhelp wantedThe issue is "up for grabs" - add a comment if you are interested in working on it

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions