mirror of
https://github.com/sky-systems/sky_phone.git
synced 2026-09-04 17:23:25 +00:00
FIX - refine Radio Sky UI controls
This commit is contained in:
@@ -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,
|
||||
)
|
||||
})
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user