소스 검색

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);