Skip to content

White background in the 4 corners of options popover in dark mode, even border-radius set #41492

@dumindu

Description

@dumindu

MDN URL

https://developer.mozilla.org/en-US/docs/Learn_web_development/Extensions/Forms/Customizable_select

What specific section or headline is this issue about?

No response

What information was incorrect, unhelpful, or incomplete?

It looks like some css is missing to support border-radius on options popover to support dark mode.

Image

What did you expect to see?

As we have added

option:first-of-type {
  border-radius: 8px 8px 0 0;
}

option:last-of-type {
  border-radius: 0 0 8px 8px;
}

popover should not have square corners with white background when added

html{
  background: black
}

Do you have any supporting links, references, or citations?

Do you have anything more you want to share?

No response

MDN metadata

Page report details

Metadata

Metadata

Labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions