mirror of
https://github.com/picocss/pico.git
synced 2025-04-27 11:36:14 -04:00
Clean code
This commit is contained in:
parent
4dbe0d2f67
commit
6273184242
5 changed files with 0 additions and 21 deletions
|
@ -577,10 +577,6 @@ textarea {
|
|||
line-height: 1.5;
|
||||
}
|
||||
|
||||
/**
|
||||
* 1. Change the inconsistent appearance in all browsers (opinionated).
|
||||
* 2. Add typography inheritance in all browsers (opinionated).
|
||||
*/
|
||||
input {
|
||||
overflow: visible;
|
||||
}
|
||||
|
|
|
@ -660,10 +660,6 @@ textarea {
|
|||
line-height: 1.5;
|
||||
}
|
||||
|
||||
/**
|
||||
* 1. Change the inconsistent appearance in all browsers (opinionated).
|
||||
* 2. Add typography inheritance in all browsers (opinionated).
|
||||
*/
|
||||
input {
|
||||
overflow: visible;
|
||||
}
|
||||
|
|
|
@ -573,10 +573,6 @@ textarea {
|
|||
line-height: 1.5;
|
||||
}
|
||||
|
||||
/**
|
||||
* 1. Change the inconsistent appearance in all browsers (opinionated).
|
||||
* 2. Add typography inheritance in all browsers (opinionated).
|
||||
*/
|
||||
input {
|
||||
overflow: visible;
|
||||
}
|
||||
|
|
|
@ -598,10 +598,6 @@ textarea {
|
|||
line-height: 1.5;
|
||||
}
|
||||
|
||||
/**
|
||||
* 1. Change the inconsistent appearance in all browsers (opinionated).
|
||||
* 2. Add typography inheritance in all browsers (opinionated).
|
||||
*/
|
||||
input {
|
||||
overflow: visible;
|
||||
}
|
||||
|
|
|
@ -21,11 +21,6 @@ textarea {
|
|||
line-height: $line-height; // 1
|
||||
}
|
||||
|
||||
/**
|
||||
* 1. Change the inconsistent appearance in all browsers (opinionated).
|
||||
* 2. Add typography inheritance in all browsers (opinionated).
|
||||
*/
|
||||
|
||||
// Show the overflow in IE.
|
||||
input {
|
||||
overflow: visible;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue