feat(app): file search
This commit is contained in:
parent
70cf609ce9
commit
0405b425f5
2 changed files with 467 additions and 3 deletions
|
|
@ -57,6 +57,14 @@ const unsafeCSS = `
|
|||
background-color: var(--diffs-bg-selection-text);
|
||||
}
|
||||
|
||||
::highlight(opencode-find) {
|
||||
background-color: rgb(from var(--surface-warning-base) r g b / 0.35);
|
||||
}
|
||||
|
||||
::highlight(opencode-find-current) {
|
||||
background-color: rgb(from var(--surface-warning-strong) r g b / 0.55);
|
||||
}
|
||||
|
||||
[data-diffs] [data-comment-selected]:not([data-selected-line]) [data-column-content] {
|
||||
box-shadow: inset 0 0 0 9999px var(--diffs-bg-selection);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue