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 --- themes/night_blue.css | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'themes/night_blue.css') diff --git a/themes/night_blue.css b/themes/night_blue.css index 4c8b679e9..f7e3f1549 100644 --- a/themes/night_blue.css +++ b/themes/night_blue.css @@ -197,6 +197,7 @@ body.ttrss_main .hl { flex-wrap: nowrap; background: #222; align-items: center; + user-select: none; } body.ttrss_main .hl > * { white-space: nowrap; @@ -1369,6 +1370,9 @@ div#floatingTitle.Unread a.title { font-weight: normal; cursor: pointer; } +.cdm.expandable:not(.active) { + user-select: none; +} .cdm.expandable.Unread { background: white; } -- cgit v1.2.3