Make WordPress Core

Ticket #48927: 48927.focus.diff

File 48927.focus.diff, 352 bytes (added by garrett-eclipse, 5 years ago)

Override the select focus on the language-chooser to avoid all entires changing colour

  • src/wp-admin/css/install.css

     
    330330        font-weight: 400;
    331331}
    332332
     333.language-chooser select:focus {
     334        color: #32373c;
     335}
     336
    333337.language-chooser p {
    334338        text-align: right;
    335339}