From a891bd71f8b3f2131c5b19eb337056cc9fdefcbc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?M=C3=A1t=C3=A9=20Farkas?= Date: Tue, 1 Oct 2019 21:55:03 +0200 Subject: [PATCH] make list item texts unselectable (#315) --- src/scss/list.scss | 1 + 1 file changed, 1 insertion(+) diff --git a/src/scss/list.scss b/src/scss/list.scss index ca768f7e80..d323c9dfe9 100644 --- a/src/scss/list.scss +++ b/src/scss/list.scss @@ -5,6 +5,7 @@ padding: 3px 10px; text-decoration: none; position: relative; + user-select: none; z-index: 1; @include themify($themes) {