Problem/Motivation
I'm using the 1.0.x branch of Project Browser, with only the main Project Browser module installed.
While on the Browse tab, the "View Commands" button is clickable and opens a modal, but when I hover over it, my pointer/cursor doesn't change like it does for other clickable elements on the page.
Proposed resolution
Style the "View Commands" buttons like the "Filters" button. This can most likely be fixed by adding cursor: pointer; to the "View Commands" buttons' CSS in the claro.css file.
| Comment | File | Size | Author |
|---|---|---|---|
| #7 | issuefix.mp4 | 931.2 KB | divya.sejekan |
| #6 | Screenshot from 2024-05-13 17-34-03.png | 10.02 KB | divya.sejekan |
Issue fork project_browser-3446414
Show commands
Start within a Git clone of the project using the version control instructions.
Or, if you do not have SSH keys set up on git.drupalcode.org:
Comments
Comment #2
kwiseman commentedComment #4
kwiseman commentedComment #5
rkollertook me a little while to figure out how to get back seeing the
view commandsbutton, i had to uninstall automatic_updates and package manager. Can confirm the mouse pointer is shown now for theview commandsbutton. And a positive side effect, MR479 also fixes the missing pointers for theinstallandadd and installbutton with the experimental ui enabled.Comment #6
divya.sejekan commentedI have reproduced the issue , but when i apply the patch , getting error
Comment #7
divya.sejekan commentedVerified the fix , the pointer cursor changes when hovered over the view command button
Comment #8
simeConfirmed as well
Comment #11
chrisfromredfinWith my thanks!