Merge branch 'fix-outline-on-chromium-icon-picker' into 'develop'
Remove outline from focusing whenever in Chromium-based browser for icon picker See merge request soapbox-pub/soapbox-fe!373
This commit is contained in:
commit
fd70807833
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