From 99e32b7604d4c38b43d558a0b46925ce0d785e5a Mon Sep 17 00:00:00 2001 From: Liana Husikyan Date: Mon, 18 Jan 2021 19:31:38 +0100 Subject: [PATCH] FE selection --- libs/remix-ui/file-explorer/src/lib/css/file-explorer.css | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/libs/remix-ui/file-explorer/src/lib/css/file-explorer.css b/libs/remix-ui/file-explorer/src/lib/css/file-explorer.css index 360834289f..4da076bc44 100644 --- a/libs/remix-ui/file-explorer/src/lib/css/file-explorer.css +++ b/libs/remix-ui/file-explorer/src/lib/css/file-explorer.css @@ -9,6 +9,7 @@ } .remixui_fileexplorer { box-sizing : border-box; + user-select : none; } input[type="file"] { display: none; @@ -52,4 +53,4 @@ input[type="file"] { } ul { padding : 0; -} \ No newline at end of file +}