mirror of
https://github.com/usatiuk/y.git
synced 2025-10-29 02:37:49 +01:00
remove useless transition
ach you can't do this animation without js
This commit is contained in:
@@ -6,16 +6,17 @@
|
|||||||
padding: 7px;
|
padding: 7px;
|
||||||
resize: none;
|
resize: none;
|
||||||
margin: 1rem 0;
|
margin: 1rem 0;
|
||||||
transition: height 0.5s;
|
min-height: 3rem;
|
||||||
|
|
||||||
&.postEditing {
|
&.postEditing {
|
||||||
padding: 0;
|
padding: 0;
|
||||||
|
|
||||||
&:focus-within {
|
&:focus-within {
|
||||||
border-color: mediumpurple;
|
border-color: mediumpurple;
|
||||||
outline: solid mediumpurple 2px;
|
outline: solid mediumpurple 2px;
|
||||||
}
|
}
|
||||||
height: 6rem;
|
|
||||||
transition: height 0.5s;
|
min-height: 6rem;
|
||||||
}
|
}
|
||||||
|
|
||||||
.text {
|
.text {
|
||||||
|
|||||||
Reference in New Issue
Block a user