Make WordPress Core


Ignore:
Timestamp:
07/12/2014 07:48:24 PM (11 years ago)
Author:
ocean90
Message:

Themes: Don't set background color for the filter icon.

fixes #28860.

File:
1 edited

Legend:

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

    r29031 r29124  
    440440}
    441441
    442 body.more-filters-opened .more-filters,
     442body.more-filters-opened .more-filters {
     443    color: $menu-text;
     444    background-color: $menu-background;
     445}
     446
    443447body.more-filters-opened .more-filters:before {
    444448    color: $menu-text;
    445     background-color: $menu-background;
    446449}
    447450
    448451body.more-filters-opened .more-filters:hover,
    449 body.more-filters-opened .more-filters:focus,
     452body.more-filters-opened .more-filters:focus {
     453    background-color: $menu-highlight-background;
     454    color: $menu-highlight-text;
     455}
     456
    450457body.more-filters-opened .more-filters:hover:before,
    451458body.more-filters-opened .more-filters:focus:before {
    452     background-color: $menu-highlight-background;
    453459    color: $menu-highlight-text;
    454460}
Note: See TracChangeset for help on using the changeset viewer.