mirror of
https://github.com/picocss/pico.git
synced 2025-04-24 10:26:13 -04:00
Accordion: fix marker display
This commit is contained in:
parent
df2ae94742
commit
f232a11ef2
7 changed files with 7 additions and 7 deletions
|
@ -1682,7 +1682,7 @@ details summary::-moz-list-bullet {
|
|||
list-style-type: none;
|
||||
}
|
||||
details summary::after {
|
||||
display: inline-block;
|
||||
display: block;
|
||||
width: 1rem;
|
||||
height: 1rem;
|
||||
float: right;
|
||||
|
|
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
|
@ -1859,7 +1859,7 @@ details summary::-moz-list-bullet {
|
|||
list-style-type: none;
|
||||
}
|
||||
details summary::after {
|
||||
display: inline-block;
|
||||
display: block;
|
||||
width: 1rem;
|
||||
height: 1rem;
|
||||
float: right;
|
||||
|
|
|
@ -1652,7 +1652,7 @@ details summary::-moz-list-bullet {
|
|||
list-style-type: none;
|
||||
}
|
||||
details summary::after {
|
||||
display: inline-block;
|
||||
display: block;
|
||||
width: 1rem;
|
||||
height: 1rem;
|
||||
float: right;
|
||||
|
|
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
2
css/pico.min.css
vendored
2
css/pico.min.css
vendored
File diff suppressed because one or more lines are too long
Loading…
Add table
Add a link
Reference in a new issue