Fix delay when resizing textareas
This commit is contained in:
@@ -224,7 +224,7 @@ input, input.form-control
|
||||
margin-bottom: 10px
|
||||
width: 100%
|
||||
|
||||
transition: all 150ms ease-in-out
|
||||
transition: border-color 150ms ease-in-out, box-shadow 150ms ease-in-out
|
||||
|
||||
&:hover
|
||||
border-bottom-color: $color-text-dark-secondary
|
||||
@@ -246,6 +246,9 @@ input, input.form-control
|
||||
&#item-save
|
||||
+button($color-success, 3px)
|
||||
|
||||
textarea
|
||||
resize: vertical
|
||||
|
||||
#status-bar
|
||||
color: $color-text-dark-secondary
|
||||
margin-left: auto
|
||||
|
Reference in New Issue
Block a user