fallback to unicode#21E9 (hollow arrow) in FF

This commit is contained in:
tophf 2017-12-24 05:44:02 +03:00
parent 286778cf9a
commit 6cca5bbe59
3 changed files with 2 additions and 2 deletions

View File

@ -969,7 +969,7 @@ input[id^="manage.newUI"] {
src: url('sort.ttf?t4i57s') format('truetype'); src: url('sort.ttf?t4i57s') format('truetype');
font-weight: normal; font-weight: normal;
font-style: normal; font-style: normal;
unicode-range: U+EA4D; unicode-range: U+21E9;
} }
#sort-select { #sort-select {

View File

@ -83,7 +83,7 @@ const sorter = (() => {
const option = $create('option'); const option = $create('option');
const optgroup = $create('optgroup'); const optgroup = $create('optgroup');
const meta = { const meta = {
desc: ' \uea4d', desc: ' \u21E9',
enabled: t('genericEnabledLabel'), enabled: t('genericEnabledLabel'),
disabled: t('genericDisabledLabel'), disabled: t('genericDisabledLabel'),
dateNew: ` (${t('sortDateNewestFirst')})`, dateNew: ` (${t('sortDateNewestFirst')})`,

Binary file not shown.