.noOutline {
  *:focus {
    outline: none;
    box-shadow: none;
  }
}