Skip to content

Commit 2830c68

Browse files
Upgrade/Install: Improve the appearance of language selection on install:
* Remove a stray chevron. * Improve focus and hover styles. Props garrett-eclipse, audrasjb. Fixes #48927. git-svn-id: https://develop.svn.wordpress.org/trunk@46887 602fd350-edb4-49c9-b593-d223f7449a82
1 parent 3778b1e commit 2830c68

1 file changed

Lines changed: 10 additions & 1 deletion

File tree

src/wp-admin/css/install.css

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -323,13 +323,22 @@ body.language-chooser {
323323
width: 100%;
324324
display: block;
325325
border: 1px solid #ddd;
326-
background-color: #fff;
326+
background: #fff;
327327
color: #32373c;
328328
font-size: 16px;
329329
font-family: Arial, sans-serif;
330330
font-weight: 400;
331331
}
332332

333+
.language-chooser select:focus {
334+
color: #32373c;
335+
}
336+
337+
.language-chooser select option:hover,
338+
.language-chooser select option:focus {
339+
color: #016087;
340+
}
341+
333342
.language-chooser p {
334343
text-align: right;
335344
}

0 commit comments

Comments
 (0)