mirror of
https://github.com/datahub-project/datahub.git
synced 2025-10-17 11:58:10 +00:00
Merge pull request #1104 from theseyi/multi-tagging-updates
adds tooltips to expand/collapse chevrons
This commit is contained in:
commit
1b3b87e390
@ -222,11 +222,12 @@
|
||||
<button
|
||||
class="nacho-button nacho-button--tertiary dataset-compliance-fields__rollup-toggle"
|
||||
onclick={{action row.onToggleRowExpansion}}>
|
||||
{{tooltip-on-element text=(if row.isRowExpanded "Collapse field" "Expand field")}}
|
||||
|
||||
{{#if row.isRowExpanded}}
|
||||
<i class="glyphicon glyphicon-menu-up" aria-label="Expand field row"></i>
|
||||
<i class="glyphicon glyphicon-menu-up" aria-label="Expand field"></i>
|
||||
{{else}}
|
||||
<i class="glyphicon glyphicon-menu-down" aria-label="Collapse field row"></i>
|
||||
<i class="glyphicon glyphicon-menu-down" aria-label="Collapse field"></i>
|
||||
{{/if}}
|
||||
|
||||
</button>
|
||||
|
Loading…
x
Reference in New Issue
Block a user