Selaa lähdekoodia

Using up caret icon for dropdown.

Brian E. Granger 9 vuotta sitten
vanhempi
commit
7dfaf20510
1 muutettua tiedostoa jossa 1 lisäystä ja 1 poistoa
  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);