Skip to content

Commit 40c0ac6

Browse files
authored
Fix plugin background on selected + hover (#108004)
1 parent 5e61a09 commit 40c0ac6

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

client/dashboard/plugins/manage/components/plugin-switcher.scss

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,10 @@
4545
background: rgba(var(--wp-admin-theme-color--rgb), 0.04);
4646
border-top: 1px solid rgba(var(--wp-admin-theme-color--rgb), 0.12);
4747

48+
&:hover {
49+
background: rgba(var(--wp-admin-theme-color--rgb), 0.08);
50+
}
51+
4852
.plugin-switcher-item-site-count {
4953
color: var(--wp-admin-theme-color);
5054
}

0 commit comments

Comments
 (0)