fix style textarea + added story for an overview

This commit is contained in:
negue
2020-01-18 17:17:50 +01:00
parent 383bbc558b
commit 4a812a9d28
2 changed files with 28 additions and 8 deletions

View File

@@ -403,14 +403,6 @@
vertical-align: bottom;
border-radius: 2px;
z-index: 5;
border: solid 1px $gray-400;
opacity: 0.64;
background-color: $gray-500;
&:focus, &.has-content {
opacity: 1;
background-color: $white;
}
}
}