picocss/scss
Michał 6f3abc2cb6
Fix details inside drop-down being rendered as dropdown
Given a dropdown that contains an accordion within it, the accordion renders as a dropdown because the summary selector also selects the children of a dropdown element. This fixes that so it renders as expected.

```
<details class="dropdown">
   <summary> Select a phase of matter... </summary>
   <ul>
      <li>
         <details>
            <summary> This is a dropdown option </summary>
            <ul>
               <li><label><input type="radio" name="phase" value="gas"> Gas </label></li>
               <li><label><input type="radio" name="phase" value="plasma"> Plasma </label></li>
            </ul>
         </details>
      </li>
   </ul>
</details>
```
2024-09-28 11:52:54 +02:00
..
colors refactor: update $css-var-prefix name 2023-12-28 15:36:56 +07:00
components Fix details inside drop-down being rendered as dropdown 2024-09-28 11:52:54 +02:00
content style: figure 2024-01-27 15:13:14 +07:00
forms fix: switch aspect ratio and border 2024-03-03 22:04:36 +07:00
helpers fix: switch aspect ratio and border 2024-03-03 22:04:36 +07:00
layout fix: revert #460 2024-03-03 17:31:48 +07:00
themes refactor: files structure 2024-01-29 23:31:37 +07:00
utilities feat: optional parent selector 2024-01-25 01:42:54 +07:00
_index.scss refactor: files structure 2024-01-29 23:31:37 +07:00
_settings.scss feat: overflow-auto 2024-01-27 15:22:35 +07:00
pico.classless.scss feat: add color utilities 2023-02-04 13:33:35 +07:00
pico.colors.scss refactor: files structure 2024-01-29 23:31:37 +07:00
pico.conditional.scss feat: add Pico conditional version 2024-01-27 11:26:25 +07:00
pico.fluid.classless.scss feat: bring back fluid.classless version 2023-03-12 09:55:35 +07:00
pico.scss style: update lg and xl breakpoints 2023-02-20 23:44:33 +07:00
postcss.config.js Revert "Merge branch 'master' into dev" 2021-12-19 09:50:55 +07:00