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