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:
parent
9ee08908ad
commit
0c11caf796
|
@ -2,7 +2,6 @@
|
|||
position: relative;
|
||||
display: inline-block;
|
||||
overflow: hidden;
|
||||
background: $primary-low;
|
||||
&:hover .meta {
|
||||
opacity: 0.9;
|
||||
transition: opacity 0.5s;
|
||||
|
|
Loading…
Reference in New Issue