Commit graph

66 commits

Author SHA1 Message Date
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
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
75cfc082d8 style(dropdowns) 2022-02-27 16:55:59 +07:00
Lucas Larroche
45426dd4b3 Dropdown component 2022-02-27 16:55:48 +07:00
Lucas Larroche
df298eb4aa feat(accessibility): Add aria-current 2022-02-27 16:12:53 +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
Lucas Larroche
3c7137d509 fix(rtl): Progress bar 2022-02-06 10:25:10 +07:00
Lucas Larroche
1bf1a8e461
Merge branch 'll/feature/dropdown' into dev 2022-01-23 13:03:54 +07:00
Lucas Larroche
7f8a43b879 Accordion: Allow role button 2022-01-23 12:45:00 +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
18224bdc07 Fix: dialog max-height 2022-01-16 12:43:16 +07:00
Nadim alabdou
460574650c
fix : remove duplicated list-style-type: none; 2022-01-02 00:06:15 +01:00
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
72a3adb16b feature(issue#52): added a new dropdown component 2021-12-27 13:55:58 +05:30
Lucas Larroche
6f09f02012 Fix: Classless version 2021-12-19 10:40:54 +07:00
Lucas Larroche
41314ab4b0 Revert "Merge branch 'master' into dev"
This reverts commit 6a6d67dbab, reversing
changes made to ba4bd765d8.
2021-12-19 09:50:55 +07:00
Lucas Larroche
6a6d67dbab Merge branch 'master' into dev 2021-12-19 09:50:15 +07:00
Lucas Larroche
d9a6ac1a65 Modal: Delete blur background and handle scrollbar 2021-11-14 11:09:58 +07:00
Lucas Larroche
d5544ea021
Revert "Feature: modal" 2021-11-08 00:12:34 +07:00
Lucas Larroche
5557876fce Minor clean: Accordion 2021-11-08 00:03:46 +07:00
Lucas Larroche
5bb7346728 Style: Modal 2021-11-08 00:02:42 +07:00
Lucas Larroche
c719108d27 Order scss properties 2021-11-02 11:04:48 +07:00
Lucas Larroche
caa104850f Merge branch 'dev' into feat-modal 2021-11-02 11:00:14 +07:00
Lucas Larroche
f6d38a7586 Order scss properties 2021-11-02 02:54:52 +07:00
Lucas Larroche
9baef943d9 Modale: Close button 2021-10-31 09:24:46 +07:00
Lucas Larroche
7552bda6fd Feat modal: Global styles 2021-10-24 15:24:57 +07:00
Lucas Larroche
fff088f459 Clean card 2021-10-24 13:52:58 +07:00
Lucas Larroche
5f6e3c1abd Prettify code 2021-10-24 12:33:20 +07:00
Lucas Larroche
001d1a9657 RTL support #34 2021-10-24 02:06:00 +07:00
Lucas Larroche
f232a11ef2 Accordion: fix marker display 2021-10-23 17:37:17 +07:00
Lucas Larroche
df2ae94742 Fix: Code inside article #36 2021-10-23 17:28:31 +07:00
Lucas Larroche
8e028956e9 Add scripts to build and watch files 2021-09-12 10:58:05 +07:00
Jarek Zgoda
41d93e3268 Wrong ops 2021-08-18 12:52:59 +02:00
Jarek Zgoda
cb5b746bbb Use sass division function instead of deprecated operator
This effectively make the SCSS code processable only by dart-sass
because neither libsass (and node-sass in consequence) nor ruby-sass
supports new syntax. See
https://sass-lang.com/documentation/breaking-changes/slash-div for more
information.

This fixes #27
2021-08-18 12:44:54 +02:00
Lucas Larroche
dc42ec62f3 Add a loading indicator for aria-busy 2021-07-17 15:19:19 +07:00
Lucas Larroche
dd534ef6a6 New --button-box-shadow var
+ rename `--form-element-focus` to `--form-element-focus-color`
+ code cleaning
2021-07-02 22:18:14 +07:00
Lucas Larroche
fc67f39278 Hide the details marker
Source: https://chromestatus.com/feature/6730096436051968
2021-07-02 17:44:25 +07:00
Lucas Larroche
d12af72cab CSS Vars refactoring 2021-07-02 16:54:41 +07:00
Lucas Larroche
14460576bf Fix <summary> in nested accordions #15 2021-06-30 11:52:49 +07:00
Lucas
2c9d79f361 Add tooltip animation
+ Disable focus for input[type=file]
2020-09-30 11:23:26 +07:00