Skip to content

Commit 9b39033

Browse files
committed
Fix alt text hover
1 parent 1498adb commit 9b39033

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

blocks/edit/da-editor/da-editor.css

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -347,7 +347,8 @@ span.ProseMirror-menuseparator {
347347
}
348348

349349
.ProseMirror-menu-active.edit-link,
350-
.ProseMirror-menu-active.edit-unlink {
350+
.ProseMirror-menu-active.edit-unlink,
351+
.ProseMirror-menu-active.img-alt-text {
351352
background-color: transparent;
352353
color: #fff;
353354
}

0 commit comments

Comments
 (0)