Lucas Larroche
89dbc0254b
Revert "style: Default dropdown text color"
...
This reverts commit 3b3cf51a32
.
2022-12-29 18:23:50 +07:00
Lucas Larroche
8674218a73
chore: Build
2022-12-29 18:16:36 +07:00
Lucas Larroche
5a1a3852e2
style: Improve default theme
2022-12-29 18:10:07 +07:00
Lucas Larroche
e2f2eb2098
styles: Nav
2022-12-29 18:08:16 +07:00
Lucas Larroche
3b3cf51a32
style: Default dropdown text color
2022-12-29 18:00:46 +07:00
Lucas Larroche
6ab7c28189
fix: Dropdown item hover with labels
2022-12-29 18:00:21 +07:00
Lucas Larroche
4102702b05
fix: Dropdown focus styles
2022-12-29 17:59:44 +07:00
Lucas Larroche
477992f869
feat: Helper text color with aria-invalid
2022-12-29 17:55:50 +07:00
Lucas Larroche
f456cfbf33
style: Helper text spacings
2022-12-29 17:55:16 +07:00
Lucas Larroche
e9bdaf6745
feat: Display cancel button for input type search
2022-12-29 17:54:42 +07:00
Lucas Larroche
8f60b4f2ac
refactor: Clean settings for classless version
2022-12-29 17:54:02 +07:00
Lucas Larroche
f8e5f28613
refactor: Buttons
2022-12-29 17:53:16 +07:00
Lucas Larroche
dccee093a6
refactor: clean comment
2022-12-29 17:52:08 +07:00
Lucas Larroche
f8a9293942
feat: Allow custom data-theme
...
#272
2022-12-29 17:51:38 +07:00
Lucas Larroche
7ea1f94316
fix: Dropdowns outline on focus
2022-12-29 17:48:18 +07:00
Lucas Larroche
584046e234
style: Typography margins
2022-12-29 17:47:56 +07:00
Lucas Larroche
091edf7ffd
style: card margins
2022-12-29 17:43:18 +07:00
Lucas Larroche
e89ea1b32e
style: remove accordion border bottom for dropdowns and buttons
2022-12-29 17:11:17 +07:00
Lucas Larroche
cb483ed557
refactor: @picocss/colors
as dependency
2022-12-27 10:53:45 +07:00
Lucas Larroche
38e42399d5
chore: load path for @picocss/colors
2022-12-27 10:48:52 +07:00
Chris Buckley
b96dfab168
Support .grid + small in forms
2022-12-26 17:18:27 +00:00
Lucas Larroche
0e8a302cd6
chore: update caniuse-lite
2022-12-26 16:38:41 +07:00
Lucas Larroche
3809ba3afa
Merge pull request #284 from FWDekker/progress-docs
...
Remove incorrect JS for indeterminate progress
2022-12-26 14:26:48 +07:00
Lucas Larroche
20556ec61e
chore: build
2022-12-26 14:04:49 +07:00
Lucas Larroche
bce1beeb3d
Merge pull request #279 from mattcroat/patch-1
...
docs: Fix bad path in customization
2022-12-26 14:03:51 +07:00
Lucas Larroche
d54b993af5
refactor: clean comment
2022-12-26 13:38:05 +07:00
Lucas Larroche
b65f8c7639
chore: update dependencies
2022-12-26 13:37:20 +07:00
Lucas Larroche
8887e68cce
chore: update dependencies
2022-12-26 13:36:41 +07:00
Lucas Larroche
6b38a849b2
chore: build docs
2022-12-26 13:30:36 +07:00
Lucas Larroche
c67d034d3a
chore: build
2022-12-26 13:26:59 +07:00
Lucas Larroche
cfaf07785f
chore: update dependencies
2022-12-26 13:26:30 +07:00
Lucas Larroche
ef9758fdbe
chore: update dependencies
2022-12-26 13:12:10 +07:00
Lucas Larroche
74131c9b34
Merge pull request #290 from picocss/ll/fix-modal-prevent-scrolling-on-mobile
...
Fix: Prevent scrolling and interactions below a modal on mobile, by @rbf
2022-12-26 13:04:55 +07:00
Lucas Larroche
99f181e8ad
chore: build
2022-12-26 13:03:20 +07:00
rbf
a696328621
fix(modal): prevent scrolling and interactions below a modal on mobile
2022-12-26 13:02:43 +07:00
Lucas Larroche
4889d54817
chore: build
2022-12-26 12:47:16 +07:00
Lucas Larroche
f33b27fabb
Merge pull request #272 from immers-space/theme-override
...
Allow use of custom data-theme values that also override auto light/dark switching
2022-12-26 12:46:29 +07:00
Lucas Larroche
1c218c5744
Merge pull request #267 from rbf-contributions/rbf-patch-modal-on-mobile
...
Fix: Prevent scrolling and interactions below a modal on mobile
2022-12-26 12:08:27 +07:00
Lucas Larroche
b082797555
Merge pull request #288 from picocss/ll/update-colors
...
Style: colors
2022-12-26 11:40:33 +07:00
Lucas Larroche
6ade871f3f
style: update colors
2022-12-26 11:35:56 +07:00
Florine W. Dekker
b32c9789a9
Remove unnecessary JS for indeterminate progress
2022-12-14 22:37:53 +01:00
Matia
f6aab47de2
docs: Fix bad path in customization
...
The example on the [customization page](https://picocss.com/docs/customization.html ) for importing components is wrong and should use the proper path in `node_modules`.
```diff
// Import needed components
- @import "@picocss/pico/scss/pico/layout/document";
+ @import "@picocss/pico/scss/layout/document";
- @import "@picocss/pico/scss/pico/layout/sectioning";
+ @import "@picocss/pico/scss/layout/sectioning";
````
2022-12-07 12:34:16 +01:00
rbf
6999d4246a
fix(modal): prevent scrolling and interactions below a modal on mobile
2022-11-07 15:28:12 +01:00
Will Murphy
5247a21b4b
custom themes also override auto switching
2022-11-03 10:06:12 -05:00
Lucas Larroche
52e1072a08
Merge pull request #268 from picocss/ll/refactor-modules-and-css-vars
...
Refactor: modules and CSS vars
2022-10-23 11:03:35 +07:00
Lucas Larroche
ce2ed6826d
refactor: modules and css vars
2022-10-23 10:47:50 +07:00
Lucas Larroche
2e4d6c66ec
Merge pull request #266 from picocss/ll/refactor-breakpoints
...
Refactor: Breakpoints
2022-10-22 15:50:04 +07:00
Lucas Larroche
b477bb6c96
refactor: breakpoints
2022-10-22 15:48:58 +07:00
Lucas Larroche
ab37deb10c
Merge pull request #265 from picocss/ll/chore-clean
...
Chore: clean
2022-10-22 13:40:47 +07:00
Lucas Larroche
3a7c775b9a
Update pico.classless.scss
2022-10-22 13:39:36 +07:00