Merge branch 'newindexdb' of https://github.com/ethereum/remix-project into newindexdb

pull/2035/head
filip mertens 3 years ago
commit f111483d26
  1. 5
      libs/remix-ui/workspace/src/lib/css/file-explorer.css

@ -54,3 +54,8 @@ input[type="file"] {
ul {
padding : 0;
}
[contenteditable] {
-webkit-user-select: text;
user-select: text;
}
Loading…
Cancel
Save