mirror of
https://github.com/discourse/discourse.git
synced 2025-03-01 18:03:09 +08:00
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;
|
position: relative;
|
||||||
display: inline-block;
|
display: inline-block;
|
||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
background: $primary-low;
|
|
||||||
&:hover .meta {
|
&:hover .meta {
|
||||||
opacity: 0.9;
|
opacity: 0.9;
|
||||||
transition: opacity 0.5s;
|
transition: opacity 0.5s;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user