Comment textarea min height set when editing + only transition border-color

This commit is contained in:
2016-10-20 17:04:02 +02:00
parent fceac01505
commit b1da6de46e

View File

@@ -408,13 +408,12 @@ $comments-width-max: 710px
padding: 10px padding: 10px
color: $color-text-dark color: $color-text-dark
resize: vertical resize: vertical
transition: border-color 300ms ease-in-out
transition: all 300ms ease-in-out
&:focus &:focus
border: 1px solid $color-success border: 1px solid $color-success
outline: none outline: none
min-height: 150px
&.field-error &.field-error
border-color: $color-danger border-color: $color-danger