remove background when image loaded
This commit is contained in:
parent
dad7086465
commit
3a540d1d44
2 changed files with 10 additions and 0 deletions
|
|
@ -16,6 +16,11 @@ picture {
|
|||
display: flex !important;
|
||||
justify-content: center !important;
|
||||
align-items: center !important;
|
||||
transition: background-color 0.3s ease-in-out;
|
||||
}
|
||||
|
||||
picture.hide {
|
||||
background-color: transparent;
|
||||
}
|
||||
|
||||
picture img {
|
||||
|
|
|
|||
5
assets/dist/style.css
vendored
5
assets/dist/style.css
vendored
|
|
@ -505,6 +505,11 @@ picture {
|
|||
display: flex !important;
|
||||
justify-content: center !important;
|
||||
align-items: center !important;
|
||||
transition: background-color 0.3s ease-in-out;
|
||||
}
|
||||
|
||||
picture.hide {
|
||||
background-color: transparent;
|
||||
}
|
||||
|
||||
picture img {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue