mirror of
https://github.com/picocss/pico.git
synced 2025-04-25 18:56:15 -04:00
Clean textarea reset
This commit is contained in:
parent
5d6069ecdd
commit
fbf3d4f27f
9 changed files with 6 additions and 23 deletions
|
@ -42,14 +42,9 @@ legend {
|
|||
white-space: normal; // 1
|
||||
}
|
||||
|
||||
// 1. Remove the margin in Firefox and Safari
|
||||
// 2. Remove the default vertical scrollbar in IE
|
||||
// 3. Change the resize direction in all browsers (opinionated)
|
||||
// 1. Remove the default vertical scrollbar in IE
|
||||
textarea {
|
||||
margin: 0; // 1
|
||||
overflow: auto; // 2
|
||||
resize: vertical; // 3
|
||||
resize: block; // 3
|
||||
overflow: auto; // 1
|
||||
}
|
||||
|
||||
// Remove the padding in IE 10
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue