Make WordPress Core

Ticket #33061: 33061.2.patch

File 33061.2.patch, 1.2 KB (added by iseulde, 10 years ago)
  • src/wp-admin/css/colors/_admin.scss

     
    100100        color: $menu-bubble-background;
    101101}
    102102
    103 .post-com-count:hover:after {
    104         border-top-color: $menu-background;
    105 }
    106 .post-com-count:hover span {
     103.column-comments .comment-count-no-comments,
     104.column-comments .comment-count-approved {
    107105        color: $menu-text;
    108106        background-color: $menu-background;
    109107}
    110108
    111 strong .post-com-count:after {
    112         border-top-color: $menu-bubble-background;
     109.column-comments .post-com-count-no-comments:after,
     110.column-comments .post-com-count-approved:after {
     111        border-top-color: $menu-background;
    113112}
    114 strong .post-com-count span {
     113
     114.column-comments .post-com-count-approved:hover .comment-count-approved,
     115.column-comments .post-com-count-approved:focus .comment-count-approved {
     116        color: $menu-bubble-text;
    115117        background-color: $menu-bubble-background;
    116118}
    117119
     120.column-comments .post-com-count-approved:hover:after,
     121.column-comments .post-com-count-approved:focus:after {
     122        border-top-color: $menu-bubble-background;
     123}
    118124
    119125/* Admin Menu */
    120126