#6991 closed defect (bug) (reported-upstream)
Apply button disappears on hover
| Reported by: |
|
Owned by: | |
|---|---|---|---|
| Milestone: | Priority: | normal | |
| Component: | Support Forums | Keywords: | has-screenshots |
| Cc: |
Description
On https://wordpress.org/support/plugin/... creating a link and hovering 'Apply' makes the button disappear.
Attachments (1)
Change History (6)
#3
@
3 years ago
- Resolution set to reported-upstream
- Status changed from new to closed
This is an upstream issue in the Blocks Everywhere plugin, or it's upstream Gutenberg editor.
I've filed a bug upstream here: https://github.com/Automattic/blocks-everywhere/issues/180
The fix should be worked on there instead of here.
This ticket was mentioned in Slack in #meta by nayanchamp7. View the logs.
3 years ago
Note: See
TracTickets for help on using
tickets.
@Otto42
Adding this single line of code can fix the issue. Tested in browsers.
Build output should be seen like:
.iso-editor .components-popover__content button:not(.is-active):active, .iso-editor .components-popover__content button:not(.is-active):focus, .iso-editor .components-popover__content button:not(.is-active):hover { background-color: var(--wp-components-color-accent-darker-10,var(--wp-admin-theme-color-darker-10,#006BA1)); }