Automattic / blocks-everywhere

Gutenberg block editor in WordPress comments, admin pages, bbPress, and BuddyPress.
GNU General Public License v3.0
77 stars 17 forks source link

Add new link button hidden on hover #180

Open dd32 opened 1 year ago

dd32 commented 1 year ago

Per https://meta.trac.wordpress.org/ticket/6991

When creating a link, the apply button is hidden on hover.

https://github.com/Automattic/blocks-everywhere/assets/767313/3d355e71-d023-4a0f-a81e-b796bdbc1123

It appears this might be an upstream issue in Automattic/isolated-block-editor, but as I can't test that right now, and we've got modifications for the link editor in this repo, I'm filing here for now.

Code in question that causes it:

https://github.com/Automattic/isolated-block-editor/blob/fca1871c106f68f3926c479afda6b0aa1c6551a0/src/components/block-editor-container/style.scss#L94-L106

nayanchamp7 commented 1 year ago

Added the solution on the repo. Added Pull Request PR226.

Please see.