mirror of
https://github.com/tenrok/bootstrap.git
synced 2026-05-15 11:59:39 +03:00
Add active scale effect to animate-img (#40878)
* Add active scale effect to animate-img * Update _masthead.scss --------- Co-authored-by: Mark Otto <markdotto@gmail.com>
This commit is contained in:
@@ -108,6 +108,10 @@
|
||||
&:hover > img {
|
||||
transform: scale(1.1);
|
||||
}
|
||||
|
||||
&:active > img {
|
||||
transform: scale(1);
|
||||
}
|
||||
}
|
||||
|
||||
@if $enable-dark-mode {
|
||||
|
||||
Reference in New Issue
Block a user