diff --git a/apps/comments-ui/src/index.css b/apps/comments-ui/src/index.css index e04e881548..20b34a7777 100644 --- a/apps/comments-ui/src/index.css +++ b/apps/comments-ui/src/index.css @@ -45,3 +45,7 @@ body { --tw-text-opacity: 1; color: rgb(212 212 212 / var(--tw-text-opacity)); } + +[contenteditable]:focus { + outline: 0px solid transparent; +} \ No newline at end of file