瀏覽代碼

Using up caret icon for dropdown.

Brian E. Granger 9 年之前
父節點
當前提交
7dfaf20510
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      src/filebrowser/buttons.ts

+ 1 - 1
src/filebrowser/buttons.ts

@@ -289,7 +289,7 @@ namespace Private {
     createIcon.className = ICON_CLASS + ' fa fa-plus';
     uploadIcon.className = ICON_CLASS + ' fa fa-upload';
     refreshIcon.className = ICON_CLASS + ' fa fa-refresh';
-    dropdownIcon.className = DROPDOWN_CLASS + ' fa fa-caret-down';
+    dropdownIcon.className = DROPDOWN_CLASS + ' fa fa-caret-up';
 
     createContent.appendChild(createIcon);
     createContent.appendChild(dropdownIcon);