tried on drupal 8 and 9 version unable to reproduce.
followed steps -
- go to a view /en/admin/structure/views/view/frontpage
- go to use page Full and open it.
- hover on the apply button.
screenshot added
- First commit to issue fork.
- Merge request !13Issue #3212792: In ui-dialog box button hover effect is odd → (Open) created by Esha_Kundu
Hello,
I found the issue still persists after installing the seven theme version 1.0.0 in Drupal version 10.3.6. As mentioned in #23 🐛 In ui-dialog box at Views button hover effect is odd Active the theme is removed from Drupal core. The MR provided in this issue was for the core hence I moved the code to the seven theme and raised the MR!13.
I also encountered another problem related to the dialog-box button in/en/admin/content
page. After visiting the content page , I went to delete option for a content. The dialog-box opened with the delete button being displayed in focused form. On clicking anywhere except the delete button I noticed the visibility issue in the delete button. I have fixed this issue in MR!13. Please find the below image for reference.
I've attached the video for the before patch and the mentioned issue.
Please review.- 🇮🇳India Tirupati_Singh
Hi, I was also able to replicate the issue for seven theme on Drupal 10.3.6 and confirm that the issue still persists. I've applied the provided MR !13 as a patch and it applied cleanly without any errors. After applying the patch the hover effect issue has been fixed and now there's no issue while hovering the action buttons.
I've also tried replicating the issue mentioned by @ehsa_kundu in the comment #27 🐛 In ui-dialog box at Views button hover effect is odd Active and confirm that the issue persists for the
Delete
action button visibility issue occurring after clicking anywhere except the Delete button. On applying the patch this issue has also been fixed.As the provided MR !13 fixing all the issues hence, moving it to RTBC. I'm attaching the video clips of before and after fixes for reference.
Thanks!