0
Fork 0
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:
Peter Zimon 2022-07-08 12:10:07 +02:00
parent 45655fecd3
commit 880dc77044

View file

@ -45,3 +45,7 @@ body {
--tw-text-opacity: 1;
color: rgb(212 212 212 / var(--tw-text-opacity));
}
[contenteditable]:focus {
outline: 0px solid transparent;
}