Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions assets/css/global.scss
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,11 @@ $promo_highlight: #43af99;
line-height: 1;
}

#adminmenuwrap #adminmenu li.current a > .awaiting-mod:not(.sensei-promo-groups__badge):not(.sensei-upsell-pro-badge) {
background-color: $promo_highlight;
color: #fff;
}

.sensei-wp-list-table-row--disabled .sensei-email-unavailable {
color: #999999;
}
4 changes: 4 additions & 0 deletions changelog/fix-8073-admin-menu-active-badge-color
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
Significance: patch
Type: fixed

Restore the visible background pill on the admin menu count badge when its menu item is the active one.
Loading