From b1da6de46e65bcf37020c6dc812df10541e5a64d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sybren=20A=2E=20St=C3=BCvel?= Date: Thu, 20 Oct 2016 17:04:02 +0200 Subject: [PATCH] Comment textarea min height set when editing + only transition border-color --- src/styles/_comments.sass | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/src/styles/_comments.sass b/src/styles/_comments.sass index 0e103665..654457f9 100644 --- a/src/styles/_comments.sass +++ b/src/styles/_comments.sass @@ -408,13 +408,12 @@ $comments-width-max: 710px padding: 10px color: $color-text-dark resize: vertical - - transition: all 300ms ease-in-out - + transition: border-color 300ms ease-in-out &:focus border: 1px solid $color-success outline: none + min-height: 150px &.field-error border-color: $color-danger