Make WordPress Core


Ignore:
Timestamp:
07/27/2015 11:49:07 PM (10 years ago)
Author:
iseulde
Message:

Remove broken/dead colour scheme code

See #32152.

File:
1 edited

Legend:

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

    r33409 r33453  
    9898.view-switch a:hover:before {
    9999    color: $menu-bubble-background;
    100 }
    101 
    102 .post-com-count:hover:after {
    103     border-top-color: $menu-background;
    104 }
    105 .post-com-count:hover span {
    106     color: $menu-text;
    107     background-color: $menu-background;
    108 }
    109 
    110 strong .post-com-count:after {
    111     border-top-color: $menu-bubble-background;
    112 }
    113 strong .post-com-count span {
    114     background-color: $menu-bubble-background;
    115100}
    116101
Note: See TracChangeset for help on using the changeset viewer.