Remove unnecessary markdown editor CSS

This commit is contained in:
Steffen van Bergerem 2017-08-11 11:01:23 +02:00
parent 008b899422
commit d4ed3bce4d
No known key found for this signature in database
GPG key ID: 315C9787D548DC6B

View file

@ -1,22 +1,6 @@
.md-editor {
border: 1px solid $light-grey;
border-radius: $btn-border-radius-base;
overflow: hidden;
&.active { border-color: $text-grey; }
&::after,
&::before {
clear: both;
content: ' ';
display: table;
}
textarea {
border: 0;
border-radius: 0;
min-height: 6rem;
resize: none;
width: 100%;
}
}