FE selection

pull/751/head
Liana Husikyan 4 years ago committed by GitHub
parent 58c10df822
commit dffa0e9735
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 3
      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;
}
}

Loading…
Cancel
Save