diff options
| author | Adam Malczewski <[email protected]> | 2026-03-28 05:15:49 +0900 |
|---|---|---|
| committer | Adam Malczewski <[email protected]> | 2026-03-28 05:15:49 +0900 |
| commit | ff4fd494811d326986cfe0305f35b89e37dd493c (patch) | |
| tree | 947209f20098279b1b334db653300f1e3bb43aa6 /styles.css | |
| parent | be2dee39e5bf907dfdd3462817203a08cf3c345f (diff) | |
| download | ai-pulse-obsidian-plugin-ff4fd494811d326986cfe0305f35b89e37dd493c.tar.gz ai-pulse-obsidian-plugin-ff4fd494811d326986cfe0305f35b89e37dd493c.zip | |
no=op validation, and red tool error messages
Diffstat (limited to 'styles.css')
| -rw-r--r-- | styles.css | 13 |
1 files changed, 13 insertions, 0 deletions
@@ -268,6 +268,19 @@ font-size: 0.9em; } +/* Tool call error state */ +.ai-pulse-tool-call.ai-pulse-tool-call-error { + border-left-color: var(--text-error); +} + +.ai-pulse-tool-call.ai-pulse-tool-call-error .ai-pulse-tool-call-header { + color: var(--text-error); +} + +.ai-pulse-tool-call.ai-pulse-tool-call-error .ai-pulse-tool-call-result-summary { + color: var(--text-error); +} + /* ===== DaisyUI-inspired Collapse ===== */ .ai-pulse-collapse { |
