mirror of https://github.com/zulip/zulip.git
list_render: Use correct arrow for ascending.
Ascending files (as it currently is by default) should use an upwards arrow.
This commit is contained in:
parent
fd19743098
commit
26dd785b2b
|
@ -960,7 +960,7 @@ input[type=checkbox].inline-block {
|
||||||
}
|
}
|
||||||
|
|
||||||
#settings_page .table-striped thead th.active:after {
|
#settings_page .table-striped thead th.active:after {
|
||||||
content: " \f0d7";
|
content: " \f0d8";
|
||||||
white-space: pre;
|
white-space: pre;
|
||||||
display: inline-block;
|
display: inline-block;
|
||||||
font: normal normal normal 12px/1 FontAwesome;
|
font: normal normal normal 12px/1 FontAwesome;
|
||||||
|
|
Loading…
Reference in New Issue