Fix to remove outline for inner contenteditable

This commit is contained in:
iliajie
2023-06-21 15:40:13 +03:00
parent 9017d290bc
commit 444c101d19

View File

@@ -2964,6 +2964,7 @@ if ($ENV{'HTTP_X_COLOR_PALETTE_FILE'}) {
my $iframe_styles = <<EOF;
<style>
html, body { overflow-y: hidden; }
div[contenteditable] { outline: none; }
$iframe_styles_theme
</style>
EOF