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:
parent
f48dc5a847
commit
5960fdeb53
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Reference in a new issue