From: Mohamad Salman <139472418+MohamadSalman11@users.noreply.github.com> Date: Thu, 3 Apr 2025 06:55:08 +0000 (+0200) Subject: Add active scale effect to animate-img (#40878) X-Git-Tag: v5.3.4~2 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=253db02c85f5f44793fed447f60f9f089c22d78e;p=thirdparty%2Fbootstrap.git Add active scale effect to animate-img (#40878) * Add active scale effect to animate-img * Update _masthead.scss --------- Co-authored-by: Mark Otto --- diff --git a/site/assets/scss/_masthead.scss b/site/assets/scss/_masthead.scss index 3ea7ff232e..c6566d95d7 100644 --- a/site/assets/scss/_masthead.scss +++ b/site/assets/scss/_masthead.scss @@ -108,6 +108,10 @@ &:hover > img { transform: scale(1.1); } + + &:active > img { + transform: scale(1); + } } @if $enable-dark-mode {