Skip to content

Commit 04a2bcb

Browse files
committed
[fix] Fixed null icon
1 parent d51649b commit 04a2bcb

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

openwisp_utils/admin_theme/static/admin/css/openwisp.css

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1474,6 +1474,9 @@ body::-webkit-scrollbar {
14741474
mask-image: url(../../ui/openwisp/images/help.svg);
14751475
-webkit-mask-image: url(../../ui/openwisp/images/help.svg);
14761476
}
1477+
#menu .icon.None, #menu .icon.None:hover {
1478+
background: transparent;
1479+
}
14771480

14781481
/* USERS ICONS */
14791482

0 commit comments

Comments
 (0)