summaryrefslogtreecommitdiffhomepage
path: root/packages/ui/src/components/morph-chevron.css
diff options
context:
space:
mode:
authorAdam <[email protected]>2026-02-02 11:46:25 -0600
committerAdam <[email protected]>2026-02-02 14:24:24 -0600
commit70cf609ce90a7534349c8dd5ed8441cbd32ebba7 (patch)
tree4dbf2be3e1928c3c4414fe3397eaf90d076d0c63 /packages/ui/src/components/morph-chevron.css
parent2f76b49df3cfd316069a2b5c292fed369acadbde (diff)
downloadopencode-70cf609ce90a7534349c8dd5ed8441cbd32ebba7.tar.gz
opencode-70cf609ce90a7534349c8dd5ed8441cbd32ebba7.zip
Revert "feat(ui): Select, dropdown, popover styles & transitions (#11675)"
This reverts commit 377bf7ff21a4f05807c38675ac70cd08fe67b516.
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;
-}