mirror of
https://github.com/datahub-project/datahub.git
synced 2025-10-19 12:53:28 +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
|
<button
|
||||||
class="nacho-button nacho-button--tertiary dataset-compliance-fields__rollup-toggle"
|
class="nacho-button nacho-button--tertiary dataset-compliance-fields__rollup-toggle"
|
||||||
onclick={{action row.onToggleRowExpansion}}>
|
onclick={{action row.onToggleRowExpansion}}>
|
||||||
|
{{tooltip-on-element text=(if row.isRowExpanded "Collapse field" "Expand field")}}
|
||||||
|
|
||||||
{{#if row.isRowExpanded}}
|
{{#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}}
|
{{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}}
|
{{/if}}
|
||||||
|
|
||||||
</button>
|
</button>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user