remove unused glyph from snappymail font

This commit is contained in:
djmaze 2021-02-11 20:15:07 +01:00
parent 4a8c9f8e18
commit e141ee8ea3
4 changed files with 6 additions and 10 deletions

View file

@ -128,9 +128,7 @@
}"></div>
&nbsp;
<span data-bind="visible: isDesktopNotificationDenied" style="color: #999" data-i18n="SETTINGS_GENERAL/LABEL_CHROME_NOTIFICATION_DESC_DENIED"></span>
<span data-bind="click: testSystemNotification" style="color:green;cursor:pointer">
<i class="icon-right-dir iconsize20"></i>
</span>
<span class="fontastic iconsize20" data-bind="click: testSystemNotification" style="color:green;cursor:pointer">▶️</span>
</div>
<div>
<div data-bind="component: {
@ -142,9 +140,7 @@
}
}"></div>
&nbsp;
<span data-bind="click: testSoundNotification" style="color:green;cursor:pointer">
<i class="icon-right-dir iconsize20"></i>
</span>
<span class="fontastic iconsize20" data-bind="click: testSoundNotification" style="color:green;cursor:pointer">▶️</span>
</div>
</div>
</div>

Binary file not shown.

Binary file not shown.

View file

@ -41,9 +41,6 @@
.icon-info::before {
content: "\e00b";
}
.icon-right-dir::before {
content: "\e00c"; /* ▶ */
}
.icon-right-mini::before {
content: "\e01e"; /* */
}
@ -212,8 +209,11 @@
.icon-floppy::before {
content: "💾";
}
.icon-right-dir::before {
content: "▶";
}
.icon-play::before {
content: "▶️︎";
content: "▶️";
}
.icon-key::before {
content: "🔑";