From d37126fd03e47c32eaf532937dfc843b952d0d5a Mon Sep 17 00:00:00 2001 From: ThibG Date: Thu, 15 Aug 2019 22:47:51 +0200 Subject: Allow clicking behind preview (#11576) --- app/javascript/styles/mastodon/components.scss | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) (limited to 'app/javascript/styles') diff --git a/app/javascript/styles/mastodon/components.scss b/app/javascript/styles/mastodon/components.scss index e30b75495..78ce5d46c 100644 --- a/app/javascript/styles/mastodon/components.scss +++ b/app/javascript/styles/mastodon/components.scss @@ -5797,7 +5797,12 @@ noscript { bottom: 10px; right: 10px; z-index: 2; - cursor: default; + cursor: move; + transition: opacity 0.1s ease; + + &:hover { + opacity: 0.5; + } strong { color: $primary-text-color; -- cgit