mirror of
https://github.com/discourse/discourse.git
synced 2025-02-25 18:55:32 -06:00
Lighten lazyload placeholder background
This commit is contained in:
parent
afdd244486
commit
6cbcd58603
@ -1,12 +1,11 @@
|
||||
.lightbox-wrapper .lightbox {
|
||||
position: relative;
|
||||
display: inline-block;
|
||||
|
||||
background: $primary-low;
|
||||
&:hover .meta {
|
||||
opacity: 0.9;
|
||||
transition: opacity 0.5s;
|
||||
}
|
||||
background: rgba($primary, 0.25);
|
||||
}
|
||||
|
||||
.d-lazyload-hidden {
|
||||
|
Loading…
Reference in New Issue
Block a user