Skip to content

Commit da6a04b

Browse files
committed
Upgrade/Install: Use new default admin color scheme for language dropdown on the setup screen.
This changeset ensures the hover/focus color of the setup screen's language dropdown use the new default admin color scheme. Reviewed by SergeyBiryukov. Props huzaifaalmesbah, noruzzaman. Fixes #64961. See #64308. git-svn-id: https://develop.svn.wordpress.org/trunk@62163 602fd350-edb4-49c9-b593-d223f7449a82
1 parent c1e6670 commit da6a04b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/wp-admin/css/install.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -340,7 +340,7 @@ body.language-chooser {
340340

341341
.language-chooser select option:hover,
342342
.language-chooser select option:focus {
343-
color: #0a4b78;
343+
color: var(--wp-admin-theme-color-darker-20);
344344
}
345345

346346
.language-chooser .step {

0 commit comments

Comments
 (0)