Skip to content

outline on focus-visible removed

Niall McKenna requested to merge bug/search-button-focus-state into main

Just added the following code to remove the outline on the submit button.

&:focus-visible {
      outline: none;
    }

Merge request reports

Loading