UX: remove gray background from lighbox

This avoids a 3 way transition when loading images

- grey
- ultra low res
- full image

Instead we go

- ultra low res
- full image
This commit is contained in:
Sam 2019-01-03 08:16:33 +11:00
parent 9ee08908ad
commit 0c11caf796

View File

@ -2,7 +2,6 @@
position: relative;
display: inline-block;
overflow: hidden;
background: $primary-low;
&:hover .meta {
opacity: 0.9;
transition: opacity 0.5s;