Comment textarea min height set when editing + only transition border-color
This commit is contained in:
@@ -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
|
||||||
|
Reference in New Issue
Block a user