fix(style): set cursor text on textarea
This commit is contained in:
parent
93f6f22c9e
commit
7449551d3f
1 changed files with 5 additions and 0 deletions
|
@ -28,3 +28,8 @@ input[type="radio"] {
|
||||||
-moz-appearance: auto;
|
-moz-appearance: auto;
|
||||||
}
|
}
|
||||||
// scss-lint:enable DuplicateProperty
|
// scss-lint:enable DuplicateProperty
|
||||||
|
|
||||||
|
// remove pointer cursor on textarea
|
||||||
|
textarea {
|
||||||
|
cursor: auto;
|
||||||
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue