@@ -13,7 +13,7 @@ import Demo from "@/layouts/DemoLayout.astro";
This example shows an improved effect for this strange transition]. Click the first link to start the transition with the improved
+ >. Click the first link to start the transition with the improved
version.
diff --git a/src/styles/custom.css b/src/styles/custom.css
index e3704ec..266c693 100644
--- a/src/styles/custom.css
+++ b/src/styles/custom.css
@@ -12,9 +12,7 @@
:root {
transition: --sl-color-text 2s;
}
-:root[loading] * {
- cursor: progress;
-}
+
body {
text-align: left;
hyphens: auto;
diff --git a/tests/02_chamber.spec.ts b/tests/02_chamber.spec.ts
index 5b926ef..c4e6f15 100644
--- a/tests/02_chamber.spec.ts
+++ b/tests/02_chamber.spec.ts
@@ -252,6 +252,8 @@ test.describe("Full control", () => {
test('can fast forward', async ({ page }) => {
await start(page);
+ await page.waitForTimeout(100);
+
await page.evaluate(() => {
const input = top!.document.querySelector