mirror of
https://github.com/picocss/pico.git
synced 2025-04-27 19:46:14 -04:00
refactor: icons
This commit is contained in:
parent
7fa3c4a099
commit
0b081e3657
15 changed files with 104 additions and 152 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue