.code input:focus {
  outline-offset: 0px !important;
}
:focus {
  outline-offset: 0px !important;
  outline: 0;
}
