From aad7484b059155541fa6523361da939348aabedd Mon Sep 17 00:00:00 2001 From: Nikita Barsukov Date: Tue, 3 Dec 2024 16:18:39 +0300 Subject: [PATCH] chore(demo): `ThumbnailCard` with `blur` effect should have semi-transparent white overlay (#9893) --- .../src/modules/components/thumbnail-card/examples/3/index.less | 1 + 1 file changed, 1 insertion(+) diff --git a/projects/demo/src/modules/components/thumbnail-card/examples/3/index.less b/projects/demo/src/modules/components/thumbnail-card/examples/3/index.less index 9e17bfe0d6a6..925841c9e66a 100644 --- a/projects/demo/src/modules/components/thumbnail-card/examples/3/index.less +++ b/projects/demo/src/modules/components/thumbnail-card/examples/3/index.less @@ -19,6 +19,7 @@ background: url('/assets/images/avatar.jpg') no-repeat center/cover; &::before { + background-color: rgba(255, 255, 255, 0.2); backdrop-filter: blur(0.25rem); } }