From b54c40c45b40ba435eafaa003714afd8324e6fc7 Mon Sep 17 00:00:00 2001 From: Andrew Dolgov Date: Thu, 7 Mar 2019 13:39:47 +0300 Subject: forbid text selection on normal headline rows / unexpanded CDM rows to prevent annoying glitches when selecting ranges etc --- css/cdm.less | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'css/cdm.less') diff --git a/css/cdm.less b/css/cdm.less index 3890451f9..7ac28913e 100755 --- a/css/cdm.less +++ b/css/cdm.less @@ -367,6 +367,10 @@ div#floatingTitle.Unread a.title { } +.cdm.expandable:not(.active) { + user-select : none; +} + .cdm.expandable.Unread { background : white; } -- cgit v1.2.3