Skip to content

Commit

Permalink
NEW: Fade Sidebar Badges When Not Active
Browse files Browse the repository at this point in the history
  • Loading branch information
aljawaid committed May 19, 2023
1 parent 2b2bac5 commit 9f2a050
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion Assets/css/plugin-manager.css
Original file line number Diff line number Diff line change
Expand Up @@ -1538,9 +1538,14 @@ td span.refresh-notice {
position: absolute;
font-size: .75em;
padding: 0 2px;
border-radius: 2px;
border-radius: var(--border-radius-pm);
font-weight: bold;
right: 0;
opacity: .5;
}

#PluginSideBar ul li.active span.count-menu-item {
opacity: 1;
}

span.count-menu-item.badge-installed {
Expand Down

0 comments on commit 9f2a050

Please sign in to comment.