43 Commits

Author SHA1 Message Date
Lucas Larroche
2efc9ada25
Merge branch 'dev' into gridless 2021-12-31 13:10:35 +07:00
Lucas Larroche
8fadb0e7e8 feat(labels): Add css var to fieldset legend 2021-12-31 12:20:57 +07:00
Markus Siering
dd96dd0b5a feat(labels): add optional font weight
which can be set separately from the standard font weight
to put emphasis on the form labels if needed.

closes #79
2021-12-25 16:01:19 +01:00
Justin Bishop
6b0fa1d42a support a gridless mode, which includes all classes except .grid and .container and then uses the classless method for supporting .container. 2021-12-19 09:15:24 -08:00
Justin Bishop
cc8b8eddeb remove any reference to .secondary or .contrast from classless version 2021-12-19 09:02:01 -08:00
Lucas Larroche
41314ab4b0 Revert "Merge branch 'master' into dev"
This reverts commit 6a6d67dbab230a058b494f6a468ed5f4423f1c4c, reversing
changes made to ba4bd765d8fb28466d816c098b03476754c13fc3.
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
c301cd09cf Revert "Accessibility: root font-size in percent"
This reverts commit b45830626e3ea5e8f9a192e1670dca5d424adf8b.
2021-11-14 12:02:48 +07:00
Lucas Larroche
b45830626e Accessibility: root font-size in percent 2021-11-14 11:41:40 +07:00
Lucas Larroche
0b3f1656f2 Style: Add focus for aria-invalid form elements 2021-11-08 01:55:20 +07:00
Lucas Larroche
d5544ea021
Revert "Feature: modal" 2021-11-08 00:12:34 +07:00
Lucas Larroche
5bb7346728 Style: Modal 2021-11-08 00:02:42 +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
5f6e3c1abd Prettify code 2021-10-24 12:33:20 +07:00
Tobias Buschor
8be45d6130
:not(thead) td does not work as expected
...and drop `table`
2021-07-19 07:48:07 +02:00
Lucas Larroche
dc42ec62f3 Add a loading indicator for aria-busy 2021-07-17 15:19:19 +07:00
Lucas Larroche
7c1e93472f Typos & clean 2021-07-10 10:47:57 +07:00
Lucas Larroche
c874560a24 Small improvements
- Edit small font-size
- Update docs
2021-07-03 11:18:07 +07:00
Lucas Larroche
537f5008c2 Small fixes
- @mixin and @include for dark scheme
- unset `--font-weight` in `hgroup`
2021-07-03 00:22:17 +07:00
Lucas Larroche
0c1d8b5972 Highlighting of the classless version
+ code cleaning
2021-07-02 23:04:17 +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
d12af72cab CSS Vars refactoring 2021-07-02 16:54:41 +07:00
Lucas
6470de5200 Fix: missing variable 2020-10-09 14:26:54 +07:00
Lucas
252119f9f5 Typo 2020-10-09 12:03:52 +07:00
Lucas
c4fb3ec4af Fix [type="range"]:focus 2020-10-01 09:56:08 +07:00
Lucas
c89db4ec2d Small fixes
- Lighter <mark>
- Better <hgroup>
- Edit hover for [type="range"]
- button.outline border-width dynamization
- Fix font-family for headings
2020-09-30 17:20:28 +07:00
Lucas
0887100b29 Fix CSS default theme 2020-09-29 14:54:27 +07:00
Lucas
a5f837a08b Update default theme 2020-09-29 10:53:42 +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
2e2d22b2b0 Consistent table borders in dark-mode 2020-09-23 13:12:26 +07:00
Lucas
6cc98ad873 Small CSS improvements
- Helper (<small>) for <select> and <textarea>
- Better roll for a.contrast
2020-08-08 10:05:47 +07:00
Claudio Sereti
a55ea739a3
Typo 2020-07-29 13:17:01 +02:00
Claudio Sereti
f73b5659ae
Typo 2020-07-29 13:15:29 +02: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
434cbe02ac Scss files organization
+ Slim version example
2019-12-02 11:52:26 +07:00
Lucas
85e21d35de Improvements
- Edit code colors and add a color for comments
- Add ::selection
- Small edits for cards: last-child and overflow
- Add card-sectioning (header, footer, pre)
- Change global hue for Primary color
- Remove border for pre
- Add querySelectorAll() for theme-switcher.js
- Update docs
2019-12-01 16:35:38 +07:00
Lucas
73237bdcd4 Improvements
- Add .contrast variant
- Separate _button-styles.scss
- Edit .secondary, mark, figcaption, hgroup, tooltips
- Docs: Add More about grids, External links icon, Second theme switcher
2019-11-30 12:43:20 +07:00
Lucas
066c0a04fd Better accessibility 2019-11-28 21:51:58 +07:00
Lucas
2dff66136c Clean 2019-11-28 17:51:54 +07:00
Lucas
f5e4d01cbb Documentation 2019-11-28 07:20:36 +07:00
Lucas
16c7596319 Initial commit 🚀 2019-11-27 15:31:49 +07:00