fix(img): remove lazy loading background style from img

Transparent images cannot cover loading images
This commit is contained in:
Cell
2026-01-03 20:56:37 +08:00
parent 00870fda7e
commit d637c8b22f
2 changed files with 1 additions and 5 deletions
-4
View File
@@ -1,7 +1,3 @@
img {
@include border-radius($global-border-radius/2);
&[loading='lazy'] {
background: var(#{$rootPrefix}loading-img) no-repeat center;
}
}
+1 -1
View File
@@ -1,4 +1,4 @@
{{- hugo.Store.Set "version" "v0.4.0-rc" -}}
{{- hugo.Store.Set "version" "v0.4.0-rc-20260103125638-00870fda" -}}
{{- .Store.Set "this" dict -}}
{{- partial "init/detection-env.html" . -}}