From 058a9f0a71963999d40433c8e5200381f2008b4f Mon Sep 17 00:00:00 2001 From: Thomas Marstrander Date: Mon, 23 Sep 2019 10:58:28 +0200 Subject: [PATCH] HFP-1763 Add focus effect back for textarea --- styles/h5p.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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