From 243154aa86b6b0bb0c7b07d0bd0436c0676cbe6e Mon Sep 17 00:00:00 2001 From: Philip Zeyliger Date: Thu, 29 Jan 2026 18:33:55 +0000 Subject: [PATCH] shelley/ui: remove emoji rotation animations from tools Prompt: get rid of the animations in the patch tool (and any other tools) that rotate the emoji Co-authored-by: Shelley --- ui/src/styles.css | 14 -------------- 1 file changed, 14 deletions(-) diff --git a/ui/src/styles.css b/ui/src/styles.css index 9174e14317dc7f54d943cac18a0fe54debe7a872..fbaba0c0c3f618806242685cb3c8775de84bd16c 100644 --- a/ui/src/styles.css +++ b/ui/src/styles.css @@ -862,7 +862,6 @@ button { } .tool-emoji.running { - animation: rotate 1s linear infinite; } .tool-command { @@ -1161,7 +1160,6 @@ button { } .patch-tool-emoji.running { - animation: rotate 1s linear infinite; } .patch-tool-filename { @@ -1547,7 +1545,6 @@ button { } .screenshot-tool-emoji.running { - animation: rotate 1s linear infinite; } .screenshot-tool-filename { @@ -1700,7 +1697,6 @@ button { } .output-iframe-tool-emoji.running { - animation: rotate 1s linear infinite; } .output-iframe-tool-title { @@ -2564,16 +2560,6 @@ svg { } } -/* Rotation animation for running tools */ -@keyframes rotate { - from { - transform: rotate(0deg); - } - to { - transform: rotate(360deg); - } -} - /* Scroll to bottom button */ .scroll-to-bottom-button { position: absolute;