From a3dc3b44cac328326307da51e9fe4aa8eec4a234 Mon Sep 17 00:00:00 2001 From: Skylar Ittner Date: Thu, 17 May 2018 21:31:54 -0600 Subject: [PATCH] Fix Unsplash attribution flickering on hover --- static/css/filepicker.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/static/css/filepicker.css b/static/css/filepicker.css index 2ea1863..11214cd 100644 --- a/static/css/filepicker.css +++ b/static/css/filepicker.css @@ -39,7 +39,7 @@ file, You can obtain one at http://mozilla.org/MPL/2.0/. cursor: pointer; } -.filepicker-unsplashimg .card-img-top:hover + .unsplash-attribution { +.filepicker-unsplashimg .card-img-top:hover + .unsplash-attribution, .unsplash-attribution:hover { display: block; }