docs: Start building quick-assist feature

This commit is contained in:
Matthew Holt 2023-09-19 23:03:11 -06:00 committed by Francis Lavoie
parent 46b6ce9657
commit 2b03c7c866
No known key found for this signature in database
GPG key ID: 0F66EE1687682239
10 changed files with 709 additions and 292 deletions

View file

@ -105,7 +105,7 @@ function nextTheme() {
}
// hoversplash effect!
on('mouseover', '.button', (e) => {
on('mouseover', '.button:not(.cool), button:not(.cool)', (e) => {
const elem = document.createElement('span');
elem.classList.add('hover-splash');