Merge pull request #7750 from betagouv/fix_cursor_on_textarea
fix(style): applique un cursor text au textarea
This commit is contained in:
commit
062477dede
1 changed files with 5 additions and 0 deletions
|
@ -28,3 +28,8 @@ input[type="radio"] {
|
|||
-moz-appearance: auto;
|
||||
}
|
||||
// scss-lint:enable DuplicateProperty
|
||||
|
||||
// remove pointer cursor on textarea
|
||||
textarea {
|
||||
cursor: auto;
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue