summaryrefslogtreecommitdiff
path: root/css/cdm.less
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2019-03-07 13:39:47 +0300
committerAndrew Dolgov <[email protected]>2019-03-07 13:39:47 +0300
commitb54c40c45b40ba435eafaa003714afd8324e6fc7 (patch)
treea3619e57d6ed9153f09bf53b432773eac8b726d0 /css/cdm.less
parent5373b2fe0aa345494dc50d1572cd33b082fbf42d (diff)
forbid text selection on normal headline rows / unexpanded CDM rows to prevent annoying glitches when selecting ranges etc
Diffstat (limited to 'css/cdm.less')
-rwxr-xr-xcss/cdm.less4
1 files changed, 4 insertions, 0 deletions
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;
}