mirror of
https://github.com/picocss/pico.git
synced 2025-04-26 19:26:14 -04:00
Revert "Feature: modal"
This commit is contained in:
parent
39314102d2
commit
d5544ea021
115 changed files with 3754 additions and 6410 deletions
|
@ -1,5 +1,6 @@
|
|||
/**
|
||||
* Accordion (<details>)
|
||||
* Inspiration: https://codepen.io/koca/pen/RyeLLV
|
||||
*/
|
||||
|
||||
details {
|
||||
|
@ -41,8 +42,8 @@ details {
|
|||
transform: rotate(-90deg);
|
||||
background-image: var(--icon-chevron);
|
||||
background-position: center;
|
||||
background-size: 1rem auto;
|
||||
background-repeat: no-repeat;
|
||||
background-size: 1rem auto;
|
||||
content: "";
|
||||
|
||||
@if $enable-transitions {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue