Make WordPress Core

Ticket #28854: 28854.patch

File 28854.patch, 2.0 KB (added by ocean90, 10 years ago)
  • src/wp-admin/css/colors/_admin.scss

     
    439439        border-bottom-color: $menu-background;
    440440}
    441441
    442 body.more-filters-opened .more-filters {
    443         color: $menu-text;
    444         background-color: $menu-background;
    445 }
    446 
    447 body.more-filters-opened .more-filters:before {
    448         color: $menu-text;
    449 }
    450 
    451 body.more-filters-opened .more-filters:hover,
    452 body.more-filters-opened .more-filters:focus {
     442body.more-filters-opened .more-filters,
     443.theme-navigation .more-filters:hover,
     444.theme-navigation .more-filters:focus {
    453445        background-color: $menu-highlight-background;
    454446        color: $menu-highlight-text;
    455447}
    456448
    457 body.more-filters-opened .more-filters:hover:before,
    458 body.more-filters-opened .more-filters:focus:before {
     449body.more-filters-opened .more-filters:before,
     450.theme-navigation .more-filters:hover:before,
     451.theme-navigation .more-filters:focus:before {
    459452        color: $menu-highlight-text;
    460453}
    461454
  • src/wp-admin/css/themes.css

     
    11791179        display: inline-block;
    11801180        margin: 0 10px;
    11811181        padding: 4px 6px;
    1182 }
    1183 body.more-filters-opened .more-filters {
    1184         background: #777;
    11851182        -webkit-border-radius: 2px;
    11861183        border-radius: 2px;
    11871184        border: none;
     1185}
     1186
     1187.theme-navigation .more-filters:hover,
     1188.theme-navigation .more-filters:focus {
     1189        background: rgb(46, 162, 204);
    11881190        color: #fff;
    11891191}
    11901192
    1191 body.more-filters-opened .more-filters:before {
     1193body.more-filters-opened .more-filters:before,
     1194.theme-navigation .more-filters:hover:before,
     1195.theme-navigation .more-filters:focus:before {
    11921196        color: #fff;
    11931197}
    11941198
    1195 body.more-filters-opened .more-filters:hover,
    1196 body.more-filters-opened .more-filters:focus {
    1197         background: rgb(46, 162, 204);
     1199body.more-filters-opened .more-filters {
     1200        background: #777;
     1201        color: #fff;
    11981202}
    11991203
    12001204.theme-install-php .theme-search {