Remove outline from focusing whenever in Chromium-based browser
This commit is contained in:
parent
9bff4db2b9
commit
d34b705c5a
1 changed files with 1 additions and 0 deletions
|
@ -519,6 +519,7 @@ code {
|
|||
border: 1px solid var(--highlight-text-color);
|
||||
border-radius: 4px;
|
||||
cursor: pointer;
|
||||
outline: none;
|
||||
|
||||
.fa {
|
||||
font-size: 18px;
|
||||
|
|
Loading…
Reference in a new issue