diff --git a/styles/h5p.css b/styles/h5p.css index 9bde50a..d0a3eb8 100644 --- a/styles/h5p.css +++ b/styles/h5p.css @@ -561,6 +561,6 @@ iframe.h5peditor-semi-fullscreen { z-index: 100001; } -.h5p-content.using-mouse *:focus { +.h5p-content.using-mouse *:not(textarea):focus { outline: none !important; } \ No newline at end of file