mirror of
https://github.com/picocss/pico.git
synced 2025-04-23 09:56:14 -04:00
Clean textarea reset
This commit is contained in:
parent
5d6069ecdd
commit
fbf3d4f27f
9 changed files with 6 additions and 23 deletions
|
@ -991,10 +991,7 @@ legend {
|
||||||
}
|
}
|
||||||
|
|
||||||
textarea {
|
textarea {
|
||||||
margin: 0;
|
|
||||||
overflow: auto;
|
overflow: auto;
|
||||||
resize: vertical;
|
|
||||||
resize: block;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
[type="checkbox"],
|
[type="checkbox"],
|
||||||
|
|
2
css/pico.classless.min.css
vendored
2
css/pico.classless.min.css
vendored
File diff suppressed because one or more lines are too long
|
@ -1186,10 +1186,7 @@ legend {
|
||||||
}
|
}
|
||||||
|
|
||||||
textarea {
|
textarea {
|
||||||
margin: 0;
|
|
||||||
overflow: auto;
|
overflow: auto;
|
||||||
resize: vertical;
|
|
||||||
resize: block;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
[type="checkbox"],
|
[type="checkbox"],
|
||||||
|
|
|
@ -957,10 +957,7 @@ legend {
|
||||||
}
|
}
|
||||||
|
|
||||||
textarea {
|
textarea {
|
||||||
margin: 0;
|
|
||||||
overflow: auto;
|
overflow: auto;
|
||||||
resize: vertical;
|
|
||||||
resize: block;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
[type="checkbox"],
|
[type="checkbox"],
|
||||||
|
|
2
css/pico.fluid.classless.min.css
vendored
2
css/pico.fluid.classless.min.css
vendored
File diff suppressed because one or more lines are too long
2
css/pico.min.css
vendored
2
css/pico.min.css
vendored
File diff suppressed because one or more lines are too long
|
@ -1127,10 +1127,7 @@ legend {
|
||||||
}
|
}
|
||||||
|
|
||||||
textarea {
|
textarea {
|
||||||
margin: 0;
|
|
||||||
overflow: auto;
|
overflow: auto;
|
||||||
resize: vertical;
|
|
||||||
resize: block;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
[type="checkbox"],
|
[type="checkbox"],
|
||||||
|
|
2
css/pico.slim.min.css
vendored
2
css/pico.slim.min.css
vendored
File diff suppressed because one or more lines are too long
|
@ -42,14 +42,9 @@ legend {
|
||||||
white-space: normal; // 1
|
white-space: normal; // 1
|
||||||
}
|
}
|
||||||
|
|
||||||
// 1. Remove the margin in Firefox and Safari
|
// 1. Remove the default vertical scrollbar in IE
|
||||||
// 2. Remove the default vertical scrollbar in IE
|
|
||||||
// 3. Change the resize direction in all browsers (opinionated)
|
|
||||||
textarea {
|
textarea {
|
||||||
margin: 0; // 1
|
overflow: auto; // 1
|
||||||
overflow: auto; // 2
|
|
||||||
resize: vertical; // 3
|
|
||||||
resize: block; // 3
|
|
||||||
}
|
}
|
||||||
|
|
||||||
// Remove the padding in IE 10
|
// Remove the padding in IE 10
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue