mirror of
https://github.com/cinnyapp/cinny.git
synced 2025-11-11 09:40:28 +03:00
disable highlight on nav buttons (for webkit)
This commit is contained in:
parent
01c3b23284
commit
f9ff976624
1 changed files with 1 additions and 0 deletions
|
|
@ -4,6 +4,7 @@ import { DefaultReset } from 'folds';
|
||||||
export const VirtualTile = style([
|
export const VirtualTile = style([
|
||||||
DefaultReset,
|
DefaultReset,
|
||||||
{
|
{
|
||||||
|
WebkitUserSelect: 'none',
|
||||||
position: 'absolute',
|
position: 'absolute',
|
||||||
width: '100%',
|
width: '100%',
|
||||||
left: 0,
|
left: 0,
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue