HFP-1763 Add focus effect back for textarea
parent
8cfd2f0519
commit
058a9f0a71
|
@ -561,6 +561,6 @@ iframe.h5peditor-semi-fullscreen {
|
||||||
z-index: 100001;
|
z-index: 100001;
|
||||||
}
|
}
|
||||||
|
|
||||||
.h5p-content.using-mouse *:focus {
|
.h5p-content.using-mouse *:not(textarea):focus {
|
||||||
outline: none !important;
|
outline: none !important;
|
||||||
}
|
}
|
Loading…
Reference in New Issue