mirror of
https://github.com/caddyserver/website.git
synced 2025-04-22 21:16:15 -04:00
docs: Start building quick-assist feature
This commit is contained in:
parent
46b6ce9657
commit
2b03c7c866
10 changed files with 709 additions and 292 deletions
|
@ -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');
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue