334 Commits

Author SHA1 Message Date
Lucas Larroche
437b3fb8ce chore: rebuild 2022-02-27 14:58:34 +07:00
Lucas Larroche
a039b2fd4b Merge branch 'dev' into ll/refactor/nav 2022-02-27 14:55:15 +07:00
Lucas Larroche
894ce64795 refactor(nav): Add css vars 2022-02-27 14:41:34 +07:00
Lucas Larroche
1bf1a8e461
Merge branch 'll/feature/dropdown' into dev 2022-01-23 13:03:54 +07:00
Lucas Larroche
ebc80b4d6e
Merge pull request #137 from picocss/ll/accordion-role-button
Accordion: Allow role button
2022-01-23 12:50:52 +07:00
Lucas Larroche
7f8a43b879 Accordion: Allow role button 2022-01-23 12:45:00 +07:00
Lucas Larroche
1c99a48332 Dropdown: Sidebar order 2022-01-23 10:34:14 +07:00
KiranMantha
7fb60da1e0 made dropdown appearance inline with form controls 2022-01-20 19:37:37 +05:30
KiranMantha
30ff7bc212 Merge branch 'dev' of https://github.com/picocss/pico into dev 2022-01-20 18:29:34 +05:30
Lucas Larroche
a018211b14
Merge pull request #113 from picocss/dev
v1.4.4
v1.4.4
2022-01-16 14:54:33 +07:00
Lucas Larroche
ecad44c5db Bump version v1.4.4 2022-01-16 14:53:18 +07:00
Lucas Larroche
fff0f20210
Merge pull request #133 from picocss/clean-role-switch
Clean role=switch
2022-01-16 13:25:09 +07:00
Lucas Larroche
e1c419855e Clean role=switch 2022-01-16 13:24:02 +07:00
Lucas Larroche
91e427caec
Merge pull request #132 from picocss/fix-modal
Fix: modal overflow
2022-01-16 12:46:58 +07:00
Lucas Larroche
18224bdc07 Fix: dialog max-height 2022-01-16 12:43:16 +07:00
Lucas Larroche
6837e3071c
Merge pull request #131 from picocss/role-button
Allow role=button to any HTML element
2022-01-16 12:14:27 +07:00
Lucas Larroche
5b17286648 input[type="reset"] styles merged with .secondary 2022-01-16 12:12:52 +07:00
Lucas Larroche
f90359ad7b Fix role=button hover 2022-01-16 11:49:08 +07:00
Lucas Larroche
3fc8dad9a4 Update docs for role=button 2022-01-16 11:44:41 +07:00
Lucas Larroche
270a128de4 Allow role=button to any HTML element 2022-01-16 11:41:50 +07:00
Lucas Larroche
7c424e8e01
Merge pull request #130 from picocss/update-dependencies
Update dependencies
2022-01-16 11:13:51 +07:00
Lucas Larroche
971941af04 Update dependencies 2022-01-16 11:12:05 +07:00
Lucas Larroche
fe0a9d7e72 Build .css files 2022-01-04 22:46:55 +07:00
Lucas Larroche
525c88db3a
Merge pull request #104 from nalabdou/patch-1
Fix : remove duplicated list-style-type: none;
2022-01-04 22:43:22 +07:00
Lucas Larroche
79270cf1d2
Merge pull request #108 from jeffbaumes/patch-1
Remove extraneous closing brackets
2022-01-04 22:35:39 +07:00
Lucas Larroche
3f28ca44a7 Remove unnecessary closing brackets in src/ 2022-01-04 22:26:21 +07:00
Lucas Larroche
60b4ac524b
Merge pull request #112 from picocss/fix/input-type-date
Fix: Input type date icon position
2022-01-04 22:11:01 +07:00
Lucas Larroche
07e9dc2587 Fix: Input type date icon position 2022-01-04 22:08:36 +07:00
Jeff Baumes
9f913cda1d
Remove extraneous closing brackets
Modal example had a few extra closing brackets that are not valid HTML.
2022-01-02 11:02:03 -05:00
Nadim alabdou
460574650c
fix : remove duplicated list-style-type: none; 2022-01-02 00:06:15 +01:00
Lucas Larroche
6b05b161ef
v1.4.3 v1.4.3 2022-01-01 15:49:10 +07:00
Lucas Larroche
f8ad8c9f23 Bump version v1.4.3 2022-01-01 15:46:08 +07:00
Lucas Larroche
3e5821bbc5 Add Limitations 2022-01-01 15:36:42 +07:00
Lucas Larroche
d9b61fe087
Merge pull request #102 from picocss/fix/rtl
Fix RTL input date
2022-01-01 13:45:19 +07:00
Lucas Larroche
ba0d42b405 Fix RTL input date 2022-01-01 13:40:31 +07:00
Lucas Larroche
ab75fca7d1
Merge pull request #98 from picocss/fix/table
Tables: Remove explicit background-color and add tfoot support
2021-12-31 17:03:33 +07:00
Lucas Larroche
7f6ed9f5cb Add <tfoot> support 2021-12-31 17:01:01 +07:00
Lucas Larroche
92c21aa1d4 Remove explicit background-color on tr element 2021-12-31 16:31:25 +07:00
KiranMantha
fe92c59e2d fixed merge conflicts 2021-12-31 14:58:26 +05:30
KiranMantha
8ee5d2494b Merge branch 'dev' of https://github.com/picocss/pico into dev 2021-12-31 14:57:48 +05:30
Lucas Larroche
94fe6da60c
Merge pull request #97 from picocss/fix/checkbox-radio-size
Fix: Checkboxes and Radios relative size (`em`)
2021-12-31 15:34:11 +07:00
Lucas Larroche
7f817d4c68 Fix: Checkboxes and Radios relative size (em) 2021-12-31 15:30:42 +07:00
KiranMantha
1a392ec408 chore: refactored example snippets 2021-12-31 12:57:08 +05:30
KiranMantha
aaa4aebb2f chore: updated implementation with proper roles and aria attributes 2021-12-31 12:47:02 +05:30
KiranMantha
25d7c7983f chore: resolved merge conflicts and updated styles, reduced markup 2021-12-31 12:39:27 +05:30
KiranMantha
002008996d Merge branch 'dev' of https://github.com/picocss/pico into dev 2021-12-31 12:34:12 +05:30
Lucas Larroche
8ca0f6e02e
Merge pull request #73 from jubishop/gridless
support a `gridless` mode
2021-12-31 13:17:23 +07:00
Lucas Larroche
2bf579758f Update $enable-grid comment 2021-12-31 13:15:38 +07:00
Lucas Larroche
0d202946a7 Remove pico.gridless.scss 2021-12-31 13:13:16 +07:00
Lucas Larroche
2efc9ada25
Merge branch 'dev' into gridless 2021-12-31 13:10:35 +07:00