summaryrefslogtreecommitdiff
path: root/css/tt-rss.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/tt-rss.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/tt-rss.less')
-rwxr-xr-xcss/tt-rss.less1
1 files changed, 1 insertions, 0 deletions
diff --git a/css/tt-rss.less b/css/tt-rss.less
index f497c4af5..30e8025e1 100755
--- a/css/tt-rss.less
+++ b/css/tt-rss.less
@@ -226,6 +226,7 @@ body.ttrss_main {
flex-wrap : nowrap;
background : @color-panel-bg;
align-items : center;
+ user-select : none;
> * {
white-space : nowrap;