summaryrefslogtreecommitdiffhomepage
path: root/packages/ui/src/components/reasoning-icon.css
diff options
context:
space:
mode:
authoropencode-agent[bot] <opencode-agent[bot]@users.noreply.github.com>2026-01-30 17:58:31 +0000
committeropencode-agent[bot] <opencode-agent[bot]@users.noreply.github.com>2026-01-30 17:58:31 +0000
commitfe66ca163cbb9d689cf296c4c2f7a63414c1cf45 (patch)
treee330cc07e4ce3b68f64592f7c123cfa1ce77ef23 /packages/ui/src/components/reasoning-icon.css
parent20619a6a26ec0cfc2707b7ed13387715e9f9cdaa (diff)
downloadopencode-fe66ca163cbb9d689cf296c4c2f7a63414c1cf45.tar.gz
opencode-fe66ca163cbb9d689cf296c4c2f7a63414c1cf45.zip
chore: generate
Diffstat (limited to 'packages/ui/src/components/reasoning-icon.css')
-rw-r--r--packages/ui/src/components/reasoning-icon.css12
1 files changed, 5 insertions, 7 deletions
diff --git a/packages/ui/src/components/reasoning-icon.css b/packages/ui/src/components/reasoning-icon.css
index 81545cdf4..b03f69a93 100644
--- a/packages/ui/src/components/reasoning-icon.css
+++ b/packages/ui/src/components/reasoning-icon.css
@@ -1,10 +1,8 @@
[data-component="reasoning-icon"] {
- color: var(--icon-strong-base);
+ color: var(--icon-strong-base);
- [data-slot="reasoning-icon-percentage"] {
- transition: clip-path 200ms cubic-bezier(0.25, 0, 0.5, 1);
- clip-path: inset(
- calc(100% - var(--reasoning-icon-percentage) * 100%) 0 0 0
- );
- }
+ [data-slot="reasoning-icon-percentage"] {
+ transition: clip-path 200ms cubic-bezier(0.25, 0, 0.5, 1);
+ clip-path: inset(calc(100% - var(--reasoning-icon-percentage) * 100%) 0 0 0);
+ }
}