Add “cursor: pointer” to Add to Homescreen Button
-
I noticed when the Add to Homescreen popup is onscreen the actual button has a “text” cursor on hover which is very confusing for users. I would not expect to see this because it is a button. I would expect a pointer.
Can we update the CSS to reflect this change? I have updated my css file to add the cursor: pointer code to the button, but I think everyone would benefit from this small aesthetic change.
Below is the code I added to my CSS file to make the cursor change into a pointer when hovering above the Add to Homescreen button.
/* add cursor pointer to ‘add to homescreen’ button */
.pwaforwp-btn {
cursor: pointer;
}
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- The topic ‘Add “cursor: pointer” to Add to Homescreen Button’ is closed to new replies.