Documentation

This commit is contained in:
Lucas 2019-11-28 07:20:36 +07:00
parent 80ce6f23c1
commit f5e4d01cbb
18 changed files with 429 additions and 427 deletions

View file

@ -196,6 +196,11 @@ textarea {
}
}
// Color
input[type="color"] {
height: calc(3rem + 2px); // HACK
}
// Select
select {
// Unstyle the caret on `<select>`s in IE10+.