summaryrefslogtreecommitdiffhomepage
path: root/packages/ui/src/components/morph-chevron.css
diff options
context:
space:
mode:
authorAdam <[email protected]>2026-01-31 07:18:51 -0600
committerGitHub <[email protected]>2026-01-31 07:18:51 -0600
commita552652fcc024752fcd43d9117282307d15c44d1 (patch)
tree67631d8dd33f1b4db65ea6d2518c188faf1f066f /packages/ui/src/components/morph-chevron.css
parent511c7abacaebb5e007139395078b6a848e5e9ea5 (diff)
downloadopencode-a552652fcc024752fcd43d9117282307d15c44d1.tar.gz
opencode-a552652fcc024752fcd43d9117282307d15c44d1.zip
Revert "feat: Transitions, spacing, scroll fade, prompt area update (#11168)" (#11461)
Co-authored-by: adamelmore <[email protected]>
Diffstat (limited to 'packages/ui/src/components/morph-chevron.css')
-rw-r--r--packages/ui/src/components/morph-chevron.css10
1 files changed, 0 insertions, 10 deletions
diff --git a/packages/ui/src/components/morph-chevron.css b/packages/ui/src/components/morph-chevron.css
deleted file mode 100644
index f6edb3f64..000000000
--- a/packages/ui/src/components/morph-chevron.css
+++ /dev/null
@@ -1,10 +0,0 @@
-[data-slot="morph-chevron-svg"] {
- width: 16px;
- height: 16px;
- display: block;
- fill: none;
- stroke-width: 1.5;
- stroke: currentcolor;
- stroke-linecap: round;
- stroke-linejoin: round;
-}