refactor: icons

This commit is contained in:
Lucas Larroche 2023-03-28 20:34:28 +07:00
parent 7fa3c4a099
commit 0b081e3657
15 changed files with 104 additions and 152 deletions

View file

@ -33,28 +33,6 @@
content: "";
}
}
// Marker as button
summary[role="button"],
> button {
&::after {
background-image: var(#{$}icon-chevron-button);
}
@if $enable-classes {
&.outline {
&::after {
background-image: var(#{$}icon-chevron);
}
}
&.contrast:not(.outline) {
&::after {
background-image: var(#{$}icon-chevron-button-contrast);
}
}
}
}
}
// Container type accordion