0
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2025-01-20 22:42:53 -05:00

Fixed editor feature image overlay bug

refs. https://github.com/TryGhost/Team/issues/3399

The feature image overlay that helps with the contrast for the feature image buttons were covering the alt text input field and button.
This commit is contained in:
Peter Zimon 2023-06-07 17:28:41 +02:00
parent f48dc5a847
commit 5960fdeb53

View file

@ -514,7 +514,7 @@ body[data-user-is-dragging] .gh-editor-feature-image-dropzone {
top: 0;
left: 0;
right: 0;
bottom: 0;
bottom: 100px;
background-image: linear-gradient(180deg,rgba(0,0,0,.2),transparent 40%,transparent);
transition: all .1s ease-in;
opacity: 0;