Clean textarea reset

This commit is contained in:
Lucas Larroche 2021-07-25 16:40:52 +07:00
parent 5d6069ecdd
commit fbf3d4f27f
9 changed files with 6 additions and 23 deletions

View file

@ -991,10 +991,7 @@ legend {
} }
textarea { textarea {
margin: 0;
overflow: auto; overflow: auto;
resize: vertical;
resize: block;
} }
[type="checkbox"], [type="checkbox"],

File diff suppressed because one or more lines are too long

View file

@ -1186,10 +1186,7 @@ legend {
} }
textarea { textarea {
margin: 0;
overflow: auto; overflow: auto;
resize: vertical;
resize: block;
} }
[type="checkbox"], [type="checkbox"],

View file

@ -957,10 +957,7 @@ legend {
} }
textarea { textarea {
margin: 0;
overflow: auto; overflow: auto;
resize: vertical;
resize: block;
} }
[type="checkbox"], [type="checkbox"],

File diff suppressed because one or more lines are too long

2
css/pico.min.css vendored

File diff suppressed because one or more lines are too long

View file

@ -1127,10 +1127,7 @@ legend {
} }
textarea { textarea {
margin: 0;
overflow: auto; overflow: auto;
resize: vertical;
resize: block;
} }
[type="checkbox"], [type="checkbox"],

File diff suppressed because one or more lines are too long

View file

@ -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