mirror of
https://github.com/tachyons-css/tachyons.git
synced 2026-02-06 09:32:01 +00:00
Comment out shadow-hover for now
This commit is contained in:
parent
a78e325ebc
commit
2034ada76f
@ -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. */
|
||||
|
||||
Loading…
Reference in New Issue
Block a user