Commit graph

181 commits

Author SHA1 Message Date
Yohn
354887554b Changed spacing on form elements to be a tad smaller. It was just too big for my liking, and I feel this way is a lot easier.
Added cursor back on button - it was just an arrow.
Added parent-selector to the notifications, and corrected readbility of notifications.
updated the version within the css files
made rows only show up on css files where classes are enabled
made the tooltips have a dark background - even for dark themes.
2024-12-07 19:56:51 -05:00
JWB
5d2e82ddaf
Merge pull request #16 from rcoup/web-components-host
Support web components/shadow DOM.
2024-12-03 09:14:58 -05:00
JWB
a8bbc686a3
Merge pull request #15 from lukas-kasticky:dev
Allow use of card component with `role="article"`
2024-12-03 09:13:07 -05:00
Robert Coup
02c9fb69da
Support web components/shadow DOM.
Add :host to all uses of :root
2024-12-03 10:26:56 +00:00
Yohn
fdf5c83210 Enabled multiline tooltips, and disabled dotted lines for tooltips when child elements contain links of form elements. 2024-11-30 18:00:11 -05:00
Yohn
359e51ee06 Added a Timeline feature, removed the margin-bottom from article > header > h[1-6] And added the border-color for dark theme on the article > header 2024-11-12 04:59:34 -05:00
Yohn
26e82a693d Created build-dev script to only build 1 css file for quicker testing enviroment. Added accordion javascript for slide effect. modified the notification scss, and added more demos. 2024-11-12 00:35:16 -05:00
Yohn
b1fcd44b73 Added <label> compatibility to groups 2024-11-11 22:10:47 -05:00
Yohn
84ed38efc9 Added Notifications 12 2024-11-10 11:53:24 -05:00
Yohn
a085c20d2f surpressimg sass warnings 2024-11-10 11:27:44 -05:00
Yohn
4825b265c7 closes Yohn/PicoCSS/pull/1 and Yohn/PicoCSS/pull/11 2024-11-10 09:27:03 -05:00
JWB
fe62017575
Merge pull request #8 from panda-madness/patch-1
Update _tooltip.scss
2024-11-10 07:40:25 -05:00
JWB
e1348d054f
Merge pull request #4 from mwargan/patch-1
Fix details inside drop-down being rendered as dropdown
2024-11-10 07:39:54 -05:00
JWB
bdf50fe634
Merge pull request #2 from preist/fix-typos
Fix several typos throughout the project
2024-11-10 07:39:40 -05:00
JWB
9ef9bfe2c4
Merge pull request #3 from coezbek/main
Update _loading.scss not to affect form elements itself
2024-11-10 07:39:25 -05:00
JWB
93d9675f08
Merge pull request #10 from Zurga/fix/modal_with_card
fix: Card in modal does not use modal styling
2024-11-10 07:38:37 -05: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
Lukas Kasticky
455339f7fa Allow use of card component with role="article" 2024-05-25 11:15:47 +00:00
Jim Lemmers
0810f1e779 fix: Card in modal does not use modal styling 2024-04-26 15:43:34 +02:00
hybs123
2ada5ea6fe fix:Button Padding Problem Fixed(SCSS update) 2024-03-03 13:05:39 +05:30
Lucas Larroche
ea20a9be5d Update _loading.scss 2024-03-03 11:44:52 +07:00
Lucas Larroche
fc41088893 fix: modal close button 2024-02-17 10:51:18 +07:00
Lucas Larroche
57b3076ca8 fix: modal close button 2024-02-17 10:32:11 +07:00
Atmos4
ddd9cc4772 feat: modal
Accept `button[rel=prev]` as modal closing item
2024-02-13 17:27:13 +01:00
Lucas Larroche
a3b029f47d style: nav 2024-01-28 17:04:52 +07:00
Lucas Larroche
97f3f13aa5 refactor: group 2024-01-27 19:54:45 +07:00
Lucas Larroche
4eee189dab style: switch, dropdown, loading 2024-01-25 21:27:02 +07:00
Lucas Larroche
ef2100499b feat: optional parent selector 2024-01-25 01:42:54 +07:00
Lucas Larroche
5a97b6baac style: spacings 2024-01-14 19:35:49 +07:00
Lucas Larroche
1252b7bbdb style: modal 2024-01-01 21:49:46 +07:00
Asbjørn Ulsberg
49d289b626
feat: include the close icon styles in classless 2023-12-28 14:33:38 +01:00
Lucas Larroche
357ab1f1a0 refactor: modal 2023-12-28 18:12:39 +07:00
Lucas Larroche
c7a077f1a3 refactor: update $css-var-prefix name 2023-12-28 15:36:56 +07:00
Lucas Larroche
21f9a2be62 style: modal 2023-12-28 15:32:12 +07:00
Lucas Larroche
3c96e6043b refactor: update $css-var-prefix name 2023-12-28 13:21:52 +07:00
Lucas Larroche
f55523135c Merge branch 'v2' into pr/416 2023-12-28 12:48:15 +07:00
Lucas Larroche
bd5cbeee6c fix: breadcrumb 2023-12-28 12:23:23 +07:00
Lucas Larroche
441d9301ed fix: breadcrumb 2023-12-28 12:20:34 +07:00
Lucas Larroche
2689ec2373 style: group focus 2023-12-26 20:57:54 +07:00
Lucas Larroche
7dcedac497 fix: loading component 2023-12-26 20:57:28 +07:00
Lucas Larroche
a3eb54eb87 chore: update dependencies 2023-12-24 10:41:54 +07:00
Brian Espinosa
55d5e9d879 fix: Make aria-current selector more specific on links 2023-10-20 12:10:00 -07:00
Lucas Larroche
960e793bb2 feat: exclude html for aria-busy
#349
2023-04-23 10:44:33 +07:00
Lucas Larroche
4f2f597f9f feat: support for dropdown with label 2023-04-09 12:01:33 +07:00
Lucas Larroche
f0a2480fc6 refactor: dropdown 2023-04-02 22:37:00 +07:00
Lucas Larroche
d407df3c23 refactor: CSS vars 2023-04-02 11:04:23 +07:00