Skip to content
Snippets Groups Projects
Commit ffa3022f authored by Eric Bremner's avatar Eric Bremner
Browse files

Merge branch 'feature/ISTWCMS-6302-m26lebla-images-should-not-have-background-colours' into '1.0.x'

ISTWCMS-6302: Fix the background color to images with links

See merge request !108
parents c2c60a8f b131b6b7
No related branches found
No related tags found
1 merge request!108ISTWCMS-6302: Fix the background color to images with links
......@@ -48,9 +48,7 @@ $card-padding: var(--size-2) !default;
}
a {
background: var(--uw-black-primary);
display: block;
img {
filter: opacity(100%);
transition: filter 300ms ease;
......@@ -58,6 +56,7 @@ $card-padding: var(--size-2) !default;
&:hover,
&:focus {
background: var(--uw-black-primary);
img {
filter: opacity(62%);
transition: filter 300ms ease;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment