Unverified Commit 01c0a22b authored by David Disu's avatar David Disu Committed by GitHub

Merge pull request #751 from ethereum/LianaHus-patch-4

FE user selection
parents 58c10df8 dffa0e97
...@@ -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