Manuel Matuzović on Nostr: Here's what I'll do today and it would be great if you would join me. On the website ...
Here's what I'll do today and it would be great if you would join me.
On the website you're working on today, find a stylesheet and add the following rule.
```
*, *:hover {
cursor: none !important;
}
```
That forces you to use the keyboard. If you find something that makes it hard or impossible to do using the keyboard, fix it! Not just for yourself but for everyone relying on keyboard accessibility.
Edit: fixed code formatting
Published at
2023-07-07 05:04:40Event JSON
{
"id": "7d33293d78dba849d6121e57f0f930a5c788d786aabbe77f6aa56422396677cb",
"pubkey": "e1ca52b8e11356a8e151f4b791fcd0437c88940bac97469e9258f17a69800c57",
"created_at": 1688706280,
"kind": 1,
"tags": [
[
"mostr",
"https://front-end.social/users/matuzo/statuses/110671054774143915"
]
],
"content": "Here's what I'll do today and it would be great if you would join me.\n\nOn the website you're working on today, find a stylesheet and add the following rule.\n\n```\n*, *:hover { \n cursor: none !important; \n}\n```\n\nThat forces you to use the keyboard. If you find something that makes it hard or impossible to do using the keyboard, fix it! Not just for yourself but for everyone relying on keyboard accessibility.\n\nEdit: fixed code formatting",
"sig": "526aa002a9349cf82c90ec8e4e39685fb83fd2ff95814a0c31f3e1bb665a9a037b7557d1708950daf7a299460d184e718b33d62f81f1330888aa72442d04f400"
}