Added tooltips (#174)
Co-authored-by: Daniel Si Pham <v-danpha@microsoft.com>
This commit is contained in:
parent
a28dede88d
commit
83c120a549
|
@ -106,6 +106,7 @@
|
|||
click: onRefreshResourcesClick, clickBubble: false, event: { keypress: onRefreshDatabasesKeyPress }"
|
||||
tabindex="0"
|
||||
aria-label="Refresh tree"
|
||||
title="Refresh tree"
|
||||
>
|
||||
<img
|
||||
class="refreshcol"
|
||||
|
@ -121,6 +122,7 @@
|
|||
click: toggleLeftPaneExpanded, event: { keypress: toggleLeftPaneExpandedKeyPress }"
|
||||
tabindex="0"
|
||||
aria-label="Collapse Tree"
|
||||
title="Collapse Tree"
|
||||
>
|
||||
<img class="refreshcol1" src="/imgarrowlefticon.svg" alt="Hide" />
|
||||
</span>
|
||||
|
|
Loading…
Reference in New Issue