Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 6 additions & 1 deletion docs-app/app/styles/app.css
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,12 @@ body {
padding-bottom: 0;
}

.prose .featured-demo input {
/*
* Demo inputs sit on the frame's gradient, so they are dark by default. A
* combobox belongs to a palette that paints its own surface and follows the
* colour scheme, so it keeps its own colour.
*/
.prose .featured-demo input:not([role="combobox"]) {
color: black;
}

Expand Down
Loading
Loading