mirror of
https://github.com/TryGhost/Ghost.git
synced 2024-12-25 20:03:12 +03:00
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:
parent
cdd3f40422
commit
35d8e43c88
@ -221,6 +221,7 @@
|
||||
background-size: cover;
|
||||
background-repeat: no-repeat;
|
||||
border-radius: 15%;
|
||||
mix-blend-mode: multiply;
|
||||
}
|
||||
|
||||
.apps-card-meta {
|
||||
|
Loading…
Reference in New Issue
Block a user