From 5753118d8ba5202298054a14f2bfe054107d48ca Mon Sep 17 00:00:00 2001 From: Cotes Chung <11371340+cotes2020@users.noreply.github.com> Date: Sun, 13 Feb 2022 05:54:52 +0800 Subject: [PATCH] Keep the original image shadow of the theme Bootstrap 4.6.x has its own class `.shadow` --- _sass/addon/commons.scss | 1 + 1 file changed, 1 insertion(+) diff --git a/_sass/addon/commons.scss b/_sass/addon/commons.scss index d554289..9840a64 100644 --- a/_sass/addon/commons.scss +++ b/_sass/addon/commons.scss @@ -211,6 +211,7 @@ img[data-src] { &.shadow { filter: drop-shadow(2px 4px 6px rgba(0, 0, 0, 0.08)); + box-shadow: none !important; // cover the Bootstrap 4.6.1 styles } @extend %img-caption;