mirror of
https://github.com/picocss/pico.git
synced 2025-04-21 09:06:14 -04:00
Merge pull request #339 from ypascal/master
Aligns dropdown with other inputs in a grid (solves issue #338)
This commit is contained in:
commit
118892abd6
19 changed files with 35 additions and 15 deletions
|
@ -2187,6 +2187,11 @@ li[role=list] > a::after {
|
||||||
background-image: var(--icon-chevron);
|
background-image: var(--icon-chevron);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
label > details[role=list] {
|
||||||
|
margin-top: calc(var(--spacing) * 0.25);
|
||||||
|
margin-bottom: var(--spacing);
|
||||||
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Loading ([aria-busy=true])
|
* Loading ([aria-busy=true])
|
||||||
*/
|
*/
|
||||||
|
|
File diff suppressed because one or more lines are too long
2
css/pico.classless.min.css
vendored
2
css/pico.classless.min.css
vendored
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
|
@ -2354,6 +2354,11 @@ li[role=list] > a::after {
|
||||||
background-image: var(--icon-chevron);
|
background-image: var(--icon-chevron);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
label > details[role=list] {
|
||||||
|
margin-top: calc(var(--spacing) * 0.25);
|
||||||
|
margin-bottom: var(--spacing);
|
||||||
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Loading ([aria-busy=true])
|
* Loading ([aria-busy=true])
|
||||||
*/
|
*/
|
||||||
|
|
File diff suppressed because one or more lines are too long
|
@ -2157,6 +2157,11 @@ li[role=list] > a::after {
|
||||||
background-image: var(--icon-chevron);
|
background-image: var(--icon-chevron);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
label > details[role=list] {
|
||||||
|
margin-top: calc(var(--spacing) * 0.25);
|
||||||
|
margin-bottom: var(--spacing);
|
||||||
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Loading ([aria-busy=true])
|
* Loading ([aria-busy=true])
|
||||||
*/
|
*/
|
||||||
|
|
File diff suppressed because one or more lines are too long
2
css/pico.fluid.classless.min.css
vendored
2
css/pico.fluid.classless.min.css
vendored
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
2
css/pico.min.css
vendored
2
css/pico.min.css
vendored
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
|
@ -206,3 +206,8 @@ li[role="list"] {
|
||||||
background-image: var(--icon-chevron);
|
background-image: var(--icon-chevron);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
label > details[role="list"] {
|
||||||
|
margin-top: calc(var(--spacing) * .25);
|
||||||
|
margin-bottom: var(--spacing);
|
||||||
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue