Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 40f9fdd commit dee7fd7Copy full SHA for dee7fd7
1 file changed
templates/components/Home/Clients.html.twig
@@ -29,7 +29,7 @@
29
width="{{ client.width }}"
30
height="{{ client.height }}"
31
loading="lazy"
32
- class="{{ client.imgClass|default('max-h-8 sm:max-h-10') }} max-w-[80%] w-auto h-auto object-contain grayscale opacity-75 group-hover:grayscale-0 group-hover:opacity-100 transition duration-200"
+ class="{{ client.imgClass|default('max-h-8 sm:max-h-10') }} max-w-[80%] w-auto h-auto object-contain grayscale opacity-75 group-hover:grayscale-0 group-active:grayscale-0 group-hover:opacity-100 group-active:opacity-100 transition duration-200"
33
>
34
</li>
35
{% endfor %}
0 commit comments