Ticket #33061: 33061.3.patch
File 33061.3.patch, 1.2 KB (added by , 10 years ago) |
---|
-
src/wp-admin/css/colors/_admin.scss
92 92 } 93 93 94 94 .view-switch a.current:before { 95 color: $ menu-background;95 color: $highlight-color; 96 96 } 97 97 98 .view-switch a:hover:before { 99 color: $menu-bubble-background; 98 .column-comments .post-com-count-approved:hover .comment-count-approved, 99 .column-comments .post-com-count-approved:focus .comment-count-approved { 100 color: $text-color; 101 background-color: $highlight-color; 100 102 } 101 103 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; 104 .column-comments .post-com-count-approved:hover:after, 105 .column-comments .post-com-count-approved:focus:after { 106 border-top-color: $highlight-color; 108 107 } 109 108 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; 109 .column-comments .post-com-count-pending { 110 color: $text-color; 111 background-color: $notification-color; 115 112 } 116 113 117 114