mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-02-17 02:51:36 -05:00
removes more link from list element into div (#11218)
This commit is contained in:
@@ -107,13 +107,11 @@ export default () => `
|
|||||||
<!-- Filled programmatically -->
|
<!-- Filled programmatically -->
|
||||||
</ul>
|
</ul>
|
||||||
<p class="none detail">No recent folders</p>
|
<p class="none detail">No recent folders</p>
|
||||||
<ul class="moreRecent-list">
|
<div class="moreRecent">
|
||||||
<li class="moreRecent">
|
<a class="ads-welcome-page-link" href="command:workbench.action.openRecent">${escape(localize('welcomePage.moreRecent', "Show more"))}
|
||||||
<a class="ads-welcome-page-link" href="command:workbench.action.openRecent">${escape(localize('welcomePage.moreRecent', "Show more"))}
|
<i class="icon-arrow-down-dark"></i>
|
||||||
<i class="icon-arrow-down-dark"></i>
|
</a>
|
||||||
</a>
|
</div>
|
||||||
</li>
|
|
||||||
</ul>
|
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
Reference in New Issue
Block a user