/* Text entry uses the field's border (or its enclosing composer's border),
   instead of the browser's rectangular focus ring. */
:is(textarea, input:not([type]), input[type="text" i], input[type="search" i],
    input[type="email" i], input[type="url" i], input[type="tel" i],
    input[type="password" i], input[type="number" i]):focus {
  outline: none;
  box-shadow: none;
  border-color: var(--line-strong);
}
