-
Notifications
You must be signed in to change notification settings - Fork 22.9k
Open
Labels
Content:Learn:FormsLearning area Forms docsLearning area Forms docs
Description
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.

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?
- Go to https://developer.mozilla.org/en-US/docs/Learn_web_development/Extensions/Forms/Customizable_select#final_result
- Click on "Play" button to open the demo in playground
- Add bellow css in top of css block
html{ background: black }
Do you have anything more you want to share?
No response
MDN metadata
Page report details
- Folder:
en-us/learn_web_development/extensions/forms/customizable_select
- MDN URL: https://developer.mozilla.org/en-US/docs/Learn_web_development/Extensions/Forms/Customizable_select
- GitHub URL: https://github.com/mdn/content/blob/main/files/en-us/learn_web_development/extensions/forms/customizable_select/index.md
- Last commit: 2530db1
- Document last modified: 2025-08-12T00:41:20.000Z
Metadata
Metadata
Assignees
Labels
Content:Learn:FormsLearning area Forms docsLearning area Forms docs