Ticket #33061: 33061.4.patch
File 33061.4.patch, 1.8 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 .column-comments .post-com-count-approved:hover:after, 105 .column-comments .post-com-count-approved:focus:after { 106 border-top-color: $highlight-color; 104 107 } 105 .post-com-count:hover span {106 color: $menu-text;107 background-color: $menu-background;108 }109 108 110 strong .post-com-count:after { 111 border-top-color: $menu-bubble-background; 109 .column-comments .post-com-count-pending { 110 color: $text-color; 111 background-color: $notification-color; 112 112 } 113 strong .post-com-count span {114 background-color: $menu-bubble-background;115 }116 113 117 114 118 115 /* Admin Menu */ -
src/wp-admin/css/colors/light/colors.scss
36 36 .theme-filter.current { 37 37 border-bottom-color: $highlight-color; 38 38 } 39 40 /* Override the comments bubble text color for this scheme */ 41 .column-comments .post-com-count-approved:hover .comment-count-approved, 42 .column-comments .post-com-count-approved:focus .comment-count-approved, 43 .column-comments .post-com-count-pending { 44 color: $menu-highlight-text; 45 }