Ticket #33061: 33061.2.patch
File 33061.2.patch, 1.2 KB (added by , 10 years ago) |
---|
-
src/wp-admin/css/colors/_admin.scss
100 100 color: $menu-bubble-background; 101 101 } 102 102 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 { 107 105 color: $menu-text; 108 106 background-color: $menu-background; 109 107 } 110 108 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; 113 112 } 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; 115 117 background-color: $menu-bubble-background; 116 118 } 117 119 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 } 118 124 119 125 /* Admin Menu */ 120 126