-
Notifications
You must be signed in to change notification settings - Fork 416
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged PR, removed SCSS warnings, added rows, columns, :user-valid, labels to groups and more #638
base: main
Are you sure you want to change the base?
Conversation
Given a dropdown that contains an accordion within it, the accordion renders as a dropdown because the summary selector also selects the children of a dropdown element. This fixes that so it renders as expected. ``` <details class="dropdown"> <summary> Select a phase of matter... </summary> <ul> <li> <details> <summary> This is a dropdown option </summary> <ul> <li><label><input type="radio" name="phase" value="gas"> Gas </label></li> <li><label><input type="radio" name="phase" value="plasma"> Plasma </label></li> </ul> </details> </li> </ul> </details> ```
Mixed sass declarations
fix: Card in modal does not use modal styling
Add date to list of excluded input types.
fix: don't count hidden rows in table stripes
Update _loading.scss not to affect form elements itself
Fix several typos throughout the project
Fix details inside drop-down being rendered as dropdown
Update _tooltip.scss
Surpressing sass warnings and closing 1 & 11
…o 2, and added responsive .row, .col-*, and .offset-* classes, using display:gid, the same way bootsrap-5 is set up for the .row, .com-* and .offset* classes.
… enviroment. Added accordion javascript for slide effect. modified the notification scss, and added more demos.
…eader > h[1-6]` And added the border-color for dark theme on the article > header
Support web components/shadow DOM.
…dings, hopefully the editorconfig will fix it.
… big for my liking, and I feel this way is a lot easier. Added cursor back on button - it was just an arrow. Added parent-selector to the notifications, and corrected readbility of notifications. updated the version within the css files made rows only show up on css files where classes are enabled made the tooltips have a dark background - even for dark themes.
- 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!
Make hamburger nav show under xxl viewport replaced spaces with tabs.
…r menu. Will create new versioning soon, I have something else I'd like to include.
Really nice work. @lucaslarroche would you consider adding additional maintainers like @Yohn to PicoCSS? I’d like to use Pico, I really like the ethos and design but the lack of any maintenance makes it a non-starter. |
I grab the raw CSS from My main worry right now is RTL fixes as I support multiple RTL languages like Arabic and Hebrew. Did you pull in those PRs? |
@mperham yes I did pull in the rtl fixes here, and had another contributor submit another rtl recently. And the css files in the css directory in my fork have all been updated as well |
Added popovers to possibly replace the notifications. Started adding popover toasts
…e there for now..
Updated, sass to include the 0 width space for VoiceOver, and removed the float for safari trimming dropdodwn list bugs.
Added Azure to theme build list
… Also enabled the turning of the arrow when the dropdowns are open or closed
u# Version 2.2.1 What's Changed
Full Changelog: Yohn/PicoCSS@2.2.0...2.2.1 New Contributors
|
I wasnt sure if this was still maintained and added some helpful resourced I created, and merged a bunch of open pull requests that corrected some issues.
Heres my Fork and Heres an updated Demo