mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-07-10 06:58:27 +03:00
remove unused glyph from snappymail font
This commit is contained in:
parent
4a8c9f8e18
commit
e141ee8ea3
4 changed files with 6 additions and 10 deletions
|
|
@ -128,9 +128,7 @@
|
|||
}"></div>
|
||||
|
||||
<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>
|
||||
|
||||
<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>
|
||||
|
|
|
|||
BIN
vendors/fontastic/fonts/snappymail.woff
vendored
BIN
vendors/fontastic/fonts/snappymail.woff
vendored
Binary file not shown.
BIN
vendors/fontastic/fonts/snappymail.woff2
vendored
BIN
vendors/fontastic/fonts/snappymail.woff2
vendored
Binary file not shown.
8
vendors/fontastic/styles.css
vendored
8
vendors/fontastic/styles.css
vendored
|
|
@ -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: "🔑";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue