fix: Table cell selection should not show in print (#12334)

This commit is contained in:
Tom Moor
2026-05-13 08:24:49 -04:00
committed by GitHub
parent 7c070df942
commit bc6aa11f5d
+4
View File
@@ -2121,6 +2121,10 @@ table {
/* fixes Firefox background color painting over border:
* https://bugzilla.mozilla.org/show_bug.cgi?id=688556 */
background-clip: padding-box;
@media print {
box-shadow: none;
}
}
.${EditorStyleHelper.tableAddRow},