mirror of
https://github.com/TryGhost/Ghost.git
synced 2025-04-01 02:41:39 -05:00
Fix FF outline bug
This commit is contained in:
parent
45655fecd3
commit
880dc77044
1 changed files with 4 additions and 0 deletions
|
@ -45,3 +45,7 @@ body {
|
|||
--tw-text-opacity: 1;
|
||||
color: rgb(212 212 212 / var(--tw-text-opacity));
|
||||
}
|
||||
|
||||
[contenteditable]:focus {
|
||||
outline: 0px solid transparent;
|
||||
}
|
Loading…
Add table
Reference in a new issue