grgr.me

latest commits to https://grgr.me/
Log | Files | Refs

commit 98416a4f331286fee1500ca229fe43f02ef3393a
parent a17bdd4fcd4416e1dd058218d5826fe6c73443c1
Author: corndog <cauchyn@firemail.cc>
Date:   Sat, 29 Sep 2018 19:34:14 -0700

Revert "Disable embed image hover on touch devices"

This reverts commit a17bdd4fcd4416e1dd058218d5826fe6c73443c1.

Because I'm a baka and thought it was a real
class.

Diffstat:
in/static/style.css | 4----
1 file changed, 0 insertions(+), 4 deletions(-)

diff --git a/in/static/style.css b/in/static/style.css @@ -61,10 +61,6 @@ button:hover > img.embed { display: block; } -html.can-touch button:hover > img.embed { - display: none; -} - .nowrap { white-space: nowrap; }