Commit graph

453 commits

Author SHA1 Message Date
Lucas Larroche
651e89ea5f Revert "fix: don't count hidden rows in table stripes"
This reverts commit 72e469942e.
2025-03-15 13:26:30 +07:00
Lucas Larroche
79d239a67b chore: bump version to v2.1.0 2025-03-15 12:31:53 +07:00
Lucas Larroche
537e3aedc2 refactor: replace deprecated global functions to fix Sass warnings 2025-03-15 12:03:28 +07:00
Lucas Larroche
0a77e6f335 refactor: replace deprecated color functions to fix Sass warnings 2025-03-15 11:51:28 +07:00
Lucas Larroche
c38b5180a2
Merge pull request #587 from panda-madness/patch-1
Remove dotted border on [role=button] elements with a tooltip
2025-03-09 20:23:55 +07:00
Lucas Larroche
e66b84b53e Merge branch 'dev' into pr/596 2025-03-09 20:09:48 +07:00
Lucas Larroche
96ad16eef1
Merge pull request #615 from mwargan/patch-1
Fix details inside drop-down being rendered as dropdown
2025-03-09 14:57:34 +07:00
Lucas Larroche
bd06c1cbfd
Merge pull request #625 from coezbek/main
Update _loading.scss not to affect form elements itself
2025-03-09 14:44:46 +07:00
Lucas Larroche
4b57da2f89
Merge pull request #585 from feored/fix-striped-table
fix: don't count hidden rows in table stripes
2025-03-09 14:36:33 +07:00
Lucas Larroche
559213c118
Merge pull request #644 from ISSOtm/patch-1
Style the `samp` element like `code`
2025-03-09 13:59:06 +07:00
Lucas Larroche
d2338228ed
Merge pull request #641 from rcoup/web-components-host
Support web components/shadow DOM
2025-03-09 13:13:37 +07:00
Lucas Larroche
bbe3cdd05c
Merge pull request #613 from preist/fix-typos
Fix several typos throughout the project
2025-03-09 12:45:15 +07:00
Lucas Larroche
4c3743e67d
Merge pull request #528 from Zurga/fix/modal_with_card
fix: Card in modal does not use modal styling
2025-03-09 12:17:39 +07:00
Lucas Larroche
9b58221407 chore: upgrade dependencies 2025-03-09 11:14:33 +07:00
Eldred Habert
26e7cf9fb1
Style the samp element like code
Following Pico's philosophy of “give semantic HTML good styling”,
this element has semantics close to but slightly different from `<code>`,
and so I believe should be styled similarly.
2024-12-14 10:50:38 +01:00
Robert Coup
02c9fb69da
Support web components/shadow DOM.
Add :host to all uses of :root
2024-12-03 10:26:56 +00:00
Christopher Özbek
b3a731bb39
Update _loading.scss not to affect form elements itself 2024-10-31 18:03:57 +01:00
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
Igor Putina
dc7f6d0a07 Fix several typos throughout the project 2024-09-27 23:45:54 +03:00
Nate Stringham
c3bcecbe55 refactor: move nested declarations after non-nested declarations
see https://sass-lang.com/documentation/breaking-changes/mixed-decls/

fix #577
2024-08-18 13:10:18 -04:00
Margulan
6fabc27b19
Update _tooltip.scss 2024-08-06 09:47:49 +05:00
feored
72e469942e fix: don't count hidden rows in table stripes 2024-08-03 21:41:20 +02:00
Jim Lemmers
0810f1e779 fix: Card in modal does not use modal styling 2024-04-26 15:43:34 +02:00
Lucas Larroche
f943d2a264 fix: switch aspect ratio and border 2024-03-03 22:04:36 +07:00
Lucas Larroche
916ac90ff4 chore: bump version to v2.0.5 2024-03-03 17:37:41 +07:00
Lucas Larroche
9fe625a78a fix: revert #460 2024-03-03 17:31:48 +07:00
hybs123
2ada5ea6fe fix:Button Padding Problem Fixed(SCSS update) 2024-03-03 13:05:39 +05:30
Lucas Larroche
990c9308bf chore: bump version to v2.0.4 2024-03-03 11:56:58 +07:00
Lucas Larroche
070a4e2442 Revert "Revert "Merge branch 'dev' into ll/fix-form-element-margin-bottom-in-grid""
This reverts commit 861daac49b.
2024-03-03 11:45:50 +07:00
Lucas Larroche
ea20a9be5d Update _loading.scss 2024-03-03 11:44:52 +07:00
Lucas Larroche
861daac49b Revert "Merge branch 'dev' into ll/fix-form-element-margin-bottom-in-grid"
This reverts commit 843bc51513, reversing
changes made to b8b7aa18c4.
2024-03-03 11:44:32 +07:00
Lucas Larroche
843bc51513 Merge branch 'dev' into ll/fix-form-element-margin-bottom-in-grid 2024-03-03 11:25:53 +07:00
Lucas Larroche
00718df9c8 Merge branch 'dev' into ll/fix-select-multiple 2024-03-03 11:20:06 +07:00
FireIsGood
760a7b02f7
fix: inconsistent enabled switch state
Fixes the switch state by making it offset correctly instead of ballpark
with the wrong units
2024-02-25 02:53:50 -08:00
Lucas Larroche
b8b7aa18c4 fix: form element margin bottom in .grid 2024-02-18 11:52:51 +07:00
Lucas Larroche
3fcddcfb37 fix: select multiple option color 2024-02-18 11:02:16 +07:00
Lucas Larroche
fc41088893 fix: modal close button 2024-02-17 10:51:18 +07:00
Lucas Larroche
b8ef9c49b8 chore: bump version to v2.0.2 2024-02-17 10:33:23 +07:00
Lucas Larroche
57b3076ca8 fix: modal close button 2024-02-17 10:32:11 +07:00
Lucas Larroche
1e2eee8b3b chore: bump version to v2.0.1 2024-02-17 10:09:19 +07:00
Lucas Larroche
75e49031ba Merge branch 'dev' of https://github.com/picocss/pico 2024-02-16 20:53:51 +07:00
Lucas Larroche
ba7bb176f8 Merge branch 'dev' of https://github.com/picocss/pico 2024-02-16 20:45:24 +07:00
benizz0
f2d4f8fd52 yarn build 2024-02-14 19:46:01 +01:00
Atmos4
ddd9cc4772 feat: modal
Accept `button[rel=prev]` as modal closing item
2024-02-13 17:27:13 +01:00
Lucas Larroche
68367e2bd0 fix: remove cursor default 2024-02-13 23:12:45 +07:00
b.platroz
4d23487777 fix scss search icon 2024-02-12 14:25:06 +01:00
Lucas Larroche
8068ff31a3 chore: bump version to v2.0.0 2024-02-11 12:22:39 +07:00
Lucas Larroche
9fa6aa5fab refactor: files structure 2024-01-29 23:31:37 +07:00
Lucas Larroche
bcac2dca3f refactor: shadow function 2024-01-29 23:16:47 +07:00
Lucas Larroche
020182a7e0 style: dark shadow 2024-01-29 23:16:27 +07:00