FIX - refine Radio Sky UI controls

This commit is contained in:
DerEchteAlec
2026-08-16 20:27:57 +02:00
parent 6fca2789c1
commit 30fb4360bc
6 changed files with 160 additions and 15 deletions
@@ -61,4 +61,13 @@ describe('SkyRange', () => {
)
expect(tokens).toContain('--sky-shadow-glass-thumb-glow')
})
it('keeps the native range above its enlarged pointer target', () => {
const uiDirectory = fileURLToPath(new URL('..', import.meta.url))
const controls = readFileSync(`${uiDirectory}/controls.css`, 'utf8')
expect(controls).toMatch(
/\.sky-range__input\s*\{[^}]*position:\s*relative;[^}]*z-index:\s*1;/s,
)
})
})