Buttons and Anchors flash when clicked/tapped #52

Closed
opened 2023-10-19 14:11:44 +01:00 by owlbot · 0 comments
Collaborator

User Agent: Mozilla/5.0 (Linux; Android 9.0; SAMSUNG SM-F900U Build/PPR1.180610.011) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/118.0.0.0 Mobile Safari/537.36
Browser: Netscape
BrowserVersion: 5.0 (Linux; Android 9.0; SAMSUNG SM-F900U Build/PPR1.180610.011) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/118.0.0.0 Mobile Safari/537.36
Platform: Linux x86_64
Viewport: 339 x 697

User Message:
To enable me to add custom style to buttons and anchor elements the following CSS (Only button shown in example) will prevent 'flashing' when an element it tapped:

/ Remove onclick Background Color Change /
        / REFERENCE: https://bit.ly/2Yc95wR /
        -webkit-touch-callout: none;
        -webkit-user-select: none;
        -khtml-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
        -webkit-tap-highlight-color: transparent;
User Agent: Mozilla/5.0 (Linux; Android 9.0; SAMSUNG SM-F900U Build/PPR1.180610.011) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/118.0.0.0 Mobile Safari/537.36 Browser: Netscape BrowserVersion: 5.0 (Linux; Android 9.0; SAMSUNG SM-F900U Build/PPR1.180610.011) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/118.0.0.0 Mobile Safari/537.36 Platform: Linux x86_64 Viewport: 339 x 697 User Message: To enable me to add custom style to buttons and anchor elements the following CSS (Only button shown in example) will prevent 'flashing' when an element it tapped: ``` / Remove onclick Background Color Change / / REFERENCE: https://bit.ly/2Yc95wR / -webkit-touch-callout: none; -webkit-user-select: none; -khtml-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; -webkit-tap-highlight-color: transparent; ```
owlbot added the
bug
web-user
labels 2023-10-19 14:11:45 +01:00
fred.boniface added the
web-frontend
label 2023-10-19 14:30:51 +01:00
fred.boniface added this to the Feb 2023 Release milestone 2023-11-09 14:39:38 +00:00
Sign in to join this conversation.
No description provided.