mirror of
https://github.com/outline/outline.git
synced 2026-06-13 03:14:59 +03:00
fix: Table cell selection should not show in print (#12334)
This commit is contained in:
@@ -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},
|
||||
|
||||
Reference in New Issue
Block a user