This commit is contained in:
@@ -28,6 +28,11 @@ describe('mobile touch targets', () => {
|
||||
expect(css).toContain('.countdown-add{min-height:44px;')
|
||||
expect(css).toContain('.countdown-modal header button{min-width:44px;min-height:44px;')
|
||||
})
|
||||
|
||||
it('keeps mobile-only menu buttons hidden on desktop despite the .icon grid rule', () => {
|
||||
expect(css).toMatch(/\.icon,\.ghost\{[^}]*display:grid[^}]*\}\.mobile-only\{display:none\}/)
|
||||
expect(css).toContain('@media(max-width:930px){.shell')
|
||||
})
|
||||
})
|
||||
|
||||
describe('sidebar layout', () => {
|
||||
|
||||
Reference in New Issue
Block a user