Fix Unsplash attribution flickering on hover

master
Skylar Ittner 6 years ago
parent 7bfdcc31f5
commit a3dc3b44ca

@ -39,7 +39,7 @@ file, You can obtain one at http://mozilla.org/MPL/2.0/.
cursor: pointer; cursor: pointer;
} }
.filepicker-unsplashimg .card-img-top:hover + .unsplash-attribution { .filepicker-unsplashimg .card-img-top:hover + .unsplash-attribution, .unsplash-attribution:hover {
display: block; display: block;
} }

Loading…
Cancel
Save