Firefox mobile on an Android tablet places a default outline around the snap element when it receives focus with a tap event. I cannot find a way to remove it, i.e. Equivalent
-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
for firefox.
I don't think this is possible via css for Mozilla browsers.
http://peter.sh/experiments/vendor-prefixed-css-property-overview/
Perhaps you could bind the Javascript EventListener "onfocus" to a callback anchor that automatically blurs the element when it is focused. This is more like hacking, but it should do the job
Source: https://habr.com/ru/post/910101/More articles:Error opening image file in PIL - pythonNo breakpoints with Geddy - debuggingHow to enable --debug for node.js when starting GeddyJS - node.jsTomcat service does not start after installing XAMPP - windows-7-x64converting latex code to mathml or svg code in python - pythonHTML5 asynchronous file loading, loaded stream is always invalid - javascriptIOS multithreading - how to make a thread wait for a state? - multithreadingSend mail with an attachment in Rails 3.0 using ActionMailer :: Base in one or two lines - ruby-on-rails-3MonoTouch File.ReadAllText throws an exception from internal FileStream.Dispose () - c #HTMLUNIT getformbyname without the form name specified on the website - javaAll Articles