Unverified Commit dffa0e97 authored by Liana Husikyan's avatar Liana Husikyan Committed by GitHub

FE selection

parent 58c10df8
...@@ -9,6 +9,7 @@ ...@@ -9,6 +9,7 @@
} }
.remixui_fileexplorer { .remixui_fileexplorer {
box-sizing : border-box; box-sizing : border-box;
user-select : none;
} }
input[type="file"] { input[type="file"] {
display: none; display: none;
...@@ -52,4 +53,4 @@ input[type="file"] { ...@@ -52,4 +53,4 @@ input[type="file"] {
} }
ul { ul {
padding : 0; padding : 0;
} }
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment