Skip to content

Commit

Permalink
Merge pull request #410 from thewebartisan7/master
Browse files Browse the repository at this point in the history
Add missing chevron icon when accordion is disabled but not dropdown.
  • Loading branch information
lucaslarroche authored Dec 28, 2023
2 parents 04c4324 + 29b19b8 commit 2097a11
Show file tree
Hide file tree
Showing 13 changed files with 13 additions and 9 deletions.
1 change: 1 addition & 0 deletions css/pico.classless.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion css/pico.classless.css.map

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion css/pico.classless.min.css

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion css/pico.classless.min.css.map

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions css/pico.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion css/pico.css.map

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions css/pico.fluid.classless.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion css/pico.fluid.classless.css.map

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion css/pico.fluid.classless.min.css

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion css/pico.fluid.classless.min.css.map

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion css/pico.min.css

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion css/pico.min.css.map

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions scss/components/_dropdown.scss
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,7 @@ li[role="list"] > a {
margin-inline-start: 0.5rem;
float: right;
transform: rotate(0deg);
background-image: var(--icon-chevron);
background-position: right center;
background-size: 1rem auto;
background-repeat: no-repeat;
Expand Down

0 comments on commit 2097a11

Please sign in to comment.