mirror of
https://github.com/anomalyco/opencode.git
synced 2026-05-05 07:52:03 +00:00
feat(app): edit project and session titles
This commit is contained in:
parent
2ccaa10e79
commit
0866034946
5 changed files with 378 additions and 171 deletions
17
packages/ui/src/components/inline-input.css
Normal file
17
packages/ui/src/components/inline-input.css
Normal file
|
|
@ -0,0 +1,17 @@
|
|||
[data-component="inline-input"] {
|
||||
color: inherit;
|
||||
background: transparent;
|
||||
border: 0;
|
||||
border-radius: var(--radius-md);
|
||||
padding: 0;
|
||||
min-width: 0;
|
||||
font: inherit;
|
||||
letter-spacing: inherit;
|
||||
line-height: inherit;
|
||||
box-sizing: border-box;
|
||||
|
||||
&:focus {
|
||||
outline: none;
|
||||
box-shadow: 0 0 0 1px var(--border-interactive-focus);
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue