1
0
mirror of https://github.com/garraflavatra/rolens.git synced 2025-02-20 03:39:28 +00:00

Added ? icon

This commit is contained in:
Romein van Buren 2023-05-30 19:39:57 +02:00
parent b2fdbd5fa4
commit 313153d01d
Signed by: romein
GPG Key ID: 0EFF8478ADDF6C49
3 changed files with 5 additions and 1 deletions

View File

@ -91,5 +91,7 @@
<path d="m17 1 4 4-4 4"/><path d="M3 11V9a4 4 0 0 1 4-4h14M7 23l-4-4 4-4"/><path d="M21 13v2a4 4 0 0 1-4 4H3"/>
{:else if name === 'chart'}
<path d="M18 20V10M12 20V4M6 20v-6"/>
{:else if name === '?'}
<circle cx="12" cy="12" r="10"></circle><path d="M9.09 9a3 3 0 0 1 5.83 1c0 2-3 3-3 3"></path><line x1="12" y1="17" x2="12.01" y2="17"></line>
{/if}
</svg>

View File

@ -53,6 +53,8 @@
.editor {
width: 100%;
background-color: #fff;
border-radius: var(--radius);
overflow: hidden;
}
.editor :global(.cm-editor) {

View File

@ -60,7 +60,7 @@
{/each}
</select>
<button class="btn secondary" type="button" on:click={() => openStageDocs(stage.type)} title="Open documentation about {stage.type || 'this stage'} on mongodb.org">
<Icon name="info" />
<Icon name="?" />
</button>
</label>