Added border-radius to the searchbar focus outline

This commit is contained in:
N4ta 2024-10-13 11:20:12 +00:00
parent 301571c94a
commit 3231172447

View file

@ -172,6 +172,7 @@ button.inline {
&:focus-within { &:focus-within {
outline: 5px auto Highlight; outline: 5px auto Highlight;
outline: 5px auto -webkit-focus-ring-color; outline: 5px auto -webkit-focus-ring-color;
border-radius: 8px;
} }
input[type="submit"] { input[type="submit"] {