Compare commits
No commits in common. "0b32405f0a8d0a6f3b1bb8d89d2f952ee1f428e6" and "017a521065ee770fb34f2f715ea61d04fdd53300" have entirely different histories.
0b32405f0a
...
017a521065
@ -184,10 +184,6 @@
|
|||||||
but bigger and green. The delete button uses bootstrap red var(--status-danger);
|
but bigger and green. The delete button uses bootstrap red var(--status-danger);
|
||||||
we use bootstrap green var(--status-success) for parity. */
|
we use bootstrap green var(--status-success) for parity. */
|
||||||
.tool-run-btn {
|
.tool-run-btn {
|
||||||
display: inline-flex;
|
|
||||||
align-items: center;
|
|
||||||
justify-content: center;
|
|
||||||
gap: 6px;
|
|
||||||
background: rgba(var(--status-success-rgb), 0.12);
|
background: rgba(var(--status-success-rgb), 0.12);
|
||||||
border: 1px solid rgba(var(--status-success-rgb), 0.3);
|
border: 1px solid rgba(var(--status-success-rgb), 0.3);
|
||||||
color: var(--status-success);
|
color: var(--status-success);
|
||||||
@ -200,8 +196,6 @@
|
|||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
transition: all 0.2s ease;
|
transition: all 0.2s ease;
|
||||||
}
|
}
|
||||||
.tool-run-btn-icon { flex-shrink: 0; }
|
|
||||||
.tool-run-btn-label { display: inline-block; }
|
|
||||||
|
|
||||||
.tool-run-btn:hover {
|
.tool-run-btn:hover {
|
||||||
background: rgba(var(--status-success-rgb), 0.22);
|
background: rgba(var(--status-success-rgb), 0.22);
|
||||||
|
|||||||
@ -377,10 +377,7 @@ class ToolsManager {
|
|||||||
</div>
|
</div>
|
||||||
<div class="tool-action">
|
<div class="tool-action">
|
||||||
<button class="${btnClass}" data-action="run" title="${escapeHtml(tool.label || tool.id)}">
|
<button class="${btnClass}" data-action="run" title="${escapeHtml(tool.label || tool.id)}">
|
||||||
<svg class="tool-run-btn-icon" width="12" height="12" viewBox="0 0 24 24" fill="currentColor" aria-hidden="true">
|
Run
|
||||||
<polygon points="6,4 20,12 6,20"></polygon>
|
|
||||||
</svg>
|
|
||||||
<span class="tool-run-btn-label">Run</span>
|
|
||||||
</button>
|
</button>
|
||||||
</div>
|
</div>
|
||||||
</div>`;
|
</div>`;
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user