diff --git a/skins/elastic/styles/widgets/menu.less b/skins/elastic/styles/widgets/menu.less index 8b77dd71d..e7e93733b 100644 --- a/skins/elastic/styles/widgets/menu.less +++ b/skins/elastic/styles/widgets/menu.less @@ -478,9 +478,6 @@ a.toolbar-button { &.expand.none:before { content: @fa-var-angle-double-right; } - &.expand.unread:before { - .font-icon-regular(@fa-var-envelope); - } &.export:before, &.export.all:before, &.export.selection:before { @@ -561,6 +558,7 @@ a.toolbar-button { .font-icon-regular(@fa-var-envelope-open); } &.unread:before, + &.expand.unread:before, &.select.unread:before { .font-icon-solid(@fa-var-envelope); }