mirror of
https://github.com/MODSetter/SurfSense.git
synced 2026-06-20 21:18:13 +02:00
style: add cited line highlight class
This commit is contained in:
parent
b73a31f889
commit
c551b34d93
1 changed files with 6 additions and 0 deletions
|
|
@ -270,6 +270,12 @@ button {
|
|||
contain-intrinsic-size: 0 40px;
|
||||
}
|
||||
|
||||
/* Monaco whole-line highlight for a cited source span (Phase E). */
|
||||
.citation-line-highlight {
|
||||
background-color: color-mix(in srgb, var(--primary) 16%, transparent);
|
||||
box-shadow: inset 2px 0 0 0 var(--primary);
|
||||
}
|
||||
|
||||
@source "../node_modules/@llamaindex/chat-ui/**/*.{ts,tsx}";
|
||||
@source "../node_modules/streamdown/dist/*.js";
|
||||
@source "../node_modules/@streamdown/code/dist/*.js";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue