fallback to unicode#21E9 (hollow arrow) in FF
This commit is contained in:
parent
286778cf9a
commit
6cca5bbe59
|
@ -969,7 +969,7 @@ input[id^="manage.newUI"] {
|
|||
src: url('sort.ttf?t4i57s') format('truetype');
|
||||
font-weight: normal;
|
||||
font-style: normal;
|
||||
unicode-range: U+EA4D;
|
||||
unicode-range: U+21E9;
|
||||
}
|
||||
|
||||
#sort-select {
|
||||
|
|
|
@ -83,7 +83,7 @@ const sorter = (() => {
|
|||
const option = $create('option');
|
||||
const optgroup = $create('optgroup');
|
||||
const meta = {
|
||||
desc: ' \uea4d',
|
||||
desc: ' \u21E9',
|
||||
enabled: t('genericEnabledLabel'),
|
||||
disabled: t('genericDisabledLabel'),
|
||||
dateNew: ` (${t('sortDateNewestFirst')})`,
|
||||
|
|
BIN
manage/sort.ttf
BIN
manage/sort.ttf
Binary file not shown.
Loading…
Reference in New Issue
Block a user