[docs] Fix wrong cursor when hovering buttons (#1630)

This PR fixes your cursor when you hover some buttons in the docs site.

This makes them consistent with all other buttons.


![image](https://github.com/tldraw/tldraw/assets/15892272/d918e12e-2831-49fe-acf7-34c67a9cd976)

### Change Type

- [x] `documentation` — Changes to the documentation only[^2]

[^1]: publishes a `patch` release, for devDependencies use `internal`
[^2]: will not publish a new version

### Test Plan

1. On the docs site, hover your cursor over the light/dark button.
2. Make sure that your cursor is a pointing finger.


### Release Notes

- Documentation: Fixed the wrong cursor showing when hovering some
buttons.
lu/split-editor-docs^2
Lu Wilson 2023-06-23 10:51:42 +01:00 zatwierdzone przez GitHub
rodzic db68473db9
commit d2c51ae3ba
Nie znaleziono w bazie danych klucza dla tego podpisu
ID klucza GPG: 4AEE18F83AFDEB23
1 zmienionych plików z 1 dodań i 0 usunięć

Wyświetl plik

@ -118,6 +118,7 @@ body {
border: none;
--bg: transparent;
color: var(--color-text);
cursor: pointer;
}
.icon-button::after {