Thank you for your donation!


Cloudsmith graciously provides open-source package management and distribution for our project.


Don't show highlight rectangle on button press
#3
Try adding the following CSS rules in moode.css immediately after the first body rule:

button, textarea, input, select, a {
-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
-webkit-tap-highlight-color: transparent;
-webkit-touch-callout: none;
-webkit-user-select: none;
-khtml-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
}
:focus {
outline: none !important;
}

This stopped the blue rectangle appearing for me in Chrome for Android.
Pi-4B[1GB] with Allo DigiOne SPDIF

'This is the time. And this is the record of the time.'
Reply


Messages In This Thread
RE: Don't show highlight rectangle on button press - by gbh_uk - 01-18-2020, 04:59 PM

Forum Jump: