feat: underline revealed text in AI responses
Revealed values are now wrapped in <span class="ss-revealed"> with a blue underline and subtle blue background, making it obvious which parts are your real data vs what the AI said. Hover shows tooltip "Substituted value: [fake]" so you can see what the AI actually received. Un-reveal properly removes the spans and normalizes text nodes. https://claude.ai/code/session_01Dvgwe7XMoSxnWXkih8p1Cw
This commit is contained in:
@@ -16,9 +16,10 @@
|
||||
/* Revealed text styling (when reveal mode shows real values in responses) */
|
||||
.ss-revealed {
|
||||
background: rgba(59, 130, 246, 0.1);
|
||||
border-bottom: 1.5px dashed rgba(59, 130, 246, 0.5);
|
||||
border-bottom: 2px solid rgba(59, 130, 246, 0.6);
|
||||
border-radius: 2px;
|
||||
padding: 0 1px;
|
||||
padding: 0 2px;
|
||||
cursor: help;
|
||||
}
|
||||
|
||||
/* Floating reveal mode indicator */
|
||||
|
||||
Reference in New Issue
Block a user