|
|
@@ -21,11 +21,11 @@
|
|
|
<button type="button" class="btn btn-sm btn-light hs-lm-item-visibility"
|
|
|
ng-class="dataset.included ? 'hs-checkmark' : 'hs-uncheckmark'"
|
|
|
ng-click="dataset.included = !dataset.included;$event.stopPropagation()"></button>
|
|
|
- <span class="glyphicon cursor-pointer"
|
|
|
+ <span class="glyphicon cursor-pointer text-secondary"
|
|
|
ng-class="descriptionVisible ? 'icon-chevron-down' : 'icon-chevron-right'"
|
|
|
ng-click="descriptionVisible = !descriptionVisible"></span>
|
|
|
- <label class="pl-2">{{dataset.name}}</label>
|
|
|
- <div class="p-2 mb-2 text-justify bg-light text-secondary" ng-show="descriptionVisible">
|
|
|
+ <label class="pl-2 cursor-pointer text-secondary" ng-click="descriptionVisible = !descriptionVisible">{{dataset.name}}</label>
|
|
|
+ <div class="p-2 mb-2 text-justify text-info" ng-show="descriptionVisible">
|
|
|
{{dataset.desc}}
|
|
|
</div>
|
|
|
</div>
|