Skip to content

Commit

Permalink
Comment out shadow-hover for now
Browse files Browse the repository at this point in the history
  • Loading branch information
mrmrs committed Jul 12, 2023
1 parent a78e325 commit 2034ada
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/_hovers.css
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand All @@ -154,6 +154,7 @@
.shadow-hover:focus::after {
opacity: 1;
}
*/

/* Combine with classes in skins and skins-pseudo for
* many different transition possibilities. */
Expand Down

0 comments on commit 2034ada

Please sign in to comment.