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:
@@ -367,6 +367,10 @@ div#floatingTitle.Unread a.title {
|
||||
|
||||
}
|
||||
|
||||
.cdm.expandable:not(.active) {
|
||||
user-select : none;
|
||||
}
|
||||
|
||||
.cdm.expandable.Unread {
|
||||
background : white;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user