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');
|
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 {
|
||||||
|
|
|
@ -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')})`,
|
||||||
|
|
BIN
manage/sort.ttf
BIN
manage/sort.ttf
Binary file not shown.
Loading…
Reference in New Issue
Block a user