Accordion: fix marker display

This commit is contained in:
Lucas Larroche 2021-10-23 17:37:17 +07:00
parent df2ae94742
commit f232a11ef2
7 changed files with 7 additions and 7 deletions

View file

@ -1682,7 +1682,7 @@ details summary::-moz-list-bullet {
list-style-type: none; list-style-type: none;
} }
details summary::after { details summary::after {
display: inline-block; display: block;
width: 1rem; width: 1rem;
height: 1rem; height: 1rem;
float: right; float: right;

File diff suppressed because one or more lines are too long

View file

@ -1859,7 +1859,7 @@ details summary::-moz-list-bullet {
list-style-type: none; list-style-type: none;
} }
details summary::after { details summary::after {
display: inline-block; display: block;
width: 1rem; width: 1rem;
height: 1rem; height: 1rem;
float: right; float: right;

View file

@ -1652,7 +1652,7 @@ details summary::-moz-list-bullet {
list-style-type: none; list-style-type: none;
} }
details summary::after { details summary::after {
display: inline-block; display: block;
width: 1rem; width: 1rem;
height: 1rem; height: 1rem;
float: right; float: right;

File diff suppressed because one or more lines are too long

2
css/pico.min.css vendored

File diff suppressed because one or more lines are too long

View file

@ -35,7 +35,7 @@ details {
// Marker // Marker
&::after { &::after {
display: inline-block; display: block;
width: 1rem; width: 1rem;
height: 1rem; height: 1rem;
float: right; float: right;