Make WordPress Core


Ignore:
Timestamp:
04/01/2015 12:21:08 PM (10 years ago)
Author:
ocean90
Message:

Themes: Improve focus styling of add-new-theme link.

props celloexpressions, mrahmadawais.
fixes #31203.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-admin/css/colors/_admin.scss

    r31747 r31952  
    434434
    435435.theme-browser .theme.active .theme-name,
    436 .theme-browser .theme.add-new-theme:hover:after {
     436.theme-browser .theme.add-new-theme a:hover:after,
     437.theme-browser .theme.add-new-theme a:focus:after {
    437438    background: $highlight-color;
    438439}
    439440
    440 .theme-browser .theme.add-new-theme:hover span:after {
     441.theme-browser .theme.add-new-theme a:hover span:after,
     442.theme-browser .theme.add-new-theme a:focus span:after {
    441443    color: $highlight-color;
    442444}
Note: See TracChangeset for help on using the changeset viewer.