Jelajahi Sumber

Show better icon

jmacura 5 tahun lalu
induk
melakukan
fd8543f117
1 mengubah file dengan 1 tambahan dan 1 penghapusan
  1. 1 1
      src/adjuster/adjuster.directive.html

+ 1 - 1
src/adjuster/adjuster.directive.html

@@ -6,7 +6,7 @@
       <div ng-repeat="factor in PraAdjusterService.factors">
         <div class="d-flex flex-row">
           <div class="p-2 flex-grow-1">
-            <span class="glyphicon cursor-pointer" ng-class="datasetlistVisible ? 'icon-chevron-left' : 'icon-chevron-right'"
+            <span class="glyphicon cursor-pointer" ng-class="datasetlistVisible ? 'icon-chevron-down' : 'icon-chevron-right'"
               ng-click="datasetlistVisible = !datasetlistVisible"></span>
             <label class="cursor-pointer" ng-click="datasetlistVisible = !datasetlistVisible">{{factor.name}}</label>
           </div>