diff options
| author | opencode-agent[bot] <opencode-agent[bot]@users.noreply.github.com> | 2026-01-30 17:58:31 +0000 |
|---|---|---|
| committer | opencode-agent[bot] <opencode-agent[bot]@users.noreply.github.com> | 2026-01-30 17:58:31 +0000 |
| commit | fe66ca163cbb9d689cf296c4c2f7a63414c1cf45 (patch) | |
| tree | e330cc07e4ce3b68f64592f7c123cfa1ce77ef23 /packages/ui/src/components/inline-input.css | |
| parent | 20619a6a26ec0cfc2707b7ed13387715e9f9cdaa (diff) | |
| download | opencode-fe66ca163cbb9d689cf296c4c2f7a63414c1cf45.tar.gz opencode-fe66ca163cbb9d689cf296c4c2f7a63414c1cf45.zip | |
chore: generate
Diffstat (limited to 'packages/ui/src/components/inline-input.css')
| -rw-r--r-- | packages/ui/src/components/inline-input.css | 28 |
1 files changed, 14 insertions, 14 deletions
diff --git a/packages/ui/src/components/inline-input.css b/packages/ui/src/components/inline-input.css index 8bb0f9afb..1d8a00e08 100644 --- a/packages/ui/src/components/inline-input.css +++ b/packages/ui/src/components/inline-input.css @@ -1,17 +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; + 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); - } + &:focus { + outline: none; + box-shadow: 0 0 0 1px var(--border-interactive-focus); + } } |
