Opened 3 years ago
Closed 3 years ago
#7023 closed defect (bug) (duplicate)
Invisible Apply Button on Hover while adding Links in Support Forum
| Reported by: | shuvoaftab | Owned by: | |
|---|---|---|---|
| Priority: | high | Milestone: | |
| Component: | Support Forums | Keywords: | |
| Cc: |
Description
Steps to Reproduce:
- Go to: https://wordpress.org/support/view/no-replies/
- Open any topic.
- Compose your own message at the bottom.
- Try to Add a Link.
Screenshots:
Without Hovering the Apply Button: https://prnt.sc/Jax9zqjQhqpo
With Hovering the Apply Button: https://prnt.sc/68wgR0hcIMi-
Remarks:
This button color should be changed or set to a visible color on hover.
Change History (3)
Note:
See TracTickets
for help on using tickets.
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)
To fix this issue, need to remove
background-color: transparent;from the bellow css code.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