From afeb6df22528f2b8500e8b7e2cea9d32703f5fc4 Mon Sep 17 00:00:00 2001 From: Hypolite Petovan Date: Fri, 19 Oct 2018 10:46:09 -0400 Subject: [PATCH] [frio] Enable click through image caption in file browser --- view/theme/frio/css/style.css | 3 +++ 1 file changed, 3 insertions(+) diff --git a/view/theme/frio/css/style.css b/view/theme/frio/css/style.css index c563dd121a..5fa84abdfe 100644 --- a/view/theme/frio/css/style.css +++ b/view/theme/frio/css/style.css @@ -1489,6 +1489,9 @@ section #jotOpen { .fbrowser.image .photo-album-image-wrapper { box-shadow: 2px 2px 5px 0px rgba(0, 0, 0, 0.2); } +.fbrowser.image .photo-album-image-wrapper .caption { + pointer-events: none; +} .fbrowser .profile-rotator-wrapper { min-height: 200px; }