Ticket #33061: 33061.patch
File 33061.patch, 1.1 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 { 115 116 background-color: $menu-bubble-background; 116 117 } 117 118 119 .column-comments .post-com-count-approved:hover:after, 120 .column-comments .post-com-count-approved:focus:after { 121 border-top-color: $menu-bubble-background; 122 } 118 123 119 124 /* Admin Menu */ 120 125