Adjust input focus in reply

This commit is contained in:
Raphael Wickihalder 2022-02-18 08:50:49 +01:00
parent f18b851edb
commit d95593486f

View file

@ -123,7 +123,8 @@ $thumbnailWidthSmall: 1rem;
}
}
}
textarea#create__comment {
textarea#create__comment,
textarea#create__reply {
box-shadow: unset;
}
}