1
0
mirror of https://git.tt-rss.org/git/tt-rss.git synced 2026-02-10 16:01:33 +00:00

forbid text selection on normal headline rows / unexpanded CDM rows to prevent annoying glitches when selecting ranges etc

This commit is contained in:
Andrew Dolgov
2019-03-07 13:39:47 +03:00
parent 5373b2fe0a
commit b54c40c45b
8 changed files with 20 additions and 3 deletions

View File

@@ -367,6 +367,10 @@ div#floatingTitle.Unread a.title {
}
.cdm.expandable:not(.active) {
user-select : none;
}
.cdm.expandable.Unread {
background : white;
}