mirror of
https://github.com/picocss/pico.git
synced 2025-04-25 18:56:15 -04:00
- Updated form validation to not validate when form[novalidate]
- Updated tooltips to go multiline, max width of 250px. -Updated card footer, to remove the margin from the last element if they are buttons or groups when in the footer - Made container, grid, and row classes to have a parent class, so they will not effect rest of page. This will only work if you use that style css. - Added tabs - Added floating labels - Added responsive nav hamburger menu Let me know if you find any bugs or have ideas for improvements!
This commit is contained in:
parent
a937be4b4a
commit
f25840f51a
260 changed files with 71329 additions and 11561 deletions
|
@ -132,6 +132,7 @@ $modules: map.merge(
|
|||
"forms/input-file": true,
|
||||
"forms/input-range": true,
|
||||
"forms/input-search": true,
|
||||
"forms/floating": true,
|
||||
// V3 Notes
|
||||
// Remove original pico validation in favor of :user-[in]valid
|
||||
"forms/validation": true,
|
||||
|
@ -149,7 +150,12 @@ $modules: map.merge(
|
|||
// incorperate the <menu> tag into navigations.
|
||||
"components/nav": true,
|
||||
"components/progress": true,
|
||||
// I wish role="tablist|tab|tabpanel" could be used on <details> and <summary> tag.
|
||||
"components/tab-region": true,
|
||||
"components/tooltip": true,
|
||||
// V3 Notes
|
||||
// might find a new way to do this, I'll wait to hear feedback on this approach.
|
||||
"components/nav-hamburger": true,
|
||||
|
||||
// V3 Notes
|
||||
// Notification should be redone to be more in line with Pico's design
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue