Lucas Larroche
|
ff30e814ec
|
refactor: Links selectors
|
2022-03-06 11:18:12 +07:00 |
|
Lucas Larroche
|
f1bde7f7f7
|
Merge branch 'dev' into pr/141
|
2022-03-06 11:13:56 +07:00 |
|
Lucas Larroche
|
9b0dda8b94
|
style(nav)
|
2022-03-06 09:44:46 +07:00 |
|
Lucas Larroche
|
9a0db7ab7f
|
style(dropdowns)
|
2022-03-06 09:37:03 +07:00 |
|
Lucas Larroche
|
667c94951a
|
chore: Clean syntax
|
2022-02-28 11:28:33 +07:00 |
|
Lucas Larroche
|
8b6ae9bf93
|
fix(dropdowns): Marker break line
|
2022-02-28 11:20:58 +07:00 |
|
Lucas Larroche
|
8ade36ea87
|
fix(dropdowns): Typo
|
2022-02-28 09:21:28 +07:00 |
|
Lucas Larroche
|
665fe42350
|
Merge pull request #140 from picocss/ll/feature/dropdown
Feature: Dropdown
|
2022-02-28 02:00:53 +07:00 |
|
Lucas Larroche
|
083d7e7e6a
|
feat(dropdowns): Add nested list support
|
2022-02-28 01:57:59 +07:00 |
|
Lucas Larroche
|
e54d1ee4f7
|
feat(dropdowns): Dropdowns inside nav
|
2022-02-27 22:43:15 +07:00 |
|
Lucas Larroche
|
37b6aaab39
|
style(accordion): Marker spacing
|
2022-02-27 21:59:25 +07:00 |
|
Lucas Larroche
|
2906e37f7a
|
style(dropdowns): Better support for :focus
|
2022-02-27 17:21:13 +07:00 |
|
Lucas Larroche
|
f7ed336ac0
|
chore: rebuild
|
2022-02-27 16:59:36 +07:00 |
|
Lucas Larroche
|
75cfc082d8
|
style(dropdowns)
|
2022-02-27 16:55:59 +07:00 |
|
Lucas Larroche
|
f909542b1e
|
docs(dropdowns): typo
|
2022-02-27 16:55:48 +07:00 |
|
Lucas Larroche
|
e01fac7d4e
|
Update README.md
|
2022-02-27 16:55:48 +07:00 |
|
Lucas Larroche
|
45426dd4b3
|
Dropdown component
|
2022-02-27 16:55:48 +07:00 |
|
Lucas Larroche
|
f1a6e50461
|
style(docs): Aside nav
|
2022-02-27 16:44:04 +07:00 |
|
Lucas Larroche
|
b2d0bc4782
|
Merge pull request #166 from picocss/ll/feature/active-class
feat(accessibility): Add aria-current
|
2022-02-27 16:22:07 +07:00 |
|
Lucas Larroche
|
df298eb4aa
|
feat(accessibility): Add aria-current
|
2022-02-27 16:12:53 +07:00 |
|
Lucas Larroche
|
b0255697d7
|
Merge pull request #165 from picocss/ll/refactor/nav
refactor(nav): Add css vars
|
2022-02-27 15:32:55 +07:00 |
|
Lucas Larroche
|
5dc5fcbb85
|
chore: rebuild
|
2022-02-27 15:11:36 +07:00 |
|
Lucas Larroche
|
01a1f52022
|
Merge branch 'dev' into ll/refactor/nav
|
2022-02-27 15:10:02 +07:00 |
|
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 |
|
Leonardo Matos
|
99c9222294
|
Simpler/smaller typografy selectors with :where :is
|
2022-02-24 00:04:56 -03:00 |
|
Lucas Larroche
|
6123fa71f4
|
Merge pull request #142 from reinerBa/patch-1
Update docs for radio label duplication
|
2022-02-06 11:04:04 +07:00 |
|
Lucas Larroche
|
0eaece2c64
|
content(docs): Change disabled switch copy
|
2022-02-06 10:59:18 +07:00 |
|
Lucas Larroche
|
3bcb55aa1f
|
fix(docs): Remove duplicate label
|
2022-02-06 10:57:26 +07:00 |
|
Lucas Larroche
|
d6ee665cc1
|
Merge pull request #154 from picocss/ll/fix/rtl
Fix RTL: Progress bar
|
2022-02-06 10:28:28 +07:00 |
|
Lucas Larroche
|
3c7137d509
|
fix(rtl): Progress bar
|
2022-02-06 10:25:10 +07:00 |
|
reinerBa
|
b2966a3976
|
Update docs for radio label duplication
One </label> is enough
|
2022-01-24 14:15:35 +01:00 |
|
Leonardo Matos
|
7fa4a59073
|
Simpler/smaller selectors with :where :is
Note: https://developer.mozilla.org/en-US/docs/Web/CSS/:where#browser_compatibility doesn't match current [browserlist](https://github.com/picocss/pico/blob/master/package.json#L98-L102) entirely, I will continue the PR checking same microoptin on other files if you agree we can avoid 100% support for following browsers:
- Safari 13.1 0.530%
- Samsung 14.0 2.258%
- Samsung 13.0 0.198%
- Internet Explorer 11 0.748% (just mentioning, not supported already as it can't handle CSS props)
https://browserslist.dev/?q=Pj0gMC41JSwgbGFzdCAyIG1ham9yIHZlcnNpb25zLCBub3QgZGVhZA%3D%3D
|
2022-01-23 13:34:38 -03: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
|
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 |
|