Removed white background of integration icons

no refs.
Set blending mode to multiply on the integration icons (on Integrations screen) to remove the white background that was visible on hover and didn't fit with the background color of the table rows.
This commit is contained in:
Zimo 2019-03-25 09:48:22 +01:00
parent cdd3f40422
commit 35d8e43c88

View File

@ -221,6 +221,7 @@
background-size: cover;
background-repeat: no-repeat;
border-radius: 15%;
mix-blend-mode: multiply;
}
.apps-card-meta {