PluginProbe
Extendify / 3.2.1
Extendify v3.2.1
3.2.1 3.2.0 3.1.6 3.1.5 3.1.4 3.1.3 3.1.2 3.1.1 3.1.0 3.0.6 3.0.5 3.0.4 trunk 0.1.0 0.10.0 0.10.1 0.10.2 0.11.0 0.11.1 0.2.0 0.3.0 0.3.1 0.4.0 0.5.0 0.6.0 All 127 releases
← All changes | src/AutoLaunch/auto-launch.css +6 -5 3.1.53.2.1 View file →
@@ -61,15 +61,16 @@
61 61 }
62 62 }
63 63
64 64 .status-animation {
65 + /* Follows the ink token so the shimmer stays legible on a dark palette. */
65 66 background-image: linear-gradient(
66 67 to right,
67 - #1e1e1e 0%,
68 - #1e1e1e 25%,
69 - #999999 50%,
70 - #1e1e1e 75%,
71 - #1e1e1e 100%
68 + var(--ext-ui-status-color, var(--color-ui-ink)) 0%,
69 + var(--ext-ui-status-color, var(--color-ui-ink)) 25%,
70 + var(--color-ui-ink-muted) 50%,
71 + var(--ext-ui-status-color, var(--color-ui-ink)) 75%,
72 + var(--ext-ui-status-color, var(--color-ui-ink)) 100%
72 73 );
73 74 background-size: 300% 100%;
74 75 color: transparent;
75 76 background-clip: text;