Skip to content

Commit 037201b

Browse files
committed
disable fomantic color transition on textarea
1 parent 60ef1bb commit 037201b

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

web_src/css/form.css

+5
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
.ui.input textarea,
2+
.ui.form textarea {
3+
transition: none;
4+
}
5+
16
input,
27
textarea,
38
.ui.input > input,

0 commit comments

Comments
 (0)