FE selection

pull/5370/head
Liana Husikyan 4 years ago committed by GitHub
parent badaf3a7aa
commit 99e32b7604
  1. 3
      libs/remix-ui/file-explorer/src/lib/css/file-explorer.css

@ -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"] {
} }
ul { ul {
padding : 0; padding : 0;
} }

Loading…
Cancel
Save