Fix Unsplash attribution flickering on hover

This commit is contained in:
Skylar Ittner 2018-05-17 21:31:54 -06:00
parent 7bfdcc31f5
commit a3dc3b44ca

View File

@ -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;
} }