From 41ef37f3f0bbc8fee95560253ab78587f57b7ded Mon Sep 17 00:00:00 2001 From: chylex <contact@chylex.com> Date: Sun, 24 Sep 2017 23:41:39 +0200 Subject: [PATCH] Fix GIFs in detail view not having the pointer cursor --- Resources/Scripts/styles/browser.css | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/Resources/Scripts/styles/browser.css b/Resources/Scripts/styles/browser.css index c88808f3..9c852bdf 100644 --- a/Resources/Scripts/styles/browser.css +++ b/Resources/Scripts/styles/browser.css @@ -184,6 +184,11 @@ a[data-full-url] { vertical-align: top; } +.tweet-detail-wrapper .js-media-gif-container { + /* GIFs in detail view don't trigger the pointer cursor */ + cursor: pointer; +} + /********************************************************************/ /* Fix glaring visual issues because twitter is fucking incompetent */ /********************************************************************/