From c19636567f7f7a7e39b9b9bc16c3b7bb36a52d09 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Adina=20=C8=9Aeudan?= Date: Wed, 8 Feb 2023 19:18:11 +0200 Subject: [PATCH] Disable-ish shift click text selection --- src/lib/listing/table-content/table-content.component.html | 2 +- .../table-content/table-item/table-item.component.scss | 5 +++++ 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/src/lib/listing/table-content/table-content.component.html b/src/lib/listing/table-content/table-content.component.html index fab1445..af9337d 100644 --- a/src/lib/listing/table-content/table-content.component.html +++ b/src/lib/listing/table-content/table-content.component.html @@ -1,4 +1,4 @@ -
+
*:not(.selection-column):not(.scrollbar-placeholder) { display: contents; }