Comment out shadow-hover for now

This commit is contained in:
mrmrs 2023-07-12 13:41:31 -07:00
parent a78e325ebc
commit 2034ada76f

View File

@ -124,11 +124,11 @@
}
/*
* TODO: Test and rename
Add shadow on hover.
Performant box-shadow animation pattern from
http://tobiasahlin.com/blog/how-to-animate-box-shadow/
*/
.shadow-hover {
cursor: pointer;
@ -154,6 +154,7 @@
.shadow-hover:focus::after {
opacity: 1;
}
*/
/* Combine with classes in skins and skins-pseudo for
* many different transition possibilities. */