jsFiddle link ...">All geek questions in one placeRemove Blue FrameI created a CheckBox with ios style:<form> <input id="ckbx" type="checkbox" value="map_one"> </form> jsFiddle linkIve tried to remove the blue frame created when the button was pressed, without success.plz help me remove it.+4html css checkbox forms borderGady tal May 14, '14 at 16:44source share1 answeruse outline: 0 this will remove the blue guesthouse input[type="checkbox"]:focus{ outline:0; } JsFiddle example+15Timo jungblut May 14, '14 at 16:46source shareSource: https://habr.com/ru/post/1540552/More articles:When a form fails, the display URL changes in Rails 4 - ruby-on-railsGrails Spring Security manually starts onAuthenticationSuccessEvent - springHow to integrate Java EE documents / APIs in Eclipse? - eclipseHow to load and analyze large csv files in nodejs / express? - node.jsUISearchDisplayController gap between overlay and bar - iosLibGDX Gradle Language Level Saves Reset - gradleAngularJS: finding an array returned from a promise in a service - javascripthttps://translate.googleusercontent.com/translate_c?depth=1&pto=aue&rurl=translate.google.com&sl=ru&sp=nmt4&tl=en&u=https://fooobar.com/questions/1540555/python-dictionary-loaded-from-disk-takes-too-much-space-in-memory&usg=ALkJrhgkmofzBuwQbNVdd_DUt-HyLklTUgcPickle.load () in python consumes a lot of memory - pythonDoes Google Cloud Storage need to optimize a key prefix for speed like AWS S3? - google-cloud-storageAll Articles
I created a CheckBox with ios style:
<form> <input id="ckbx" type="checkbox" value="map_one"> </form>
jsFiddle link
Ive tried to remove the blue frame created when the button was pressed, without success.
plz help me remove it.
use outline: 0 this will remove the blue guesthouse
input[type="checkbox"]:focus{ outline:0; }
JsFiddle example
Source: https://habr.com/ru/post/1540552/More articles:When a form fails, the display URL changes in Rails 4 - ruby-on-railsGrails Spring Security manually starts onAuthenticationSuccessEvent - springHow to integrate Java EE documents / APIs in Eclipse? - eclipseHow to load and analyze large csv files in nodejs / express? - node.jsUISearchDisplayController gap between overlay and bar - iosLibGDX Gradle Language Level Saves Reset - gradleAngularJS: finding an array returned from a promise in a service - javascripthttps://translate.googleusercontent.com/translate_c?depth=1&pto=aue&rurl=translate.google.com&sl=ru&sp=nmt4&tl=en&u=https://fooobar.com/questions/1540555/python-dictionary-loaded-from-disk-takes-too-much-space-in-memory&usg=ALkJrhgkmofzBuwQbNVdd_DUt-HyLklTUgcPickle.load () in python consumes a lot of memory - pythonDoes Google Cloud Storage need to optimize a key prefix for speed like AWS S3? - google-cloud-storageAll Articles