Remove outline from focusing whenever in Chromium-based browser

merge-requests/377/head
Sean King 4 years ago
parent 9bff4db2b9
commit d34b705c5a
No known key found for this signature in database
GPG Key ID: 510C52BACD6E7257

@ -519,6 +519,7 @@ code {
border: 1px solid var(--highlight-text-color); border: 1px solid var(--highlight-text-color);
border-radius: 4px; border-radius: 4px;
cursor: pointer; cursor: pointer;
outline: none;
.fa { .fa {
font-size: 18px; font-size: 18px;

Loading…
Cancel
Save