[wp-meta] [Making WordPress.org] #7023: Invisible Apply Button on Hover while adding Links in Support Forum
Making WordPress.org
noreply at wordpress.org
Fri Jun 2 04:31:23 UTC 2023
#7023: Invisible Apply Button on Hover while adding Links in Support Forum
----------------------------+---------------------
Reporter: shuvoaftab | Owner: (none)
Type: defect (bug) | Status: new
Priority: high | Milestone:
Component: Support Forums | Resolution:
Keywords: |
----------------------------+---------------------
Comment (by nihar007):
To fix this issue, need to remove `background-color: transparent;` form
the bellow code block
{{{
.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: transparent;
background-image: none;
}
}}}
Thanks
--
Ticket URL: <https://meta.trac.wordpress.org/ticket/7023#comment:1>
Making WordPress.org <https://meta.trac.wordpress.org/>
Making WordPress.org
More information about the wp-meta
mailing list