Make WordPress Core

Changeset 46887 for trunk


Ignore:
Timestamp:
12/11/2019 11:01:23 PM (4 years ago)
Author:
SergeyBiryukov
Message:

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.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-admin/css/install.css

    r46256 r46887  
    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;
     331}
     332
     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;
    331340}
    332341
Note: See TracChangeset for help on using the changeset viewer.