Merge pull request #400 from AnatoleLucet/style/fix-input-cursor-pointer

Fix input file cursor pointer
This commit is contained in:
Eldad A. Fux
2020-06-11 22:04:31 +03:00
committed by GitHub
3 changed files with 7 additions and 2 deletions
+1 -1
View File
File diff suppressed because one or more lines are too long
+1 -1
View File
File diff suppressed because one or more lines are too long
+5
View File
@@ -17,6 +17,11 @@ input, textarea {
background: var(--config-color-background-input);
}
input[type=file],
input[type=file]::-webkit-file-upload-button {
cursor: pointer;
}
button,
.button {
display: inline-block;