Skip to content

Commit

Permalink
Fix <selectmenu> button text color
Browse files Browse the repository at this point in the history
This CL:
- Makes the selected-value slot inherit its text color from the
  button slot.
- Changes the button slot color to match the <select> text colour.

BUG=1468548

Change-Id: I31cbb762b82181a27596d0902d2eeb8fdf9cd98a
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/4727009
Commit-Queue: Peter Kotwicz <pkotwicz@chromium.org>
Reviewed-by: Joey Arhar <jarhar@chromium.org>
Cr-Commit-Position: refs/heads/main@{#1176750}
  • Loading branch information
pkotwicz authored and chromium-wpt-export-bot committed Jul 28, 2023
1 parent d44b962 commit 239d211
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ function createFakeSelectmenu(selectedValueText) {
}
.fake-selectmenu-selected-value {
color: HighlightText;
color: FieldText;
flex-grow:1;
}
Expand Down

0 comments on commit 239d211

Please sign in to comment.