Making WordPress.org

Opened 18 months ago

Closed 17 months ago

Last modified 17 months ago

#6991 closed defect (bug) (reported-upstream)

Apply button disappears on hover

Reported by: presskopp's profile Presskopp 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)

apply.gif (70.8 KB) - added by Presskopp 18 months ago.

Download all attachments as: .zip

Change History (6)

@Presskopp
18 months ago

#1 @Otto42
18 months ago

  • Component changed from Plugin Directory to Support Forums

#2 @nayanchamp7
17 months ago

@Otto42

Adding this single line of code can fix the issue. Tested in browsers.

background-color: var(--wp-components-color-accent-darker-10,var(--wp-admin-theme-color-darker-10,#006BA1));

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));
}

#3 @dd32
17 months 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.


17 months ago

#5 @dd32
17 months ago

#7023 was marked as a duplicate.

Note: See TracTickets for help on using tickets.