chevron styling when active collapse
This commit is contained in:
@ -52,7 +52,7 @@
|
||||
<span>{{ $class->row_names[$table_key][$id] }}</span>
|
||||
@if (array_sum($parent_row_values) != array_sum($class->row_values[$table_key][$id]))
|
||||
<button type="button" class="align-text-top flex" node="child-{{ $id }}" onClick="toggleSub('child-{{ $id }}', event)">
|
||||
<span class="material-icons transform transition-all text-lg leading-none">navigate_next</span>
|
||||
<span class="material-icons transform rotate-90 transition-all text-lg leading-none">navigate_next</span>
|
||||
</button>
|
||||
@endif
|
||||
</div>
|
||||
|
Reference in New Issue
Block a user