/* Keep the search field's normal edge when focused, without an outer ring. */
html[data-theme] #topbar #searchWrap input:is(:focus,:focus-visible) {
  outline:none;
  outline-offset:0;
  box-shadow:none;
  border-color:var(--line);
}
