summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGreg-T <[email protected]>2019-05-23 09:55:35 +0000
committerGreg-T <[email protected]>2019-05-23 09:55:35 +0000
commit7770903a7f97ca124e46e00ae1ff4862c203a9b1 (patch)
tree38eab9ac181b33c2ef4a6728e04747db240aa39a
parentd1252513ea3cced988973d2c9c039987c0308bf2 (diff)
Workaround for drag and drop in Firefox
It is just a temporary workaround.
-rw-r--r--css/dijit_basic.less1
1 files changed, 1 insertions, 0 deletions
diff --git a/css/dijit_basic.less b/css/dijit_basic.less
index 7c13eff84..4609333c4 100644
--- a/css/dijit_basic.less
+++ b/css/dijit_basic.less
@@ -132,6 +132,7 @@
.dijitTreeRow {
overflow: hidden;
+ -moz-user-select: none; /* TODO: temporary workaround for bug: https://discourse.tt-rss.org/t/is-it-possible-to-create-a-hierarchy-of-categories/876/13 */
text-overflow: ellipsis;
}