HFP-1763 Add focus effect back for textarea

HFP-2862-fix-download-warning
Thomas Marstrander 2019-09-23 10:58:28 +02:00
parent 8cfd2f0519
commit 058a9f0a71
No known key found for this signature in database
GPG Key ID: 59D7F1EC8B90E9A6
1 changed files with 1 additions and 1 deletions

View File

@ -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;
}