mirror of
https://github.com/picocss/pico.git
synced 2025-04-26 19:26:14 -04:00
Polish
- Polish forms documentation - Polish scss code
This commit is contained in:
parent
a6a0aab312
commit
bcf6d7c779
8 changed files with 18 additions and 7 deletions
|
@ -209,11 +209,13 @@ input[type="color"] {
|
|||
|
||||
// Select
|
||||
select {
|
||||
|
||||
// Unstyle the caret on `<select>`s in IE10+.
|
||||
&::-ms-expand {
|
||||
border: 0;
|
||||
background-color: transparent;
|
||||
}
|
||||
|
||||
&:not([multiple]) {
|
||||
// Source: https://feathericons.com/
|
||||
$caret-icon-color: "808080"; // Without '#' !important
|
||||
|
@ -236,7 +238,6 @@ input + small {
|
|||
|
||||
// Styles for Input inside a label
|
||||
label {
|
||||
|
||||
& > input:not([type="checkbox"]):not([type="radio"]),
|
||||
& > select,
|
||||
& > textarea {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue