From 4d53fcf4303dcee4f33ac9d9674cad0db7e15264 Mon Sep 17 00:00:00 2001 From: Gaurav Singh Date: Thu, 9 Jan 2025 12:39:38 +0530 Subject: [PATCH] fix: flicker input (#218) * fix: flicker input * chore: remove comment --- apps/www/examples/shield-ts/assets.tsx | 4 ++-- packages/raystack/v1/styles/typography.css | 1 - 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/apps/www/examples/shield-ts/assets.tsx b/apps/www/examples/shield-ts/assets.tsx index e730444a..0eb65310 100644 --- a/apps/www/examples/shield-ts/assets.tsx +++ b/apps/www/examples/shield-ts/assets.tsx @@ -219,12 +219,12 @@ const AssetsHeader = () => { }} /> */} - {/* */} + /> {/* }> Custom Badge */} diff --git a/packages/raystack/v1/styles/typography.css b/packages/raystack/v1/styles/typography.css index 71ce27c3..1f549c27 100644 --- a/packages/raystack/v1/styles/typography.css +++ b/packages/raystack/v1/styles/typography.css @@ -32,7 +32,6 @@ body, p, div, span { /* CSS for the type cursor */ input, textarea { caret-color: var(--rs-color-border-accent-emphasis); - animation: dissolve-hide 100ms ease-out 500ms infinite; } @keyframes dissolve-hide {