Update _dropdown.scss

Add missing chevron icon when accordion is disabled but not dropdown.
This commit is contained in:
Damir 2023-09-29 08:47:14 +02:00 committed by GitHub
parent 5ce6840d49
commit 175e7def64
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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;