mirror of
https://github.com/picocss/pico.git
synced 2025-04-24 02:16:15 -04:00
Documentation
This commit is contained in:
parent
80ce6f23c1
commit
f5e4d01cbb
18 changed files with 429 additions and 427 deletions
|
@ -196,6 +196,11 @@ textarea {
|
|||
}
|
||||
}
|
||||
|
||||
// Color
|
||||
input[type="color"] {
|
||||
height: calc(3rem + 2px); // HACK
|
||||
}
|
||||
|
||||
// Select
|
||||
select {
|
||||
// Unstyle the caret on `<select>`s in IE10+.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue