Commit graph

43 commits

Author SHA1 Message Date
github-actions[bot]
951aae3801 Build CSS 2024-12-31 05:18:39 +00:00
Yohn
a6325b8991 corrected dropdown arrow colors for secondary, contrast, and primary. Also enabled the turning of the arrow when the dropdowns are open or closed 2024-12-14 21:13:13 -05:00
Yohn
b7100d22d5 Merged RTL pull request into css files, and updated docs for hamburger menu.
Will create new versioning soon, I have something else I'd like to include.
2024-12-12 21:12:39 -05:00
Reza M Ghayeghchi
6359082a45 Add RTL support for Accordion Marker 2024-12-12 00:03:39 +01: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
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
Lucas Larroche
ef2100499b feat: optional parent selector 2024-01-25 01:42:54 +07:00
Lucas Larroche
3c96e6043b refactor: update $css-var-prefix name 2023-12-28 13:21:52 +07:00
Lucas Larroche
0b081e3657 refactor: icons 2023-03-28 20:34:28 +07:00
Lucas Larroche
4eff8b48fa style: accordion without border-bottom 2023-03-19 10:04:19 +07:00
Lucas Larroche
6c3e126943 style: selection and focus color 2023-01-28 12:22:55 +07:00
Lucas Larroche
51dd2293ca refactor: accordion and dropdown 2023-01-01 14:00:33 +07:00
Lucas Larroche
e89ea1b32e style: remove accordion border bottom for dropdowns and buttons 2022-12-29 17:11:17 +07:00
Lucas Larroche
ce2ed6826d refactor: modules and css vars 2022-10-23 10:47:50 +07:00
Lucas Larroche
c5a1ffc733 refactor: prefix css vars 2022-10-22 13:11:51 +07:00
Lucas Larroche
51a68ce0fc chore: replace @import with @use 2022-10-22 11:44:10 +07:00
Lucas Larroche
670826069b chore: lint with prettier on build 2022-10-15 23:22:12 +07:00
Lucas Larroche
759296f211 chore: remove docs and move to yarn 2022-10-15 17:23:02 +07:00
Lucas Larroche
6cbc258a0d fix(accordion): marker height 2022-03-06 16:24:19 +07:00
Lucas Larroche
9a0db7ab7f style(dropdowns) 2022-03-06 09:37:03 +07:00
Lucas Larroche
37b6aaab39 style(accordion): Marker spacing 2022-02-27 21:59:25 +07:00
Lucas Larroche
7f8a43b879 Accordion: Allow role button 2022-01-23 12:45:00 +07:00
Nadim alabdou
460574650c
fix : remove duplicated list-style-type: none; 2022-01-02 00:06:15 +01: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
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
f6d38a7586 Order scss properties 2021-11-02 02:54:52 +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
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
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
9b1ef33577 Move styles in SCSS vars to CSS vars 2020-09-29 08:38:35 +07:00
Lucas
456539a52e New form elements
- CSS icons color dynamization in `_color.scss`
- Bigger Checkboxes and Radio buttons
- Small refactoring for Checkboxes and Radio buttons in `_form.scss` and `form-checkbox-radio.scss`
- Styles for new form elements: `type=date`, `type=datetime-local`, `type=month`, `type=time`, `type=week`, `type=range`, `type=search`
- Reordering @import in `pico.scss` and `pico.slim.scss`
2020-09-24 22:35:30 +07:00
Lucas
a2404b19b5 Add Sanitize.css
https://csstools.github.io/sanitize.css/
2020-09-11 23:22:50 +07:00
Lucas
1c11c4975b Add Scrollspy for docs 2019-12-11 08:46:32 +07:00
Lucas
c8ddb87647 Improvements
- Small adjustments for table striping
- Consitent shadows for Dark mode
- Bigger Checkboxes, Radios and Switches
- Disable transitions for Checkboxes, Radios and Details
- Simplier .grids in docs
- Replace .js for internal scroll with CSS
- Better aside adjustment in .js
- Many small improvements in docs
2019-12-08 10:35:18 +07:00
Lucas
345053a956 Improvements
- Remove Increase headings font size inside <header>
- Add $enable-transitions in _variables.scss
- Bigger Checkbox, Radio, switch
- Remove borders on button
2019-12-02 23:22:13 +07:00
Lucas
0b93083ca1 Documentation 2019-11-27 18:35:03 +07:00
Lucas
16c7596319 Initial commit 🚀 2019-11-27 15:31:49 +07:00