How to disable this awful design for Microsoft programmers? This happens when I click the links. Another terrible feature is the dashed border on the input elements. In the past, this boundary disappears, adding an outline: no one focuses on the state of the inputs.
Try the following meta
<meta name="msapplication-tap-highlight" content="no" />
It works for IE10 / Windows Phone 8, not sure about Windows 8.
For some reason, the meta tag didn’t work for me on Windows 7 IE10, and I had to install
a:active{ background: inherit; }
background: inherit;
Above does not work if your background color is set differently or has several settings.
Below is the error.
a:active{ background: none; }
Source: https://habr.com/ru/post/1447948/More articles:Implement custom incoming call screen in android - androidiOS - Localized JSON Resource - iosChange the XSLT list view for a custom field type to Sp2013 to customize the rendering of totals (Count, Sum, Average, etc.) - is there a possible error in SP2013? - xsltConvert bytearray to string in a specific case - pythonBluetooth server and BroadCastReceiver - androidCombining 2 lists and removing double entries - pythonCan I make a Wordpress comment field as a required field? - commentsgit push branch without merging - gitperl background process - sleepUsing "fields" in pyes queries, with error 0.19.1 - pythonAll Articles