Skip to:
Content

bbPress.org


Ignore:
Timestamp:
06/29/2015 08:40:56 AM (11 years ago)
Author:
netweb
Message:

Updated admin base SCSS styles:

See #2583

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/includes/admin/styles/_admin.scss

    r5635 r5803  
    212212}
    213213
    214 #adminmenu li.wp-has-current-submenu div.wp-menu-image:before {
     214#adminmenu li.wp-has-current-submenu div.wp-menu-image:before,
     215#adminmenu a.current:hover div.wp-menu-image:before,
     216#adminmenu li.wp-has-current-submenu a:focus div.wp-menu-image:before,
     217#adminmenu li.wp-has-current-submenu.opensub div.wp-menu-image:before,
     218#adminmenu li:hover div.wp-menu-image:before,
     219#adminmenu li a:focus div.wp-menu-image:before,
     220#adminmenu li.opensub div.wp-menu-image:before,
     221.ie8 #adminmenu li.opensub div.wp-menu-image:before {
    215222    color: $menu-current-icon;
    216223}
     
    434441
    435442.theme-browser .theme.active .theme-name,
    436 .theme-browser .theme.add-new-theme:hover:after {
     443.theme-browser .theme.add-new-theme a:hover:after,
     444.theme-browser .theme.add-new-theme a:focus:after {
    437445    background: $highlight-color;
    438446}
    439447
    440 .theme-browser .theme.add-new-theme:hover span:after {
     448.theme-browser .theme.add-new-theme a:hover span:after,
     449.theme-browser .theme.add-new-theme a:focus span:after {
    441450    color: $highlight-color;
    442451}
     
    508517}
    509518
    510 .star-rating .star {
    511     color: $highlight-color;
    512 }
    513 
    514519.wp-responsive-open #wpadminbar #wp-admin-bar-menu-toggle a {
    515520    background: $menu-submenu-background;
Note: See TracChangeset for help on using the changeset viewer.