appearance and user-select cleaning

This commit is contained in:
Raphael Goetter 2017-09-27 16:00:07 +02:00
parent 82851601b7
commit 4f702ecfa1
5 changed files with 8 additions and 19 deletions

View file

@ -51,9 +51,6 @@ textarea {
margin: 0;
transition: 0.25s;
transition-property: box-shadow, background-color, color, border;
-webkit-appearance: none;
-moz-appearance: none;
-ms-appearance: none;
appearance: none;
}