Skip to content
Snippets Groups Projects
Commit 2479950f authored by Florent Poittevin's avatar Florent Poittevin
Browse files

style: add opacity on default thumbnail

parent 19e88206
No related branches found
No related tags found
No related merge requests found
......@@ -18,7 +18,8 @@
></solidify-icon>
<ng-template #defaultImg>
<img [src]="preFallbackImage ? sanitizeUrl(preFallbackImage) : defaultImage"
alt="fallback-avatar"
alt="fallback-image"
class="fallback-image"
>
</ng-template>
</ng-template>
......
......@@ -11,6 +11,10 @@ $size-height: 300px;
display: flex;
justify-content: center;
align-items: center;
.fallback-image {
opacity: 0.2;
}
&.is-readonly {
cursor: initial;
......
......@@ -20,6 +20,7 @@
display: flex;
align-items: center;
justify-content: center;
opacity: 0.2;
}
.image {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment