sforkowany z mirror/soapbox
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!373noreferrer
commit
fd70807833
|
@ -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;
|
||||||
|
|
Ładowanie…
Reference in New Issue